omit plymouth and add debug module for the testsuite clients
authorHarald Hoyer <harald@redhat.com>
Thu, 2 Jul 2009 09:37:00 +0000 (11:37 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 2 Jul 2009 09:47:27 +0000 (11:47 +0200)
test/TEST-10-RAID/test.sh
test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-40-NBD/test.sh

index 94b8152..0d174b5 100755 (executable)
@@ -63,6 +63,8 @@ test_setup() {
        inst ./cryptroot-ask /sbin/cryptroot-ask
     )
     sudo $basedir/dracut -l -i overlay / \
+       -o "plymouth" \
+       -a "debug" \
        -d "ata_piix ext2 sd_mod" \
        -f initramfs.testing $KVERSION || return 1
 }
index 6850197..369e394 100755 (executable)
@@ -276,6 +276,8 @@ test_setup() {
 
     # Make client's dracut image
     $basedir/dracut -l -i overlay / \
+       -o "plymouth" \
+       -a "debug" \
        -d "e1000 nfs sunrpc" \
        -f initramfs.testing $KVERSION || return 1
 }
index a70cdfe..8b0239b 100755 (executable)
@@ -3,7 +3,7 @@ TEST_DESCRIPTION="root filesystem over iSCSI"
 
 KVERSION=${KVERSION-$(uname -r)}
 
-#DEBUGFAIL="rdinitdebug rdnetdebug rdudevinfo"
+#DEBUGFAIL="rdinitdebug rdnetdebug"
 
 run_server() {
     # Start server first
@@ -114,6 +114,8 @@ test_setup() {
 #      inst ./cryptroot-ask /sbin/cryptroot-ask
     )
     sudo $basedir/dracut -l -i overlay / \
+       -o "plymouth dmraid" \
+       -a "debug" \
        -d "ata_piix ext2 sd_mod" \
        -f initramfs.testing $KVERSION || return 1
 
index 26a8dc4..1ba1933 100755 (executable)
@@ -4,7 +4,7 @@ TEST_DESCRIPTION="root filesystem on NBD"
 KVERSION=${KVERSION-$(uname -r)}
 
 # Uncomment this to debug failures
-#DEBUGFAIL="rdinitdebug rdnetdebug rdbreak"
+#DEBUGFAIL="rdinitdebug rdnetdebug"
 
 run_server() {
     # Start server first
@@ -292,7 +292,8 @@ test_setup() {
        -f initramfs.server $KVERSION || return 1
 
     sudo $basedir/dracut -l -i overlay / \
-        -o "plymouth" \
+       -o "plymouth" \
+       -a "debug" \
        -d "ata_piix ext2 ext3 sd_mod e1000" \
        -f initramfs.testing $KVERSION || return 1
 }