mirror of
https://github.com/moby/moby.git
synced 2026-07-12 10:35:14 +00:00
In an integration test - run a daemon, capture iptables, and feed them to a markdown text/template describing them. Prep for repeating that, for different network configurations. Fail the test if the generated markdown differs from a "golden" version. (So, at-least the golden markdown will need to be updated if the iptables rules are deliberately changed - hopefully the corresponding description in the template will also be updated.) Signed-off-by: Rob Murray <rob.murray@docker.com>