From f98f2ee70d557cb9709a9fdce543082259f49910 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sun, 3 Dec 2023 21:08:48 +0100 Subject: [PATCH] Run QEMU-based tests if possible --- integration/upstream-tests/test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/integration/upstream-tests/test.sh b/integration/upstream-tests/test.sh index d81ee4d..c654486 100755 --- a/integration/upstream-tests/test.sh +++ b/integration/upstream-tests/test.sh @@ -52,6 +52,10 @@ else fi export DENY_LIST_MARKERS=fedora-skip +# Skip TEST-64-UDEV-STORAGE for now, as it takes a really long time without KVM +touch test/TEST-64-UDEV-STORAGE/fedora-skip +# Temporarily skip TEST-13-NSPAWN until https://github.com/systemd/systemd/issues/30157 is resolved +touch test/TEST-13-NSPAWN/fedora-skip # Temporarily skip TEST-25-IMPORT, see https://github.com/systemd/systemd/issues/30250 touch test/TEST-25-IMPORT/fedora-skip @@ -60,11 +64,10 @@ export TEST_SAVE_JOURNAL=fail export TEST_SHOW_JOURNAL=warning export TEST_REQUIRE_INSTALL_TESTS=0 export TEST_PREFER_NSPAWN=1 +export TEST_NESTED_KVM=1 export NO_BUILD=1 export QEMU_TIMEOUT=1800 export NSPAWN_TIMEOUT=1200 -# FIXME -export TEST_NO_QEMU=1 test/run-integration-tests.sh