]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: 01-basic: mask some services that currently don't run in qemu 1957/head
authorDaniel Mack <daniel@zonque.org>
Thu, 19 Nov 2015 12:27:39 +0000 (13:27 +0100)
committerDaniel Mack <daniel@zonque.org>
Thu, 19 Nov 2015 16:15:26 +0000 (17:15 +0100)
test/TEST-01-BASIC/test.sh

index b6b474393daa8c7c049d9f093a9f17523b88ea6b..c709993638836116c05b1627703c187c74ae33f9 100755 (executable)
@@ -61,6 +61,13 @@ EOF
     )
     setup_nspawn_root
 
+    # mask some services that we do not want to run in these tests
+    ln -s /dev/null $initdir/etc/systemd/system/systemd-hwdb-update.service
+    ln -s /dev/null $initdir/etc/systemd/system/systemd-journal-catalog-update.service
+    ln -s /dev/null $initdir/etc/systemd/system/systemd-networkd.service
+    ln -s /dev/null $initdir/etc/systemd/system/systemd-networkd.socket
+    ln -s /dev/null $initdir/etc/systemd/system/systemd-resolved.service
+
     ddebug "umount $TESTDIR/root"
     umount $TESTDIR/root
 }