aboutgitcodebugslistschat
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: Verify that podman tests are using the pasta binary we expect2024_04_05.954589bDavid Gibson2024-04-051-2/+9
* test: catatonit may not be in $PATHDavid Gibson2024-04-051-1/+1
* test: Build and download podman as a test assetDavid Gibson2024-04-053-6/+13
* test: Make sure to update mbuto repositoryDavid Gibson2024-04-051-1/+7
* test: Fix passt.mbuto for cases where /usr/sbin doesn't existDavid Gibson2024-01-161-1/+1
* test: make passt.mbuto script more robustJon Paul Maloy2023-12-271-1/+3
* test: Select first reported IPv6 address for guest/host comparisonStefano Brivio2023-12-275-11/+11
* test: Make handling of shell prompts with escapes a little more reliableDavid Gibson2023-12-071-4/+2
* test: Avoid hitting guestfish command length limitsDavid Gibson2023-12-041-1/+1
* valgrind: Adjust suppression for MSG_TRUNC with NULL bufferDavid Gibson2023-11-191-2/+1
* test/lib/perf_report: Fix up table highlight for pasta's local flowsStefano Brivio2023-11-101-1/+9
* test/perf: Simplify calculation of "omit" time for TCP throughputDavid Gibson2023-11-072-2/+2
* test/perf: Remove unnecessary --pacing-timer optionsDavid Gibson2023-11-072-3/+3
* test/perf: "MTU" changes in passt_tcp host to guest aren't usefulDavid Gibson2023-11-071-29/+8
* test/perf: Explicitly control UDP packet length, instead of MTUDavid Gibson2023-11-072-94/+75
* test/perf: Small MTUs for spliced TCP aren't interestingDavid Gibson2023-11-071-52/+1
* test/perf: Start iperf3 server less oftenDavid Gibson2023-11-075-109/+213
* test/perf: Get iperf3 stats from client sideDavid Gibson2023-11-071-18/+14
* test/perf: Remove stale iperf3c/iperf3s directivesDavid Gibson2023-11-072-6/+1
* test: Add Podman system test with bats for pasta2023_09_07.ee58f37Stefano Brivio2023-09-073-2/+27
* test/nstool: Fix fd leak in accept() loopDavid Gibson2023-05-231-0/+2
* test/nstool: Provide useful error if given a path that's too longDavid Gibson2023-05-231-8/+14
* nstool: Enter holder's cwd when changing mount ns with nstool execDavid Gibson2023-04-081-1/+11
* nstool: Advertise the holder's cwd (in its mountns) across the socketDavid Gibson2023-04-081-0/+4
* test: Use "nstool exec" to slightly simplify testsDavid Gibson2023-04-083-26/+23
* test: Initialise ${TRACE} properlyDavid Gibson2023-04-081-0/+3
* nstool: Add --keep-caps option to nstool execDavid Gibson2023-04-081-9/+78
* nstool: Add nstool exec command to execute commands in an nstool namespaceDavid Gibson2023-04-081-2/+137
* nstool: Helpers to iterate through namespace typesDavid Gibson2023-04-081-10/+12
* nstool: Add magic number to advertized informationDavid Gibson2023-04-081-0/+9
* nstool: Detect what namespaces target is inDavid Gibson2023-04-081-14/+143
* nstool: Replace "pid" subcommand with "info" subcommandDavid Gibson2023-04-082-17/+55
* nstool: Split some command line parsing and socket setup to subcommandsDavid Gibson2023-04-081-34/+68
* nstool: Move description of its operation modes from comment to usageDavid Gibson2023-04-081-15/+11
* nstool: Reverse parameters to nstoolDavid Gibson2023-04-082-28/+28
* nstool: Rename nsholder to nstoolDavid Gibson2023-04-084-29/+29
* 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-0647-47/+47
* test: Fedora 32-35 have moved to the archivesDavid Gibson2023-02-141-4/+4
* test: Update location for Debian ppc64 imagesDavid Gibson2023-02-142-2/+5
* test/pasta_options: Ignore failures on shell 'exit'Stefano Brivio2023-02-131-3/+6
* test/perf/pasta_tcp: Add host to namespace cases for traffic via tapStefano Brivio2023-01-051-0/+57
* test/perf/pasta_udp: Add host to namespace cases for traffic via tapStefano Brivio2023-01-051-0/+37
* test/lib/test: Clean up iperf3 JSON files before starting the serverStefano Brivio2022-11-161-2/+2
* test/memory/passt: Change passt.avx2 path to /bin in test itself2022_11_04.e308018Stefano Brivio2022-11-041-2/+2
* test/perf: Finally drop workaround for virtio_net TX stallStefano Brivio2022-11-042-30/+0
* test: Switch to qemu -netdev stream option instead of using qrapStefano Brivio2022-11-047-77/+75
* test: Wait for network before starting passt in two_guests setupStefano Brivio2022-11-041-0/+2
* test: Add memory/passt test casesStefano Brivio2022-11-046-1/+289
* test/lib: Add "td" directive, handled by table_value()Stefano Brivio2022-11-042-0/+31