712866
From 414834306b69df65ba22bc6f8a3b4fd4a25bf4e4 Mon Sep 17 00:00:00 2001
712866
From: Xunlei Pang <xlpang@redhat.com>
712866
Date: Sun, 27 Nov 2016 12:19:41 +0800
712866
Subject: [PATCH] testsuite: add "rd.memdebug=4" in TEST-01-BASIC to test
712866
 rd.memdebug
712866
712866
"rd.memdebug=4" includes all the test level, so add it to test
712866
rd.memdebug function.
712866
712866
Signed-off-by: Xunlei Pang <xlpang@redhat.com>
712866
---
712866
 test/TEST-01-BASIC/test.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh
5c6c2a
index 6b79dee9..0ef7e105 100755
712866
--- a/test/TEST-01-BASIC/test.sh
712866
+++ b/test/TEST-01-BASIC/test.sh
712866
@@ -15,7 +15,7 @@ test_run() {
712866
 	-net none -kernel /boot/vmlinuz-$KVERSION \
712866
 	-watchdog i6300esb -watchdog-action poweroff \
712866
         -no-reboot \
712866
-	-append "panic=1 root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.debug console=ttyS0,115200n81 $DEBUGFAIL" \
712866
+	-append "panic=1 root=LABEL=dracut rw systemd.log_level=debug systemd.log_target=console rd.retry=3 rd.debug console=ttyS0,115200n81 $DEBUGFAIL rd.memdebug=4" \
712866
 	-initrd $TESTDIR/initramfs.testing || return 1
712866
     grep -F -m 1 -q dracut-root-block-success $TESTDIR/result || return 1
712866
 }