| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tests: Don't count number of test units for demos | Stefano Brivio | 2022-05-19 | 1 | -2/+4 |
* | demo/pasta: Fix bad sleep directive | Stefano Brivio | 2022-05-19 | 1 | -1/+1 |
* | test/run: Return 0 from run(), exit value already reflects failures | Stefano Brivio | 2022-05-19 | 1 | -1/+1 |
* | test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interface | Stefano Brivio | 2022-05-19 | 1 | -1/+0 |
* | tests: Simplify explicit checks for command success | David Gibson | 2022-05-19 | 5 | -52/+24 |
* | tests: Simplify *tools commands using pane_status | David Gibson | 2022-05-19 | 1 | -15/+10 |
* | tests: Add pane_status command to check for success of issued commands | David Gibson | 2022-05-19 | 3 | -50/+59 |
* | tests: Don't ignore errors during script | David Gibson | 2022-05-19 | 2 | -6/+6 |
* | tests: Improve control character filtering in pane_parse | David Gibson | 2022-05-19 | 1 | -1/+1 |
* | tests: Don't globally set tmux default-shell | David Gibson | 2022-05-19 | 1 | -6/+7 |
* | tests: Don't use tmux update-environment | David Gibson | 2022-05-19 | 1 | -4/+5 |
* | tests: Add some debugging output for the test scripts themselves | David Gibson | 2022-05-19 | 1 | -0/+2 |
* | tests: Remove unused XVFB variable | David Gibson | 2022-05-19 | 1 | -3/+0 |
* | tests: Update mbuto git URLs | Stefano Brivio | 2022-05-19 | 2 | -2/+2 |
* | Add basic .gitignore files | David Gibson | 2022-05-19 | 1 | -0/+2 |
* | demo: podman: New port forwarding behaviour for pasta, minor fixes | Stefano Brivio | 2022-05-02 | 1 | -78/+56 |
* | test/lib: Add small delay before trying to parse output | Stefano Brivio | 2022-04-07 | 1 | -0/+1 |
* | test/distro: Set unprivileged_userns_clone on Debian Buster and earlier | Stefano Brivio | 2022-04-07 | 1 | -0/+4 |
* | test/lib: Consistent cols, rows, poster attributes for asciinema player | Stefano Brivio | 2022-04-07 | 2 | -2/+2 |
* | test/perf: Work-around for virtio_net hang before long streams from guest | Stefano Brivio | 2022-03-29 | 2 | -0/+30 |
* | test, seccomp, Makefile: Switch to valgrind runs for passt functional tests | Stefano Brivio | 2022-03-29 | 6 | -13/+91 |
* | test: Add asciinema(1) as requirement for CI in README | Stefano Brivio | 2022-03-28 | 1 | -1/+1 |
* | test/lib/video: Fill in href attributes of video shortcuts | Stefano Brivio | 2022-03-28 | 1 | -1/+1 |
* | conf, util, tap: Implement --trace option for extra verbose logging | Stefano Brivio | 2022-03-25 | 2 | -1/+15 |
* | test/lib/setup: Unshare PID namespace in pasta_setup() | Stefano Brivio | 2022-03-02 | 1 | -4/+8 |
* | demo/pasta: Clean up before rebuilding with -g | Stefano Brivio | 2022-03-01 | 1 | -0/+1 |
* | passt, pasta: Run-time selection of AVX2 build | Stefano Brivio | 2022-02-28 | 3 | -12/+2 |
* | test/distro/opensuse: Add Tumbleweed armv7l test | Stefano Brivio | 2022-02-28 | 1 | -0/+29 |
* | test/lib/term: Don't run demo when started as ./run | Stefano Brivio | 2022-02-28 | 1 | -1/+1 |
* | demo/pasta: Exit namespace in 'ns' pane before restarting pasta | Stefano Brivio | 2022-02-28 | 1 | -0/+1 |
* | test: Fix name of CI asciinema player in perf links handler | Stefano Brivio | 2022-02-23 | 1 | -5/+4 |
* | demo, ci: Switch to asciinema(1) for terminal recordings | Stefano Brivio | 2022-02-22 | 5 | -92/+101 |
* | test: Add demo for Podman with pasta | Stefano Brivio | 2022-02-22 | 6 | -3/+951 |
* | test/perf/passt_udp: Drop threshold for 256B test | Stefano Brivio | 2022-02-21 | 1 | -2/+2 |
* | test/distro/ubuntu: Use DEBIAN_FRONTEND=noninteractive for apt on 22.04 | Stefano Brivio | 2022-02-21 | 1 | -0/+1 |
* | passt, pasta: Namespace-based sandboxing, defer seccomp policy application | Stefano Brivio | 2022-02-21 | 3 | -15/+21 |
* | test/perf/passt_tcp: Drop iperf3 window size for host-to-guest tests | Stefano Brivio | 2022-02-01 | 1 | -10/+10 |
* | test/distro/ubuntu: Skip apt-get update for 16.04 on powerpc | Stefano Brivio | 2022-01-30 | 1 | -1/+3 |
* | test/distro: Avoid race between display of ns_msg and netcat exiting | Stefano Brivio | 2022-01-30 | 4 | -0/+4 |
* | test: Add basic documentation about test suite, and cool-retro-term profile | Stefano Brivio | 2022-01-28 | 1 | -0/+104 |
* | test: Add distribution tests for several architectures and kernel versions | Stefano Brivio | 2022-01-28 | 5 | -0/+1297 |
* | test/lib/test: Introduce 'def' directive for frequently used patterns | Stefano Brivio | 2022-01-28 | 1 | -229/+267 |
* | test/lib/term: Allow for a wider variety of prompt characters in pane_wait() | Stefano Brivio | 2022-01-28 | 1 | -7/+10 |
* | test/lib/video: Drop -preset ultrafast from ffmpeg arguments | Stefano Brivio | 2022-01-26 | 1 | -1/+1 |
* | test/lib/setup: Don't rely on IFS to properly separate qemu arguments | Stefano Brivio | 2022-01-26 | 1 | -32/+32 |
* | perf/passt_udp: Lower failure throughput thresholds with big MTUs | Stefano Brivio | 2022-01-26 | 1 | -4/+4 |
* | test/two_guests: Drop stray spaces after sleep directives | Stefano Brivio | 2022-01-26 | 1 | -4/+4 |
* | demo/pasta: Don't wait for pasta to return to a prompt | Stefano Brivio | 2022-01-26 | 1 | -1/+1 |
* | README, perf_report: Markdown and CSS fixes | Stefano Brivio | 2021-10-22 | 1 | -7/+8 |
* | test/two_guests: Fix sleep command for DAD | Stefano Brivio | 2021-10-21 | 1 | -1/+2 |