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:
parent
e17731ba97
commit
be2a7898e9
7 changed files with 959 additions and 6 deletions
test
8
test/run
8
test/run
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue