FIXES #288: extenal as dict

This commit is contained in:
Muayyad alsadi 2021-12-13 03:25:17 +02:00
parent e62f1a54af
commit af1697e9bf

View File

@ -573,6 +573,7 @@ def assert_cnt_nets(compose, cnt):
args.extend(["--label", item])
if net_desc.get("internal", None):
args.append("--internal")
args.append(net_name)
compose.podman.output([], "network", args)
compose.podman.output([], "network", ["exists", net_name])