From 12a861359a3413ded52174c814e8653c56caee17 Mon Sep 17 00:00:00 2001 From: Jiajun Xu Date: Sat, 30 Oct 2010 01:03:22 +0800 Subject: imagetest-qemu: Add test case for dmesg check in target Add a test case for error log check with command dmesg in target. The case introduces a new folder in target, "/opt/test", which holds test scripts running in target. Signed-off-by Jiajun Xu --- scripts/qemuimage-tests/sanity/boot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/qemuimage-tests/sanity/boot') diff --git a/scripts/qemuimage-tests/sanity/boot b/scripts/qemuimage-tests/sanity/boot index 57b204b17..5014e8a5a 100755 --- a/scripts/qemuimage-tests/sanity/boot +++ b/scripts/qemuimage-tests/sanity/boot @@ -12,10 +12,9 @@ . $POKYBASE/scripts/qemuimage-testlib TIMEOUT=120 -QEMU_IPADDR="192.168.7.2" # Start qemu and check its network -Test_Create_Qemu ${QEMU_IPADDR} ${TIMEOUT} +Test_Create_Qemu ${TIMEOUT} if [ $? -eq 0 ]; then Test_Info "Boot Test PASS" -- cgit v1.2.3