diff options
Diffstat (limited to 'scripts/qemuimage-tests/sanity')
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/compiler | 2 | ||||
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/connman | 2 | ||||
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/dmesg | 2 | ||||
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/rpm_query | 2 | ||||
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/scp | 2 | ||||
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/shutdown | 7 | ||||
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/ssh | 2 | ||||
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/zypper_help | 2 | ||||
| -rwxr-xr-x | scripts/qemuimage-tests/sanity/zypper_search | 2 |
9 files changed, 14 insertions, 9 deletions
diff --git a/scripts/qemuimage-tests/sanity/compiler b/scripts/qemuimage-tests/sanity/compiler index 0290540e71..d3168a973c 100755 --- a/scripts/qemuimage-tests/sanity/compiler +++ b/scripts/qemuimage-tests/sanity/compiler | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=360 | 14 | TIMEOUT=200 |
| 15 | RET=1 | 15 | RET=1 |
| 16 | 16 | ||
| 17 | # Start qemu and check its network | 17 | # Start qemu and check its network |
diff --git a/scripts/qemuimage-tests/sanity/connman b/scripts/qemuimage-tests/sanity/connman index 8c5b7c5cf6..6e19b81b16 100755 --- a/scripts/qemuimage-tests/sanity/connman +++ b/scripts/qemuimage-tests/sanity/connman | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=360 | 14 | TIMEOUT=200 |
| 15 | RET=1 | 15 | RET=1 |
| 16 | 16 | ||
| 17 | # Start qemu and check its network | 17 | # Start qemu and check its network |
diff --git a/scripts/qemuimage-tests/sanity/dmesg b/scripts/qemuimage-tests/sanity/dmesg index 36813dcd43..d98d7aff84 100755 --- a/scripts/qemuimage-tests/sanity/dmesg +++ b/scripts/qemuimage-tests/sanity/dmesg | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=360 | 14 | TIMEOUT=200 |
| 15 | RET=1 | 15 | RET=1 |
| 16 | 16 | ||
| 17 | # Start qemu and check its network | 17 | # Start qemu and check its network |
diff --git a/scripts/qemuimage-tests/sanity/rpm_query b/scripts/qemuimage-tests/sanity/rpm_query index 9962115d67..7663901962 100755 --- a/scripts/qemuimage-tests/sanity/rpm_query +++ b/scripts/qemuimage-tests/sanity/rpm_query | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=360 | 14 | TIMEOUT=200 |
| 15 | RET=1 | 15 | RET=1 |
| 16 | 16 | ||
| 17 | # Start qemu and check its network | 17 | # Start qemu and check its network |
diff --git a/scripts/qemuimage-tests/sanity/scp b/scripts/qemuimage-tests/sanity/scp index ce3489d664..ca19857928 100755 --- a/scripts/qemuimage-tests/sanity/scp +++ b/scripts/qemuimage-tests/sanity/scp | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=360 | 14 | TIMEOUT=200 |
| 15 | RET=1 | 15 | RET=1 |
| 16 | SPID=0 | 16 | SPID=0 |
| 17 | i=0 | 17 | i=0 |
diff --git a/scripts/qemuimage-tests/sanity/shutdown b/scripts/qemuimage-tests/sanity/shutdown index e36b4a983d..dde03c9a10 100755 --- a/scripts/qemuimage-tests/sanity/shutdown +++ b/scripts/qemuimage-tests/sanity/shutdown | |||
| @@ -13,7 +13,12 @@ | |||
| 13 | 13 | ||
| 14 | . $POKYBASE/scripts/qemuimage-testlib | 14 | . $POKYBASE/scripts/qemuimage-testlib |
| 15 | 15 | ||
| 16 | TIMEOUT=360 | 16 | if [ $SHARE_IMAGE -eq 0 ]; then |
| 17 | TIMEOUT=200 | ||
| 18 | elif [ $SHARE_IMAGE -eq 1 ]; then | ||
| 19 | TIMEOUT=500 | ||
| 20 | fi | ||
| 21 | |||
| 17 | RET=1 | 22 | RET=1 |
| 18 | i=0 | 23 | i=0 |
| 19 | 24 | ||
diff --git a/scripts/qemuimage-tests/sanity/ssh b/scripts/qemuimage-tests/sanity/ssh index 084530adfb..e0ade72ca3 100755 --- a/scripts/qemuimage-tests/sanity/ssh +++ b/scripts/qemuimage-tests/sanity/ssh | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=360 | 14 | TIMEOUT=200 |
| 15 | RET=1 | 15 | RET=1 |
| 16 | 16 | ||
| 17 | # Start qemu and check its network | 17 | # Start qemu and check its network |
diff --git a/scripts/qemuimage-tests/sanity/zypper_help b/scripts/qemuimage-tests/sanity/zypper_help index e052501957..48e121c9e1 100755 --- a/scripts/qemuimage-tests/sanity/zypper_help +++ b/scripts/qemuimage-tests/sanity/zypper_help | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=360 | 14 | TIMEOUT=200 |
| 15 | RET=1 | 15 | RET=1 |
| 16 | 16 | ||
| 17 | # Start qemu and check its network | 17 | # Start qemu and check its network |
diff --git a/scripts/qemuimage-tests/sanity/zypper_search b/scripts/qemuimage-tests/sanity/zypper_search index b756db8fa3..9ae69ebf1f 100755 --- a/scripts/qemuimage-tests/sanity/zypper_search +++ b/scripts/qemuimage-tests/sanity/zypper_search | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | . $POKYBASE/scripts/qemuimage-testlib | 12 | . $POKYBASE/scripts/qemuimage-testlib |
| 13 | 13 | ||
| 14 | TIMEOUT=360 | 14 | TIMEOUT=200 |
| 15 | RET=1 | 15 | RET=1 |
| 16 | 16 | ||
| 17 | # Start qemu and check its network | 17 | # Start qemu and check its network |
