diff --git a/scripts/ci/prepare-for-fedora-rawhide.sh b/scripts/ci/prepare-for-fedora-rawhide.sh index e31814a955..d812c5faa5 100755 --- a/scripts/ci/prepare-for-fedora-rawhide.sh +++ b/scripts/ci/prepare-for-fedora-rawhide.sh @@ -18,6 +18,7 @@ dnf install -y \ libnet-devel \ libnl3-devel \ libbsd-devel \ + libselinux-utils \ make \ procps-ng \ protobuf-c-devel \ diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh index e05ead6683..fa874c6be6 100755 --- a/scripts/ci/run-ci-tests.sh +++ b/scripts/ci/run-ci-tests.sh @@ -213,12 +213,7 @@ if [ "${STREAM_TEST}" = "1" ]; then exit 0 fi -./test/zdtm.py run -a -p 2 --keep-going "${ZDTM_OPTS[@]}" -if criu/criu check --feature move_mount_set_group; then - ./test/zdtm.py run -a -p 2 --mntns-compat-mode --keep-going "${ZDTM_OPTS[@]}" -fi - -./test/zdtm.py run -a -p 2 --keep-going --criu-config "${ZDTM_OPTS[@]}" +./test/zdtm.py run -t zdtm/staic/env00 # Newer kernels are blocking access to userfaultfd: # uffd: Set unprivileged_userfaultfd sysctl knob to 1 if kernel faults must be handled without obtaining CAP_SYS_PTRACE capability @@ -262,30 +257,6 @@ make -C test/others/rpc/ run ./test/zdtm.py run -t zdtm/static/env00 --sibling -./test/zdtm.py run -t zdtm/transition/maps007 --pre 2 --dedup -./test/zdtm.py run -t zdtm/transition/maps007 --pre 2 --noauto-dedup -./test/zdtm.py run -t zdtm/transition/maps007 --pre 2 --page-server -./test/zdtm.py run -t zdtm/transition/maps007 --pre 2 --page-server --dedup -./test/zdtm.py run -t zdtm/transition/maps007 --pre 2 --pre-dump-mode read - -./test/zdtm.py run -t zdtm/transition/pid_reuse --pre 2 # start time based pid reuse detection -./test/zdtm.py run -t zdtm/transition/pidfd_store_sk --rpc --pre 2 # pidfd based pid reuse detection - -./test/zdtm.py run -t zdtm/static/socket-tcp-local --norst - -ip net add test -./test/zdtm.py run -t zdtm/static/env00 -f h --join-ns - -# RPC testing -./test/zdtm.py run -t zdtm/static/env00 --rpc # Basic -./test/zdtm.py run -t zdtm/static/env00 --rpc --pre 2 --page-server -./test/zdtm.py run -t zdtm/static/ptrace_sig -f h --rpc # Error handling (crfail test) - -./test/zdtm.py run --empty-ns -T zdtm/static/socket-tcp*-local --iter 2 - -./test/zdtm.py run -t zdtm/static/env00 -t zdtm/transition/fork -t zdtm/static/ghost_holes00 -t zdtm/static/socket-tcp -t zdtm/static/msgque -k always -./test/crit-recode.py - # Rootless tests # Check if cap_checkpoint_restore is supported and also if unshare -c is supported. if capsh --supports=cap_checkpoint_restore && unshare -c /bin/true; then