From 8897fe79b8dc6a0df85dbd0975e9073c5e33aafc Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 26 Sep 2023 18:01:26 +0200 Subject: [PATCH] tests, podman: enable more tests Signed-off-by: Giuseppe Scrivano --- tests/podman/run-tests.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/podman/run-tests.sh b/tests/podman/run-tests.sh index a184cb86a5..69a0e61e6d 100755 --- a/tests/podman/run-tests.sh +++ b/tests/podman/run-tests.sh @@ -42,12 +42,11 @@ export TMPDIR=/var/tmp # - notify_socket # # - podman run exit 12*|podman run exit code on failure to exec|failed to start -# assumption that "create" must fail if the executable is not found. We must add lookup for the executable in $PATH to mimic the runc behavior. # device-cgroup-rule|capabilities|network|overlay volume flag|prune removes a pod with a stopped container: not working on github actions # # - Podman run with specified static IPv6 has correct IP # Does not work inside test environment. -ginkgo --focus='.*' --skip='.*(selinux|notify_socket|systemd|podman run exit 12*|podman run exit code on failure to exec|failed to start|search|trust|inspect|logs|generate|import|mounted rw|inherit host devices|play kube|cgroups=disabled|privileged CapEff|device-cgroup-rule|capabilities|network|pull from docker|--add-host|removes a pod with a container|prune removes a pod with a stopped container|overlay volume flag|prune unused images|podman images filter|image list filter|create --pull|podman ps json format|using journald for container|image tree|--pull|shared layers|child images|cached images|flag with multiple mounts|overlay and used as workdir|image_copy_tmp_dir|Podman run with specified static IPv6 has correct IP|authenticated push|pod create --share-parent|podman kill paused container|login and logout|podman top on privileged container|local registry with authorization|podman update container all options v2|push test|uidmapping and gidmapping with a volume|uidmapping and gidmapping with an idmapped volume|Podman kube play).*' \ - -v -tags "seccomp ostree selinux varlink exclude_graphdriver_devicemapper" \ +ginkgo --focus='.*' --skip='.*(selinux|notify_socket|systemd|podman run exit 12*|podman run exit code on failure to exec|failed to start|search|trust|inspect|logs|generate|import|mounted rw|inherit host devices|play kube|cgroups=disabled|privileged CapEff|device-cgroup-rule|capabilities|network|pull from docker|--add-host|removes a pod with a container|prune removes a pod with a stopped container|overlay volume flag|prune unused images|podman images filter|image list filter|create --pull|podman ps json format|using journald for container|image tree|--pull|shared layers|child images|cached images|flag with multiple mounts|overlay and used as workdir|image_copy_tmp_dir|Podman run with specified static IPv6 has correct IP|authenticated push|pod create --share-parent|podman kill paused container|login and logout|podman top on privileged container|local registry with authorization|podman update container all options v2|push test|podman pull and run on split imagestore|Podman kube play|uidmapping and gidmapping with a volume).*' \ + -vv -tags "seccomp ostree selinux exclude_graphdriver_devicemapper" \ -timeout=50m -cover -flake-attempts 3 -progress -trace -no-color test/e2e/.