From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 6/7] test: Actually use pasta in Podman demo step with HTTP service Date: Thu, 21 Jul 2022 14:06:36 +0200 Message-ID: <20220721120637.232914-7-sbrivio@redhat.com> In-Reply-To: <20220721120637.232914-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3444008610803333057==" --===============3444008610803333057== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ...instead of slirp4netns. Signed-off-by: Stefano Brivio --- test/demo/podman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/demo/podman b/test/demo/podman index 7404575..100adc1 100644 --- a/test/demo/podman +++ b/test/demo/podman @@ -140,7 +140,7 @@ sleep 5 ns2b exit sleep 2 -ns2b podman run --rm -p 8081:8081/tcp -ti alpine sh +ns2b ./bin/podman run --net=pasta --rm -p 8081:8081/tcp -ti alpine sh sleep 5 nl -- 2.35.1 --===============3444008610803333057==--