diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-07-21 13:59:53 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-07-22 19:41:42 +0200 |
commit | 4f94b88b15f7a4d50d80d23216d58b8b367b3ccb (patch) | |
tree | c727783ee4042928a028cc78f90fd367fb3c79a3 | |
parent | dfddfdd8f839f21970480e68d89a05f9cf85bc93 (diff) | |
download | passt-4f94b88b15f7a4d50d80d23216d58b8b367b3ccb.tar passt-4f94b88b15f7a4d50d80d23216d58b8b367b3ccb.tar.gz passt-4f94b88b15f7a4d50d80d23216d58b8b367b3ccb.tar.bz2 passt-4f94b88b15f7a4d50d80d23216d58b8b367b3ccb.tar.lz passt-4f94b88b15f7a4d50d80d23216d58b8b367b3ccb.tar.xz passt-4f94b88b15f7a4d50d80d23216d58b8b367b3ccb.tar.zst passt-4f94b88b15f7a4d50d80d23216d58b8b367b3ccb.zip |
test: Actually use pasta in Podman demo step with HTTP service
...instead of slirp4netns.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | test/demo/podman | 2 |
1 files changed, 1 insertions, 1 deletions
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 |