]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-12: increase retry and loglevel
authorHarald Hoyer <harald@redhat.com>
Fri, 21 Jul 2017 13:04:57 +0000 (15:04 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 21 Jul 2017 13:04:57 +0000 (15:04 +0200)
test/TEST-12-RAID-DEG/test.sh

index b236f51fc6504867473bebd707294636ae19828d..4097c8186dfdde2df37842aacd98a13277664edb 100755 (executable)
@@ -20,7 +20,7 @@ client_run() {
         -drive format=raw,index=3,media=disk,file=$TESTDIR/disk3.img.new \
         -net none \
         -no-reboot \
-        -append "panic=1 $* root=LABEL=root rw rd.retry=10 rd.info console=ttyS0,115200n81 log_buf_len=2M selinux=0 rd.debug rd.shell=0 $DEBUGFAIL " \
+        -append "panic=1 $* systemd.log_target=kmsg loglevel=7 root=LABEL=root rw rd.retry=20 rd.info console=ttyS0,115200n81 log_buf_len=2M selinux=0 rd.debug rd.shell=0 $DEBUGFAIL " \
         -initrd $TESTDIR/initramfs.testing
     if ! grep -F -m 1 -q dracut-root-block-success $TESTDIR/root.ext2; then
         echo "CLIENT TEST END: $@ [FAIL]"