diff options
author | Harald Hoyer <harald@redhat.com> | 2009-10-06 18:39:40 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-10-06 19:09:22 +0200 |
commit | 40ef4325d947d2d5f8219e728082fb337e8f46cf (patch) | |
tree | 4ac504e5ac4a83298dc75e5707fc3353ee3e3760 /test/TEST-30-ISCSI | |
parent | 16da29bf9d35e75d82ad6201df0206e78ba636f1 (diff) | |
download | dracut-40ef4325d947d2d5f8219e728082fb337e8f46cf.tar.gz dracut-40ef4325d947d2d5f8219e728082fb337e8f46cf.tar.bz2 dracut-40ef4325d947d2d5f8219e728082fb337e8f46cf.zip |
test: run all tests with rdinitdebug by default
Diffstat (limited to 'test/TEST-30-ISCSI')
-rwxr-xr-x | test/TEST-30-ISCSI/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index dc32775b..032fba4e 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -3,7 +3,7 @@ TEST_DESCRIPTION="root filesystem over iSCSI" KVERSION=${KVERSION-$(uname -r)} -#DEBUGFAIL="rdinitdebug rdnetdebug rdudevinfo" +#DEBUGFAIL="rdshell" run_server() { # Start server first @@ -37,7 +37,7 @@ run_client() { -net nic,macaddr=52:54:00:12:34:00,model=e1000 \ -net socket,mcast=230.0.0.1:1235 \ -kernel /boot/vmlinuz-$KVERSION \ - -append "root=dhcp rw quiet console=ttyS0,115200n81 selinux=0 rdshell $DEBUGFAIL" \ + -append "root=dhcp rw quiet rdinitdebug rdnetdebug console=ttyS0,115200n81 selinux=0 rdshell $DEBUGFAIL" \ -initrd initramfs.testing grep -m 1 -q iscsi-OK client.img || return 1 } |