tests: Adjust to podman 2.0 API

Use the REST socket unit name.
This commit is contained in:
Martin Pitt 2020-07-15 13:51:03 +02:00
parent a8bd80a41a
commit 124190644b

View File

@ -53,7 +53,7 @@ podman pull docker.io/registry:2
EOF
loginctl disable-linger $(id -u admin)
systemctl enable --now cockpit.socket io.podman.socket
systemctl enable --now cockpit.socket podman.socket
# Run tests as unprivileged user
su - -c "env SOURCE=$SOURCE LOGS=$LOGS $TESTS/run-test.sh" runtest