test: Drop support for running tests with podman

When testing in the host's namespace, only docker seems to offer the
required capabilities (due to its daemon/client architecture).

Qeneth tests can still be run in podman. Users will have to install
the docker wrappers for podman to make use of this.
This commit is contained in:
Tobias Waldekranz
2024-05-17 23:42:18 +02:00
parent 3ae03c5ded
commit 23469bbe3b
4 changed files with 14 additions and 28 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ usage()
sys=$1
[ -n "$sys" ] || sys=$(infamy)
$(runner) exec -it --workdir "$ixdir/test" "$sys" ./env -C sh
docker exec -it --workdir "$ixdir/test" "$sys" ./env -C sh