]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: disable QEMU based testing for TEST-16-EXTEND-TIMEOUT
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Jun 2018 19:30:19 +0000 (21:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Jun 2018 09:24:09 +0000 (11:24 +0200)
The test is heavily dependent on timeouts, and if we are run in
potentially very slow QEMU instances there's a good chance we'll miss
some which we normally wouldn't miss. Hence, let's test this one in
nspawn only. Given that the test is purely in service management it
shouldn't matter whether it runs in nspawn or qemu, hence keep running
it in nspawn, but don't bother with qemu.

Similar, do this for TEST-03-JOBS, too, which operates with relatively
short sleep times internally.

Fixes: #9123
test/TEST-03-JOBS/test.sh
test/TEST-16-EXTEND-TIMEOUT/test.sh

index 88bbf3cdac4d82aef772439a01d5c1e5e2faa9d1..65a8893fea8e0dea63e59d392ad65fc6a7396f65 100755 (executable)
@@ -3,6 +3,7 @@
 # ex: ts=8 sw=4 sts=4 et filetype=sh
 set -e
 TEST_DESCRIPTION="Job-related tests"
+TEST_NO_QEMU=1
 
 . $TEST_BASE_DIR/test-functions
 
index 45446720661e7cc232d9d6815b99f042f464f849..e7bb5430c0d4dd48364c5b290b5f3346aa1d7035 100755 (executable)
@@ -4,6 +4,7 @@
 set -e
 TEST_DESCRIPTION="EXTEND_TIMEOUT_USEC=usec start/runtime/stop tests"
 SKIP_INITRD=yes
+TEST_NO_QEMU=1
 
 . $TEST_BASE_DIR/test-functions