Files
Paul Holzinger 676fcb722f 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>
2021-04-01 17:27:03 +02:00

6 lines
180 B
Bash

# -*- bash -*-
test_port 5000 = "Podman rulez!"
podman container inspect -l --format '{{.Config.Labels}}'
like "$output" "io.podman:the_best" "$testname : Container label is set"