summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-09 06:54:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-23 13:00:54 +0100
commita69769e3b3e7f475e416d3a49d68dab088592851 (patch)
tree05eae2f47f8709c96954a59265fa247d01c1cb98
parent7f468c2247204548501d0291a03f554d93ed81dc (diff)
downloadpoky-a69769e3b3e7f475e416d3a49d68dab088592851.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: 9ab2fc380fe8b6e48c6501a4630cc3c583ed2da5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb2
-rw-r--r--scripts/qemuimage-tests/scenario/qemuarm/core-image-sato2
-rw-r--r--scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk2
-rw-r--r--scripts/qemuimage-tests/scenario/qemumips/core-image-lsb2
-rw-r--r--scripts/qemuimage-tests/scenario/qemumips/core-image-sato2
-rw-r--r--scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk2
-rw-r--r--scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb2
-rw-r--r--scripts/qemuimage-tests/scenario/qemuppc/core-image-sato2
-rw-r--r--scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk2
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb2
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato2
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk2
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86/core-image-lsb2
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86/core-image-sato2
-rw-r--r--scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk2
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 4fa6068768..60fd60c89c 100644
--- a/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb
@@ -1,7 +1,7 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
6sanity dmesg
7sanity shutdown 7sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato
index 0e79703e84..7c7eb2aa87 100644
--- a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato
@@ -1,10 +1,10 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity connman 6sanity connman
7sanity dmesg
8sanity shutdown 8sanity shutdown
9systemusage bash 9systemusage bash
10systemusage df 10systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk
index 726842c0f6..6f3b4371be 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 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity compiler 6sanity compiler
8sanity connman 7sanity connman
8sanity dmesg
9sanity shutdown 9sanity shutdown
10systemusage bash 10systemusage bash
11systemusage df 11systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb
index 4fa6068768..60fd60c89c 100644
--- a/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb
@@ -1,7 +1,7 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
6sanity dmesg
7sanity shutdown 7sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato
index 0e79703e84..7c7eb2aa87 100644
--- a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato
@@ -1,10 +1,10 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity connman 6sanity connman
7sanity dmesg
8sanity shutdown 8sanity shutdown
9systemusage bash 9systemusage bash
10systemusage df 10systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk
index 726842c0f6..6f3b4371be 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 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity compiler 6sanity compiler
8sanity connman 7sanity connman
8sanity dmesg
9sanity shutdown 9sanity shutdown
10systemusage bash 10systemusage bash
11systemusage df 11systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb
index 4fa6068768..60fd60c89c 100644
--- a/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb
@@ -1,7 +1,7 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
6sanity dmesg
7sanity shutdown 7sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato
index 0e79703e84..7c7eb2aa87 100644
--- a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato
@@ -1,10 +1,10 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity connman 6sanity connman
7sanity dmesg
8sanity shutdown 8sanity shutdown
9systemusage bash 9systemusage bash
10systemusage df 10systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk
index 726842c0f6..6f3b4371be 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 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity compiler 6sanity compiler
8sanity connman 7sanity connman
8sanity dmesg
9sanity shutdown 9sanity shutdown
10systemusage bash 10systemusage bash
11systemusage df 11systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb
index 4fa6068768..60fd60c89c 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 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
6sanity dmesg
7sanity shutdown 7sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato
index 0e79703e84..7c7eb2aa87 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 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity connman 6sanity connman
7sanity dmesg
8sanity shutdown 8sanity shutdown
9systemusage bash 9systemusage bash
10systemusage df 10systemusage 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 726842c0f6..6f3b4371be 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 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity compiler 6sanity compiler
8sanity connman 7sanity connman
8sanity dmesg
9sanity shutdown 9sanity shutdown
10systemusage bash 10systemusage bash
11systemusage df 11systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb
index 4fa6068768..60fd60c89c 100644
--- a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb
@@ -1,7 +1,7 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
6sanity dmesg
7sanity shutdown 7sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato
index 0e79703e84..7c7eb2aa87 100644
--- a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato
@@ -1,10 +1,10 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity connman 6sanity connman
7sanity dmesg
8sanity shutdown 8sanity shutdown
9systemusage bash 9systemusage bash
10systemusage df 10systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk
index 726842c0f6..6f3b4371be 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 @@
1sanity ssh 1sanity ssh
2sanity scp 2sanity scp
3sanity dmesg
4sanity zypper_help 3sanity zypper_help
5sanity zypper_search 4sanity zypper_search
6sanity rpm_query 5sanity rpm_query
7sanity compiler 6sanity compiler
8sanity connman 7sanity connman
8sanity dmesg
9sanity shutdown 9sanity shutdown
10systemusage bash 10systemusage bash
11systemusage df 11systemusage df