summaryrefslogtreecommitdiffstats
path: root/scripts/qemuimage-tests/sanity/shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qemuimage-tests/sanity/shutdown')
-rwxr-xr-xscripts/qemuimage-tests/sanity/shutdown8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/qemuimage-tests/sanity/shutdown b/scripts/qemuimage-tests/sanity/shutdown
index e36b4a983d..bc08cf0fdc 100755
--- a/scripts/qemuimage-tests/sanity/shutdown
+++ b/scripts/qemuimage-tests/sanity/shutdown
@@ -13,7 +13,8 @@
13 13
14. $POKYBASE/scripts/qemuimage-testlib 14. $POKYBASE/scripts/qemuimage-testlib
15 15
16TIMEOUT=360 16TIMEOUT=400
17
17RET=1 18RET=1
18i=0 19i=0
19 20
@@ -61,6 +62,11 @@ fi
61if [ ${RET} -eq 0 ]; then 62if [ ${RET} -eq 0 ]; then
62 Test_Info "Shutdown Test PASS" 63 Test_Info "Shutdown Test PASS"
63 Test_Print_Result "shutdown" 0 64 Test_Print_Result "shutdown" 0
65
66 # Remove TARGET_IPSAVE since no existing qemu running now
67 if [ -e ${TARGET_IPSAVE} ]; then
68 rm -rf ${TARGET_IPSAVE}
69 fi
64 exit 0 70 exit 0
65else 71else
66 Test_Info "Shutdown Test FAIL" 72 Test_Info "Shutdown Test FAIL"