aboutgitcodebugslistschat
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* test/lib: Wait on iperf3 clients to be done, then send SIGINT to serversStefano Brivio2022-09-221-8/+8
* test/lib: Restore IFS while executing directives in def blocksStefano Brivio2022-09-221-1/+1
* test: term: When checking if status line is a number, hide errorsStefano Brivio2022-09-141-1/+1
* test: Move perf.js report file to $LOGDIR/webDavid Gibson2022-09-131-1/+2
* test: Move video processing files to $STATEBASEDavid Gibson2022-09-132-20/+25
* test: Move pidfiles and nsholder sockets into state directoryDavid Gibson2022-09-131-33/+33
* test: Store pcap files in $LOGDIR instead of /tmpDavid Gibson2022-09-131-8/+8
* test: Move pause temporary file to state directoryDavid Gibson2022-09-131-2/+2
* test: Use paths in __STATEDIR__ instead of 'temp' and 'tempdir' directivesDavid Gibson2022-09-131-10/+0
* test: Move context temporary files to state dirDavid Gibson2022-09-131-29/+32
* test: Move passt_test_log_pipe to state directoryDavid Gibson2022-09-132-14/+14
* test: Create common state directories for temporary filesDavid Gibson2022-09-133-1/+7
* test: Remove unused variable FFMPEG_PID_FILEDavid Gibson2022-09-131-1/+0
* test: Use new-style command issue for passt_in_ns testsDavid Gibson2022-09-132-49/+34
* test: Use context system for two_guests testsDavid Gibson2022-09-132-73/+57
* test: Use context system for guest commandsDavid Gibson2022-09-134-11/+43
* test: Extend context system to run commands in namespace for pasta testsDavid Gibson2022-09-133-13/+29
* test: Use new-style contexts for passt pane in the pasta and passt testsDavid Gibson2022-09-132-16/+11
* test: Issue host commands via context for most testsDavid Gibson2022-09-132-25/+42
* test: Integration of old-style pane execution and new context executionDavid Gibson2022-09-132-81/+120
* test: Allow a tmux pane to watch commands executed in contextsDavid Gibson2022-09-131-0/+18
* test: Context execution helpersDavid Gibson2022-09-131-0/+80
* test: Rewrite test_iperf3David Gibson2022-09-071-41/+27
* test: Parameterize run time for throughput performance testsDavid Gibson2022-09-071-4/+6
* test: Combine iperf3c and iperf3s into a single DSL commandDavid Gibson2022-09-071-47/+43
* test: Kill qemu by pidfile rather than ^CDavid Gibson2022-08-201-8/+12
* test: Use shutdown test for pastaDavid Gibson2022-08-201-3/+1
* test: Rename slightly misleading "valgrind" testsDavid Gibson2022-08-201-2/+0
* test: Split setup/teardown functions for build and distro testsDavid Gibson2022-08-201-0/+15
* test: Remove unused *_XTERM variablesDavid Gibson2022-08-201-4/+0
* tests: Clean up better after iperf testsDavid Gibson2022-07-221-1/+1
* tests: Use dhclient --no-pid for namespaces in two_guests testsDavid Gibson2022-07-221-4/+4
* tests: Remove unnecessary ^D in passt_in_ns teardownDavid Gibson2022-07-221-2/+0
* tests: Fix detection of empty 'hout' responses in passt{,_in_ns} testsDavid Gibson2022-07-221-0/+14
* test: Drop further ^D in passt demo teardownStefano Brivio2022-07-221-5/+1
* tests: Explicitly list test files in test/run, remove "onlyfor" supportDavid Gibson2022-07-142-19/+0
* tests: Don't automatically traverse directories of test filesDavid Gibson2022-07-141-2/+2
* tests: Remove not-very-useful "req" directiveDavid Gibson2022-07-141-18/+10
* tests: Remove unused set_mode() functionDavid Gibson2022-07-141-13/+0
* tests: Move mbuto download and execution to asset buildDavid Gibson2022-07-141-17/+6
* tests: Introduce makefile for building test assetsDavid Gibson2022-07-141-1/+1
* Invoke specific qemu-system-* binariesDavid Gibson2022-07-141-4/+13
* test: Add external mbuto profile, drop udhcpc, and switch to itStefano Brivio2022-07-061-1/+1
* Use dhclient instead of udhcpcDavid Gibson2022-06-151-3/+3
* Tweak dhclient arguments for readabilityDavid Gibson2022-06-151-1/+1
* Don't abbreviate ip(8) arguments in examples and testsDavid Gibson2022-06-151-2/+2
* tests: Don't check exit code for every command in demo modeStefano Brivio2022-05-191-0/+3
* tests: Don't count number of test units for demosStefano Brivio2022-05-191-2/+4
* tests: Simplify *tools commands using pane_statusDavid Gibson2022-05-191-15/+10
* tests: Add pane_status command to check for success of issued commandsDavid Gibson2022-05-193-50/+59