diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2021-03-21 18:23:31 +0100 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2021-04-01 17:27:03 +0200 |
commit | 676fcb722f31f3f8eedb017bee828002d23b68f8 (patch) | |
tree | 15a1f683b172d47074c5592f9c214d45b5905acc /test/compose/two_networks/Readme.md | |
parent | 954d92082534ac775761558b455408aca2246e36 (diff) | |
download | podman-676fcb722f31f3f8eedb017bee828002d23b68f8.tar.gz podman-676fcb722f31f3f8eedb017bee828002d23b68f8.tar.bz2 podman-676fcb722f31f3f8eedb017bee828002d23b68f8.zip |
Add new docker-compose test for two networks
Also fix the tests so we can use the podman function with the output.
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'test/compose/two_networks/Readme.md')
-rw-r--r-- | test/compose/two_networks/Readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/compose/two_networks/Readme.md b/test/compose/two_networks/Readme.md new file mode 100644 index 000000000..471004f7d --- /dev/null +++ b/test/compose/two_networks/Readme.md @@ -0,0 +1,8 @@ +two networks +=============== + +This test checks that we can create containers with more than one network. + +Validation +------------ +* podman container inspect two_networks_con1_1 --format '{{len .NetworkSettings.Networks}}' shows 2 |