test: 01-basic: mask some services that currently don't run in qemu

This commit is contained in:
Daniel Mack 2015-11-19 13:27:39 +01:00
parent 3f5c306d38
commit 6f9d3b08cf

View file

@ -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
}