aboutgitcodebugslistschat
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* test: Make handling of shell prompts with escapes a little more reliableDavid Gibson2023-12-071-4/+2
* test/lib/perf_report: Fix up table highlight for pasta's local flowsStefano Brivio2023-11-101-1/+9
* test/perf: Start iperf3 server less oftenDavid Gibson2023-11-071-19/+38
* test/perf: Get iperf3 stats from client sideDavid Gibson2023-11-071-18/+14
* test: Use "nstool exec" to slightly simplify testsDavid Gibson2023-04-082-25/+22
* nstool: Replace "pid" subcommand with "info" subcommandDavid Gibson2023-04-081-6/+6
* nstool: Reverse parameters to nstoolDavid Gibson2023-04-081-14/+14
* nstool: Rename nsholder to nstoolDavid Gibson2023-04-081-15/+15
* test: Remove race between commands run in the same contextDavid Gibson2023-04-081-2/+2
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-0610-10/+10
* test/lib/test: Clean up iperf3 JSON files before starting the serverStefano Brivio2022-11-161-2/+2
* test: Switch to qemu -netdev stream option instead of using qrapStefano Brivio2022-11-041-27/+23
* test: Wait for network before starting passt in two_guests setupStefano Brivio2022-11-041-0/+2
* test: Add memory/passt test casesStefano Brivio2022-11-042-0/+50
* test/lib: Add "td" directive, handled by table_value()Stefano Brivio2022-11-042-0/+31
* test/lib/perf_report: Use own flag to track initialisationStefano Brivio2022-11-041-3/+6
* test/lib: Move screen-scraping setup and layout functions to _ugly filesStefano Brivio2022-11-044-92/+121
* test: Add log file tests for pasta plus corresponding layout and setupStefano Brivio2022-10-263-1/+56
* test: Add rudimentary support to run selected tests onlyStefano Brivio2022-10-141-1/+1
* test: Remove unneccessary pane naming from layout_two_guestsDavid Gibson2022-09-291-4/+0
* test: Use --config-net for namespace setupDavid Gibson2022-09-291-14/+3
* test: More robust wait for pasta/passt to be readyDavid Gibson2022-09-291-5/+10
* test: Add wait_for() shell helperDavid Gibson2022-09-292-3/+9
* test/lib: Don't try to write to perf.js when running demosStefano Brivio2022-09-241-0/+6
* test/lib: Drop perf_report_append() from perf_reportStefano Brivio2022-09-241-6/+1
* test/lib: Wait for DHCPv4 before starting DHCPv6 client in two_guests testStefano Brivio2022-09-231-0/+1
* test/lib: Wait for kernel to free up ports used by iperf3 before reusing themStefano Brivio2022-09-221-0/+2
* test/lib: Run also iperf3 clients in background, revert to time-based waitStefano Brivio2022-09-221-3/+6
* test/perf: Disable periodic throughput reports to avoid vhost hangStefano Brivio2022-09-221-1/+1
* 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