]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - test/TEST-01-BASIC/test.sh
TEST-01: remove memdebug
[thirdparty/dracut.git] / test / TEST-01-BASIC / test.sh
index b24892f6518c0cf2f462024340e1c85348b49e4f..455afef6d85f0c4ee7b9a63ec6dd3f883780a870 100755 (executable)
@@ -11,11 +11,11 @@ test_run() {
     $testdir/run-qemu \
        -drive format=raw,index=0,media=disk,file=$TESTDIR/root.ext3 \
        -drive format=raw,index=1,media=disk,file=$TESTDIR/result \
-       -m 256M  -smp 2 -nographic \
+       -m 512M  -smp 2 -nographic \
        -net none \
        -watchdog i6300esb -watchdog-action poweroff \
         -no-reboot \
-       -append "panic=1 root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.debug console=ttyS0,115200n81 rd.shell=0 $DEBUGFAIL rd.memdebug=4" \
+       -append "panic=1 root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.debug console=ttyS0,115200n81 rd.shell=0 $DEBUGFAIL" \
        -initrd $TESTDIR/initramfs.testing || return 1
     grep -F -m 1 -q dracut-root-block-success $TESTDIR/result || return 1
 }
@@ -80,7 +80,7 @@ test_setup() {
 
     $testdir/run-qemu \
        -drive format=raw,index=0,media=disk,file=$TESTDIR/root.ext3 \
-       -m 256M  -smp 2 -nographic -net none \
+       -m 512M  -smp 2 -nographic -net none \
        -append "root=/dev/dracut/root rw rootfstype=ext3 quiet console=ttyS0,115200n81 selinux=0" \
        -initrd $TESTDIR/initramfs.makeroot  || return 1
     grep -F -m 1 -q dracut-root-block-created $TESTDIR/root.ext3 || return 1