From ca4f6ec1dbdfd06f3d403eda70dbb2eff3824888 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 23 Apr 2021 10:52:52 +0200 Subject: Parse slirp4netns net options with compat api Parse the slirp4netns network options when called via compat api. The options must be extracted from the NetworkMode string. Fixes #10110 Signed-off-by: Paul Holzinger --- test/compose/slirp4netns_opts/tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/compose/slirp4netns_opts/tests.sh (limited to 'test/compose/slirp4netns_opts/tests.sh') diff --git a/test/compose/slirp4netns_opts/tests.sh b/test/compose/slirp4netns_opts/tests.sh new file mode 100644 index 000000000..1efce45c4 --- /dev/null +++ b/test/compose/slirp4netns_opts/tests.sh @@ -0,0 +1,6 @@ +# -*- bash -*- + +output="$(cat $OUTFILE)" +expected="teststring" + +is "$output" "$expected" "$testname : nc received teststring" -- cgit v1.2.3-54-g00ecf