diff options
Diffstat (limited to 'scripts/qemuimage-tests/sanity/boot')
-rwxr-xr-x | scripts/qemuimage-tests/sanity/boot | 3 |
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 | ||
14 | TIMEOUT=120 | 14 | TIMEOUT=120 |
15 | QEMU_IPADDR="192.168.7.2" | ||
16 | 15 | ||
17 | # Start qemu and check its network | 16 | # Start qemu and check its network |
18 | Test_Create_Qemu ${QEMU_IPADDR} ${TIMEOUT} | 17 | Test_Create_Qemu ${TIMEOUT} |
19 | 18 | ||
20 | if [ $? -eq 0 ]; then | 19 | if [ $? -eq 0 ]; then |
21 | Test_Info "Boot Test PASS" | 20 | Test_Info "Boot Test PASS" |