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