| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Fix detection of empty 'hout' responses in passt{,_in_ns} tests | David Gibson | 2022-07-22 | 1 | -0/+14 |
* | test: Drop further ^D in passt demo teardown | Stefano Brivio | 2022-07-22 | 1 | -5/+1 |
* | tests: Explicitly list test files in test/run, remove "onlyfor" support | David Gibson | 2022-07-14 | 2 | -19/+0 |
* | tests: Don't automatically traverse directories of test files | David Gibson | 2022-07-14 | 1 | -2/+2 |
* | tests: Remove not-very-useful "req" directive | David Gibson | 2022-07-14 | 1 | -18/+10 |
* | tests: Remove unused set_mode() function | David Gibson | 2022-07-14 | 1 | -13/+0 |
* | tests: Move mbuto download and execution to asset build | David Gibson | 2022-07-14 | 1 | -17/+6 |
* | tests: Introduce makefile for building test assets | David Gibson | 2022-07-14 | 1 | -1/+1 |
* | Invoke specific qemu-system-* binaries | David Gibson | 2022-07-14 | 1 | -4/+13 |
* | test: Add external mbuto profile, drop udhcpc, and switch to it | Stefano Brivio | 2022-07-06 | 1 | -1/+1 |
* | Use dhclient instead of udhcpc | David Gibson | 2022-06-15 | 1 | -3/+3 |
* | Tweak dhclient arguments for readability | David Gibson | 2022-06-15 | 1 | -1/+1 |
* | Don't abbreviate ip(8) arguments in examples and tests | David Gibson | 2022-06-15 | 1 | -2/+2 |
* | tests: Don't check exit code for every command in demo mode | Stefano Brivio | 2022-05-19 | 1 | -0/+3 |
* | tests: Don't count number of test units for demos | Stefano Brivio | 2022-05-19 | 1 | -2/+4 |
* | 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 | 1 | -5/+5 |
* | 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: Update mbuto git URLs | Stefano Brivio | 2022-05-19 | 1 | -1/+1 |
* | test/lib: Add small delay before trying to parse output | Stefano Brivio | 2022-04-07 | 1 | -0/+1 |
* | test/lib: Consistent cols, rows, poster attributes for asciinema player | Stefano Brivio | 2022-04-07 | 2 | -2/+2 |
* | test, seccomp, Makefile: Switch to valgrind runs for passt functional tests | Stefano Brivio | 2022-03-29 | 1 | -12/+28 |
* | 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 | 1 | -0/+10 |
* | test/lib/setup: Unshare PID namespace in pasta_setup() | Stefano Brivio | 2022-03-02 | 1 | -4/+8 |
* | test/lib/term: Don't run demo when started as ./run | Stefano Brivio | 2022-02-28 | 1 | -1/+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 | 3 | -67/+84 |
* | test: Add demo for Podman with pasta | Stefano Brivio | 2022-02-22 | 4 | -3/+101 |
* | passt, pasta: Namespace-based sandboxing, defer seccomp policy application | Stefano Brivio | 2022-02-21 | 1 | -12/+16 |
* | 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 |
* | README, perf_report: Markdown and CSS fixes | Stefano Brivio | 2021-10-22 | 1 | -7/+8 |
* | test/perf: Actually load passt enough to test UDP performance | Stefano Brivio | 2021-10-21 | 1 | -5/+8 |
* | test/lib/test: Wait a bit longer before terminating iperf3 processes | Stefano Brivio | 2021-10-21 | 1 | -3/+3 |
* | test: Drop debugging left-overs in lib/util | Stefano Brivio | 2021-10-14 | 1 | -4/+0 |
* | test/lib/term: Export PCAP and DEBUG variables for tmux sessions globally | Stefano Brivio | 2021-10-05 | 1 | -0/+1 |
* | test/lib/setup: Increase --max-stackframe in commented-out valgrind command | Stefano Brivio | 2021-10-05 | 1 | -1/+1 |
* | test: Record CI and demo videos in Xvfb by default, fix demo setup sequence | Stefano Brivio | 2021-09-29 | 4 | -7/+47 |
* | test: Add CI/demo scripts | Stefano Brivio | 2021-09-27 | 7 | -0/+2109 |