diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-09 06:54:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-09 13:25:17 +0100 |
commit | 9776a7ee7c10d658b705aa88e35705f6310517ef (patch) | |
tree | 2af213b0f95dbb178bfcc48890479cb0a7f19ac4 /scripts | |
parent | 9bb5eb86c12ba6598fe317f449171fdf2310b933 (diff) | |
download | poky-9776a7ee7c10d658b705aa88e35705f6310517ef.tar.gz |
qemuimagetest/scenario: Move dmesg to end of test run
The dmesg test detects segfaults. This is useful information to have and if one
occurs in one of the earlier tests, this can aid debugging. Move the dmesg test to
the end of the list of tests so we gain the extra debug info in those cases.
(From OE-Core rev: 472dc52974f12c255d9e98e63e82736c7ca2c223)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
15 files changed, 15 insertions, 15 deletions
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb b/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb index c0fff0ed04..b2977f1653 100644 --- a/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb | |||
@@ -1,7 +1,7 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
6 | sanity dmesg | ||
7 | sanity shutdown | 7 | sanity shutdown |
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato index 1ddcab4d38..bef33e82d2 100644 --- a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato +++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato | |||
@@ -1,10 +1,10 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity connman | 6 | sanity connman |
7 | sanity dmesg | ||
8 | sanity shutdown | 8 | sanity shutdown |
9 | systemusage bash | 9 | systemusage bash |
10 | systemusage df | 10 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk index 50d7ad04e6..505b0a2f97 100644 --- a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk +++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk | |||
@@ -1,11 +1,11 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity compiler | 6 | sanity compiler |
8 | sanity connman | 7 | sanity connman |
8 | sanity dmesg | ||
9 | sanity shutdown | 9 | sanity shutdown |
10 | systemusage bash | 10 | systemusage bash |
11 | systemusage df | 11 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb index c0fff0ed04..b2977f1653 100644 --- a/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb | |||
@@ -1,7 +1,7 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
6 | sanity dmesg | ||
7 | sanity shutdown | 7 | sanity shutdown |
diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato index 1ddcab4d38..bef33e82d2 100644 --- a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato +++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato | |||
@@ -1,10 +1,10 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity connman | 6 | sanity connman |
7 | sanity dmesg | ||
8 | sanity shutdown | 8 | sanity shutdown |
9 | systemusage bash | 9 | systemusage bash |
10 | systemusage df | 10 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk index 50d7ad04e6..505b0a2f97 100644 --- a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk +++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk | |||
@@ -1,11 +1,11 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity compiler | 6 | sanity compiler |
8 | sanity connman | 7 | sanity connman |
8 | sanity dmesg | ||
9 | sanity shutdown | 9 | sanity shutdown |
10 | systemusage bash | 10 | systemusage bash |
11 | systemusage df | 11 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb index c0fff0ed04..b2977f1653 100644 --- a/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb | |||
@@ -1,7 +1,7 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
6 | sanity dmesg | ||
7 | sanity shutdown | 7 | sanity shutdown |
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato index 1ddcab4d38..bef33e82d2 100644 --- a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato +++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato | |||
@@ -1,10 +1,10 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity connman | 6 | sanity connman |
7 | sanity dmesg | ||
8 | sanity shutdown | 8 | sanity shutdown |
9 | systemusage bash | 9 | systemusage bash |
10 | systemusage df | 10 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk index 50d7ad04e6..505b0a2f97 100644 --- a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk +++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk | |||
@@ -1,11 +1,11 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity compiler | 6 | sanity compiler |
8 | sanity connman | 7 | sanity connman |
8 | sanity dmesg | ||
9 | sanity shutdown | 9 | sanity shutdown |
10 | systemusage bash | 10 | systemusage bash |
11 | systemusage df | 11 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb index c0fff0ed04..b2977f1653 100644 --- a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb | |||
@@ -1,7 +1,7 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
6 | sanity dmesg | ||
7 | sanity shutdown | 7 | sanity shutdown |
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato index 1ddcab4d38..bef33e82d2 100644 --- a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato +++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato | |||
@@ -1,10 +1,10 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity connman | 6 | sanity connman |
7 | sanity dmesg | ||
8 | sanity shutdown | 8 | sanity shutdown |
9 | systemusage bash | 9 | systemusage bash |
10 | systemusage df | 10 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk index 50d7ad04e6..505b0a2f97 100644 --- a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk +++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk | |||
@@ -1,11 +1,11 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity compiler | 6 | sanity compiler |
8 | sanity connman | 7 | sanity connman |
8 | sanity dmesg | ||
9 | sanity shutdown | 9 | sanity shutdown |
10 | systemusage bash | 10 | systemusage bash |
11 | systemusage df | 11 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb index c0fff0ed04..b2977f1653 100644 --- a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb +++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb | |||
@@ -1,7 +1,7 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
6 | sanity dmesg | ||
7 | sanity shutdown | 7 | sanity shutdown |
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato index 1ddcab4d38..bef33e82d2 100644 --- a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato +++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato | |||
@@ -1,10 +1,10 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity connman | 6 | sanity connman |
7 | sanity dmesg | ||
8 | sanity shutdown | 8 | sanity shutdown |
9 | systemusage bash | 9 | systemusage bash |
10 | systemusage df | 10 | systemusage df |
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk index 50d7ad04e6..505b0a2f97 100644 --- a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk +++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk | |||
@@ -1,11 +1,11 @@ | |||
1 | sanity ssh | 1 | sanity ssh |
2 | sanity scp | 2 | sanity scp |
3 | sanity dmesg | ||
4 | sanity smart_help | 3 | sanity smart_help |
5 | sanity smart_query | 4 | sanity smart_query |
6 | sanity rpm_query | 5 | sanity rpm_query |
7 | sanity compiler | 6 | sanity compiler |
8 | sanity connman | 7 | sanity connman |
8 | sanity dmesg | ||
9 | sanity shutdown | 9 | sanity shutdown |
10 | systemusage bash | 10 | systemusage bash |
11 | systemusage df | 11 | systemusage df |