1
0
Fork 0
mirror of https://passt.top/passt synced 2025-05-29 04:35:33 +02:00

test: Add demo for Podman with pasta

...showing setup steps, some peculiarities as --net option, and a
general side-to-side comparison with slirp4netns(1), including
"quick" TCP and UDP throughput and latency benchmarks.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-02-21 13:35:45 +01:00
parent e17731ba97
commit be2a7898e9
7 changed files with 959 additions and 6 deletions
test

View file

@ -128,6 +128,14 @@ demo() {
MODE=pasta
test demo
video_stop 0
teardown demo_pasta
layout_demo_podman
video_grab demo_podman
MODE=podman
test demo
video_stop 0
teardown_demo_podman
return 0
}