| Commit message (Expand) | Author | Age | Files | Lines |
* | test/nstool: Fix fd leak in accept() loop | David Gibson | 2023-05-23 | 1 | -0/+2 |
* | test/nstool: Provide useful error if given a path that's too long | David Gibson | 2023-05-23 | 1 | -8/+14 |
* | nstool: Enter holder's cwd when changing mount ns with nstool exec | David Gibson | 2023-04-08 | 1 | -1/+11 |
* | nstool: Advertise the holder's cwd (in its mountns) across the socket | David Gibson | 2023-04-08 | 1 | -0/+4 |
* | test: Use "nstool exec" to slightly simplify tests | David Gibson | 2023-04-08 | 3 | -26/+23 |
* | test: Initialise ${TRACE} properly | David Gibson | 2023-04-08 | 1 | -0/+3 |
* | nstool: Add --keep-caps option to nstool exec | David Gibson | 2023-04-08 | 1 | -9/+78 |
* | nstool: Add nstool exec command to execute commands in an nstool namespace | David Gibson | 2023-04-08 | 1 | -2/+137 |
* | nstool: Helpers to iterate through namespace types | David Gibson | 2023-04-08 | 1 | -10/+12 |
* | nstool: Add magic number to advertized information | David Gibson | 2023-04-08 | 1 | -0/+9 |
* | nstool: Detect what namespaces target is in | David Gibson | 2023-04-08 | 1 | -14/+143 |
* | nstool: Replace "pid" subcommand with "info" subcommand | David Gibson | 2023-04-08 | 2 | -17/+55 |
* | nstool: Split some command line parsing and socket setup to subcommands | David Gibson | 2023-04-08 | 1 | -34/+68 |
* | nstool: Move description of its operation modes from comment to usage | David Gibson | 2023-04-08 | 1 | -15/+11 |
* | nstool: Reverse parameters to nstool | David Gibson | 2023-04-08 | 2 | -28/+28 |
* | nstool: Rename nsholder to nstool | David Gibson | 2023-04-08 | 4 | -29/+29 |
* | test: Remove race between commands run in the same context | David Gibson | 2023-04-08 | 1 | -2/+2 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 47 | -47/+47 |
* | test: Fedora 32-35 have moved to the archives | David Gibson | 2023-02-14 | 1 | -4/+4 |
* | test: Update location for Debian ppc64 images | David Gibson | 2023-02-14 | 2 | -2/+5 |
* | test/pasta_options: Ignore failures on shell 'exit' | Stefano Brivio | 2023-02-13 | 1 | -3/+6 |
* | test/perf/pasta_tcp: Add host to namespace cases for traffic via tap | Stefano Brivio | 2023-01-05 | 1 | -0/+57 |
* | test/perf/pasta_udp: Add host to namespace cases for traffic via tap | Stefano Brivio | 2023-01-05 | 1 | -0/+37 |
* | test/lib/test: Clean up iperf3 JSON files before starting the server | Stefano Brivio | 2022-11-16 | 1 | -2/+2 |
* | test/memory/passt: Change passt.avx2 path to /bin in test itself2022_11_04.e308018 | Stefano Brivio | 2022-11-04 | 1 | -2/+2 |
* | test/perf: Finally drop workaround for virtio_net TX stall | Stefano Brivio | 2022-11-04 | 2 | -30/+0 |
* | test: Switch to qemu -netdev stream option instead of using qrap | Stefano Brivio | 2022-11-04 | 7 | -77/+75 |
* | test: Wait for network before starting passt in two_guests setup | Stefano Brivio | 2022-11-04 | 1 | -0/+2 |
* | test: Add memory/passt test cases | Stefano Brivio | 2022-11-04 | 6 | -1/+289 |
* | test/lib: Add "td" directive, handled by table_value() | Stefano Brivio | 2022-11-04 | 2 | -0/+31 |
* | test/lib/perf_report: Use own flag to track initialisation | Stefano Brivio | 2022-11-04 | 1 | -3/+6 |
* | test/lib: Move screen-scraping setup and layout functions to _ugly files | Stefano Brivio | 2022-11-04 | 5 | -92/+123 |
* | test/run: Temporarily disable distribution tests2022_10_26.e4df8b0 | Stefano Brivio | 2022-10-26 | 1 | -0/+4 |
* | test: Add log file tests for pasta plus corresponding layout and setup | Stefano Brivio | 2022-10-26 | 5 | -1/+150 |
* | test: Move slower tests to end of test run | David Gibson | 2022-10-15 | 1 | -10/+10 |
* | test: Add rudimentary support to run selected tests only | Stefano Brivio | 2022-10-14 | 3 | -2/+53 |
* | Stricter checking for nsholder.c | David Gibson | 2022-09-29 | 2 | -2/+2 |
* | test: Remove unneccessary pane naming from layout_two_guests | David Gibson | 2022-09-29 | 1 | -4/+0 |
* | test: Simplify data handling for transfer tests | David Gibson | 2022-09-29 | 10 | -294/+214 |
* | test: Use --config-net for namespace setup | David Gibson | 2022-09-29 | 1 | -14/+3 |
* | test: More robust wait for pasta/passt to be ready | David Gibson | 2022-09-29 | 1 | -5/+10 |
* | test: Remove unnecessary sleeps from shutdown tests | David Gibson | 2022-09-29 | 2 | -2/+0 |
* | test: Add wait_for() shell helper | David Gibson | 2022-09-29 | 2 | -3/+9 |
* | test/lib: Don't try to write to perf.js when running demos | Stefano Brivio | 2022-09-24 | 1 | -0/+6 |
* | test/lib: Drop perf_report_append() from perf_report | Stefano Brivio | 2022-09-24 | 1 | -6/+1 |
* | test/demo: Avoid using port 5201 on the host | Stefano Brivio | 2022-09-24 | 3 | -115/+115 |
* | test/demo: Use relative paths to change directories when possible | Stefano Brivio | 2022-09-24 | 2 | -6/+5 |
* | test/passt.mbuto: Don't fail on missing guest public key | Stefano Brivio | 2022-09-23 | 1 | -1/+1 |
* | test/distro: Update workarounds for Ubuntu 22.04 on s390x2022_09_23.d6f865a | Stefano Brivio | 2022-09-23 | 1 | -1/+3 |
* | test/lib: Wait for DHCPv4 before starting DHCPv6 client in two_guests test | Stefano Brivio | 2022-09-23 | 1 | -0/+1 |