summaryrefslogtreecommitdiffstats
path: root/scripts/qemuimage-tests/sanity/boot
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qemuimage-tests/sanity/boot')
-rwxr-xr-xscripts/qemuimage-tests/sanity/boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/qemuimage-tests/sanity/boot b/scripts/qemuimage-tests/sanity/boot
index 57b204b170..5014e8a5ac 100755
--- a/scripts/qemuimage-tests/sanity/boot
+++ b/scripts/qemuimage-tests/sanity/boot
@@ -12,10 +12,9 @@
12. $POKYBASE/scripts/qemuimage-testlib 12. $POKYBASE/scripts/qemuimage-testlib
13 13
14TIMEOUT=120 14TIMEOUT=120
15QEMU_IPADDR="192.168.7.2"
16 15
17# Start qemu and check its network 16# Start qemu and check its network
18Test_Create_Qemu ${QEMU_IPADDR} ${TIMEOUT} 17Test_Create_Qemu ${TIMEOUT}
19 18
20if [ $? -eq 0 ]; then 19if [ $? -eq 0 ]; then
21 Test_Info "Boot Test PASS" 20 Test_Info "Boot Test PASS"