summaryrefslogtreecommitdiff
path: root/scripts/qemuimage-tests/sanity/ssh
diff options
context:
space:
mode:
authorJiajun Xu <jiajun.xu@intel.com>2010-10-30 01:03:22 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-10 21:09:22 +0800
commit12a861359a3413ded52174c814e8653c56caee17 (patch)
tree305a53f25d58def6e2793e7f6fcdd1a7387f0287 /scripts/qemuimage-tests/sanity/ssh
parent53b775b49645ce6bcac48def8671bf5f751c730b (diff)
downloadopenembedded-core-12a861359a3413ded52174c814e8653c56caee17.tar.gz
openembedded-core-12a861359a3413ded52174c814e8653c56caee17.tar.bz2
openembedded-core-12a861359a3413ded52174c814e8653c56caee17.tar.xz
openembedded-core-12a861359a3413ded52174c814e8653c56caee17.zip
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 <jiajun.xu@intel.com>
Diffstat (limited to 'scripts/qemuimage-tests/sanity/ssh')
-rwxr-xr-xscripts/qemuimage-tests/sanity/ssh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/qemuimage-tests/sanity/ssh b/scripts/qemuimage-tests/sanity/ssh
index 3c7638cc2..f9143d055 100755
--- a/scripts/qemuimage-tests/sanity/ssh
+++ b/scripts/qemuimage-tests/sanity/ssh
@@ -12,16 +12,15 @@
. $POKYBASE/scripts/qemuimage-testlib
TIMEOUT=360
-QEMU_IPADDR="192.168.7.2"
RET=1
# Start qemu and check its network
-Test_Create_Qemu ${QEMU_IPADDR} ${TIMEOUT}
+Test_Create_Qemu ${TIMEOUT}
# If qemu network is up, check ssh service in qemu
if [ $? -eq 0 ]; then
Test_Info "Begin to Test SSH Service in Qemu"
- Test_SSH_UP ${QEMU_IPADDR} ${TIMEOUT}
+ Test_SSH_UP ${TARGET_IPADDR} ${TIMEOUT}
RET=$?
else
RET=1