diff options
6 files changed, 1 insertions, 6 deletions
| diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index 713a47434d..e2c2d244c5 100644 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib | |||
| @@ -420,7 +420,7 @@ Test_Create_Qemu() | |||
| 420 | sleep 5 | 420 | sleep 5 | 
| 421 | TARGET_IPADDR=`Test_Fetch_Target_IP $PID` | 421 | TARGET_IPADDR=`Test_Fetch_Target_IP $PID` | 
| 422 | # If IP address is 0, means there is no qemu process found | 422 | # If IP address is 0, means there is no qemu process found | 
| 423 | if [ ${TARGET_IPADDR} -eq 0 ]; then | 423 | if [ ${TARGET_IPADDR} == "0" ]; then | 
| 424 | Test_Info "There is no qemu process or qemu ip address found, return failed" | 424 | Test_Info "There is no qemu process or qemu ip address found, return failed" | 
| 425 | return $ret | 425 | return $ret | 
| 426 | fi | 426 | fi | 
| diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb index 7b949a854c..32d2bd144b 100644 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb | |||
| @@ -6,4 +6,3 @@ sanity shutdown | |||
| 6 | sanity zypper_help | 6 | sanity zypper_help | 
| 7 | sanity zypper_search | 7 | sanity zypper_search | 
| 8 | sanity rpm_query | 8 | sanity rpm_query | 
| 9 | sanity connman | ||
| diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb index 7b949a854c..32d2bd144b 100644 --- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb | |||
| @@ -6,4 +6,3 @@ sanity shutdown | |||
| 6 | sanity zypper_help | 6 | sanity zypper_help | 
| 7 | sanity zypper_search | 7 | sanity zypper_search | 
| 8 | sanity rpm_query | 8 | sanity rpm_query | 
| 9 | sanity connman | ||
| diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb index 7b949a854c..32d2bd144b 100644 --- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb | |||
| @@ -6,4 +6,3 @@ sanity shutdown | |||
| 6 | sanity zypper_help | 6 | sanity zypper_help | 
| 7 | sanity zypper_search | 7 | sanity zypper_search | 
| 8 | sanity rpm_query | 8 | sanity rpm_query | 
| 9 | sanity connman | ||
| diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb index 7b949a854c..32d2bd144b 100644 --- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb | |||
| @@ -6,4 +6,3 @@ sanity shutdown | |||
| 6 | sanity zypper_help | 6 | sanity zypper_help | 
| 7 | sanity zypper_search | 7 | sanity zypper_search | 
| 8 | sanity rpm_query | 8 | sanity rpm_query | 
| 9 | sanity connman | ||
| diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb index 7b949a854c..32d2bd144b 100644 --- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb | |||
| @@ -6,4 +6,3 @@ sanity shutdown | |||
| 6 | sanity zypper_help | 6 | sanity zypper_help | 
| 7 | sanity zypper_search | 7 | sanity zypper_search | 
| 8 | sanity rpm_query | 8 | sanity rpm_query | 
| 9 | sanity connman | ||
