]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Drop SKIP_INITRD for QEMU-based tests 9597/head
authorMichael Biebl <biebl@debian.org>
Mon, 16 Jul 2018 09:27:44 +0000 (11:27 +0200)
committerMichael Biebl <biebl@debian.org>
Mon, 16 Jul 2018 09:31:24 +0000 (11:31 +0200)
Not all distros support booting without an initrd. E.g. the Debian
kernel builds ext4 as a module and so relies on an initrd to
successfully start the QEMU-based images.

test/TEST-08-ISSUE-2730/test.sh
test/TEST-09-ISSUE-2691/test.sh
test/TEST-10-ISSUE-2467/test.sh
test/TEST-11-ISSUE-3166/test.sh
test/TEST-13-NSPAWN-SMOKE/test.sh
test/TEST-14-MACHINE-ID/test.sh

index 68159c331f901f81c214ff90d6a06cd5da696de6..90bf133c6a30da1dbfe0cb21b2f3b65e65a16c92 100755 (executable)
@@ -6,7 +6,6 @@ TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2730"
 TEST_NO_NSPAWN=1
 
 . $TEST_BASE_DIR/test-functions
-SKIP_INITRD=yes
 QEMU_TIMEOUT=180
 FSTYPE=ext4
 
index 4c3e9496b4467bfb4a2a57555566906fca4202e4..9b5990bc608efb00089e4780be4ac1c0f1f9c700 100755 (executable)
@@ -6,7 +6,6 @@ TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2691"
 TEST_NO_NSPAWN=1
 
 . $TEST_BASE_DIR/test-functions
-SKIP_INITRD=yes
 QEMU_TIMEOUT=90
 
 test_setup() {
index 2f95e9062daeca95450007f7d822dda278b3fa7a..e61f5acd3c8bb7d8e5e9f9ec7caa80fa26dbcb10 100755 (executable)
@@ -5,7 +5,6 @@ set -e
 TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2467"
 
 . $TEST_BASE_DIR/test-functions
-SKIP_INITRD=yes
 
 test_setup() {
     create_empty_image
index 4602bdfc9816066974a4d21957d0bf4fb4a44a30..8aae4d5ed935d993692280b675c81fe562684007 100755 (executable)
@@ -6,7 +6,6 @@ TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/3166"
 TEST_NO_NSPAWN=1
 
 . $TEST_BASE_DIR/test-functions
-SKIP_INITRD=yes
 
 test_setup() {
     create_empty_image
index 6a0cb42eaf8945a876f2ed258edd0f26ea717e30..f485a9259cd49242f4767cafcf880fd6a77f2233 100755 (executable)
@@ -4,7 +4,7 @@
 set -e
 TEST_DESCRIPTION="systemd-nspawn smoke test"
 TEST_NO_NSPAWN=1
-SKIP_INITRD=yes
+
 . $TEST_BASE_DIR/test-functions
 
 test_setup() {
index 7342645bc5abe5dce6e564b1f8d563c376fc989f..62003b91b60a936668bff19b6fcad817b7398a93 100755 (executable)
@@ -4,7 +4,7 @@
 set -e
 TEST_DESCRIPTION="/etc/machine-id testing"
 TEST_NO_NSPAWN=1
-SKIP_INITRD=yes
+
 . $TEST_BASE_DIR/test-functions
 
 test_setup() {