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