test: Reinstate podman as default runner

Partial revert of 23469bbe3b. When running tests in a GitHub action,
we do not want to run as host root user. Therefore, restore podman as
the default runner, but make sure to prefer docker when attaching to
the host network namespace.
This commit is contained in:
Tobias Waldekranz
2024-05-20 16:21:06 +02:00
parent 508e2287b8
commit 7bb48ece49
3 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ usage()
sys=$1
[ -n "$sys" ] || sys=$(infamy)
docker exec -it --workdir "$ixdir/test" "$sys" ./env -C sh
$(runner) exec -it --workdir "$ixdir/test" "$sys" ./env -C sh