summaryrefslogtreecommitdiffstats
path: root/scripts/qemuimage-tests/sanity/ssh
diff options
context:
space:
mode:
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 3c7638cc2e..f9143d0558 100755
--- a/scripts/qemuimage-tests/sanity/ssh
+++ b/scripts/qemuimage-tests/sanity/ssh
@@ -12,16 +12,15 @@
12. $POKYBASE/scripts/qemuimage-testlib 12. $POKYBASE/scripts/qemuimage-testlib
13 13
14TIMEOUT=360 14TIMEOUT=360
15QEMU_IPADDR="192.168.7.2"
16RET=1 15RET=1
17 16
18# Start qemu and check its network 17# Start qemu and check its network
19Test_Create_Qemu ${QEMU_IPADDR} ${TIMEOUT} 18Test_Create_Qemu ${TIMEOUT}
20 19
21# If qemu network is up, check ssh service in qemu 20# If qemu network is up, check ssh service in qemu
22if [ $? -eq 0 ]; then 21if [ $? -eq 0 ]; then
23 Test_Info "Begin to Test SSH Service in Qemu" 22 Test_Info "Begin to Test SSH Service in Qemu"
24 Test_SSH_UP ${QEMU_IPADDR} ${TIMEOUT} 23 Test_SSH_UP ${TARGET_IPADDR} ${TIMEOUT}
25 RET=$? 24 RET=$?
26else 25else
27 RET=1 26 RET=1