]> git.ipfire.org Git - thirdparty/dracut.git/commit - test/TEST-40-NBD/test.sh
cope with "rd.shell=0" in the testsuite
authorHarald Hoyer <harald@redhat.com>
Wed, 8 Jun 2016 07:33:48 +0000 (09:33 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 8 Jun 2016 14:48:07 +0000 (16:48 +0200)
commit781f1971c326da07d22516a4b555138b1978177b
tree2a21351f5a51a0223b45a88940806ec79d98f189
parent3847bd450d82fd4f95d9668f4810f31adc95ab30
cope with "rd.shell=0" in the testsuite

If emergency and shutdown-emergency hooks are called, the systemd should
poweroff the testsuite, therefore "rd.shell=0" is given on the test
suite kernel command lines.

"rd.shell=0" has to be parsed correctly by the test suite real root init
also.
45 files changed:
test/TEST-01-BASIC/hard-off.sh
test/TEST-01-BASIC/test-init.sh
test/TEST-01-BASIC/test.sh
test/TEST-02-SYSTEMD/hard-off.sh
test/TEST-02-SYSTEMD/test-init.sh
test/TEST-02-SYSTEMD/test.sh
test/TEST-03-USR-MOUNT/hard-off.sh
test/TEST-03-USR-MOUNT/test-init.sh
test/TEST-03-USR-MOUNT/test.sh
test/TEST-04-FULL-SYSTEMD/hard-off.sh
test/TEST-04-FULL-SYSTEMD/test-init.sh
test/TEST-04-FULL-SYSTEMD/test.sh
test/TEST-10-RAID/hard-off.sh
test/TEST-10-RAID/test-init.sh
test/TEST-10-RAID/test.sh
test/TEST-11-LVM/hard-off.sh
test/TEST-11-LVM/test-init.sh
test/TEST-11-LVM/test.sh
test/TEST-12-RAID-DEG/hard-off.sh
test/TEST-12-RAID-DEG/test-init.sh
test/TEST-12-RAID-DEG/test.sh
test/TEST-13-ENC-RAID-LVM/hard-off.sh
test/TEST-13-ENC-RAID-LVM/test.sh
test/TEST-14-IMSM/hard-off.sh
test/TEST-14-IMSM/test-init.sh
test/TEST-14-IMSM/test.sh
test/TEST-15-BTRFSRAID/hard-off.sh
test/TEST-15-BTRFSRAID/test.sh
test/TEST-16-DMSQUASH/hard-off.sh
test/TEST-16-DMSQUASH/test-init.sh
test/TEST-16-DMSQUASH/test.sh
test/TEST-17-LVM-THIN/hard-off.sh
test/TEST-17-LVM-THIN/test-init.sh
test/TEST-17-LVM-THIN/test.sh
test/TEST-20-NFS/client-init.sh
test/TEST-20-NFS/hard-off.sh
test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/client-init.sh
test/TEST-30-ISCSI/hard-off.sh
test/TEST-30-ISCSI/test.sh
test/TEST-40-NBD/hard-off.sh
test/TEST-40-NBD/test.sh
test/TEST-50-MULTINIC/client-init.sh
test/TEST-50-MULTINIC/hard-off.sh
test/TEST-50-MULTINIC/test.sh