| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tests: Add rudimentary debugging to dhclient-script | David Gibson | 2022-07-22 | 1 | -1/+5 |
* | tests: Let Fedora find dhclient-script in /usr/sbin | David Gibson | 2022-07-22 | 1 | -0/+1 |
* | tests: Remove no longer needed /usr/bin/bash link | David Gibson | 2022-07-22 | 1 | -2/+1 |
* | test: Drop further ^D in passt demo teardown | Stefano Brivio | 2022-07-22 | 1 | -5/+1 |
* | test: Actually use pasta in Podman demo step with HTTP service | Stefano Brivio | 2022-07-22 | 1 | -1/+1 |
* | test: Fix Podman build in Podman demo | Stefano Brivio | 2022-07-22 | 1 | -0/+2 |
* | test: In pasta demo, issue /sbin/dhclient instead of dhclient | Stefano Brivio | 2022-07-22 | 1 | -2/+2 |
* | test: In demos, use pgrep instead of pstree to find namespace PID | Stefano Brivio | 2022-07-22 | 2 | -8/+6 |
* | test: In passt demo, bring up eth0 in guest, not in namespace pane | Stefano Brivio | 2022-07-21 | 1 | -1/+1 |
* | demo/passt: Bring interface up before starting dhclient in guest | Stefano Brivio | 2022-07-14 | 1 | -0/+2 |
* | tests: Remove unused DNS6 calculation from fedora tests | David Gibson | 2022-07-14 | 3 | -4/+3 |
* | tests: Prepare distro images during asset build phase | David Gibson | 2022-07-14 | 6 | -325/+69 |
* | tests: Move distro image download to asset build makefile | David Gibson | 2022-07-14 | 6 | -46/+178 |
* | tests: Explicitly list test files in test/run, remove "onlyfor" support | David Gibson | 2022-07-14 | 23 | -67/+31 |
* | tests: Don't automatically traverse directories of test files | David Gibson | 2022-07-14 | 2 | -26/+26 |
* | tests: Remove not-very-useful "req" directive | David Gibson | 2022-07-14 | 3 | -53/+31 |
* | tests: Remove unused set_mode() function | David Gibson | 2022-07-14 | 1 | -13/+0 |
* | tests: Search multiple places for aarch64 EDK2 bios image | David Gibson | 2022-07-14 | 6 | -13/+30 |
* | tests: Move mbuto download and execution to asset build | David Gibson | 2022-07-14 | 3 | -19/+16 |
* | tests: Introduce makefile for building test assets | David Gibson | 2022-07-14 | 2 | -1/+28 |
* | Invoke specific qemu-system-* binaries | David Gibson | 2022-07-14 | 6 | -31/+40 |
* | tests: qemu-system-ppc64le isn't a thing | David Gibson | 2022-07-14 | 2 | -6/+6 |
* | test: Embed script for dhclient(8) in mbuto(1) profile | Stefano Brivio | 2022-07-14 | 4 | -10/+26 |
* | test: Add external mbuto profile, drop udhcpc, and switch to it | Stefano Brivio | 2022-07-06 | 3 | -2/+39 |
* | Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targets | David Gibson | 2022-06-18 | 4 | -4/+4 |
* | tests: Use nmap-ncat instead of openbsd netcat for pasta tests | David Gibson | 2022-06-18 | 4 | -47/+48 |
* | Use dhclient instead of udhcpc | David Gibson | 2022-06-15 | 3 | -6/+6 |
* | Tweak dhclient arguments for readability | David Gibson | 2022-06-15 | 9 | -15/+15 |
* | Don't abbreviate ip(8) arguments in examples and tests | David Gibson | 2022-06-15 | 20 | -109/+109 |
* | tests: Use more explicit netcat options for distro/fedora tests | David Gibson | 2022-06-15 | 1 | -7/+7 |
* | 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 |
* | demo/pasta: Fix bad sleep directive | Stefano Brivio | 2022-05-19 | 1 | -1/+1 |
* | test/run: Return 0 from run(), exit value already reflects failures | Stefano Brivio | 2022-05-19 | 1 | -1/+1 |
* | test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interface | Stefano Brivio | 2022-05-19 | 1 | -1/+0 |
* | tests: Simplify explicit checks for command success | David Gibson | 2022-05-19 | 5 | -52/+24 |
* | 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 | 2 | -6/+6 |
* | 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: Remove unused XVFB variable | David Gibson | 2022-05-19 | 1 | -3/+0 |
* | tests: Update mbuto git URLs | Stefano Brivio | 2022-05-19 | 2 | -2/+2 |
* | Add basic .gitignore files | David Gibson | 2022-05-19 | 1 | -0/+2 |
* | demo: podman: New port forwarding behaviour for pasta, minor fixes | Stefano Brivio | 2022-05-02 | 1 | -78/+56 |
* | test/lib: Add small delay before trying to parse output | Stefano Brivio | 2022-04-07 | 1 | -0/+1 |
* | test/distro: Set unprivileged_userns_clone on Debian Buster and earlier | Stefano Brivio | 2022-04-07 | 1 | -0/+4 |
* | test/lib: Consistent cols, rows, poster attributes for asciinema player | Stefano Brivio | 2022-04-07 | 2 | -2/+2 |