[oe-commits] Richard Purdie : qemuimagetest/scenario: Move dmesg to end of test run

git at git.openembedded.org git at git.openembedded.org
Tue Apr 23 12:00:35 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: 9ab2fc380fe8b6e48c6501a4630cc3c583ed2da5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9ab2fc380fe8b6e48c6501a4630cc3c583ed2da5

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Apr  9 06:54:51 2013 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../scenario/qemuarm/core-image-lsb                |    2 +-
 .../scenario/qemuarm/core-image-sato               |    2 +-
 .../scenario/qemuarm/core-image-sato-sdk           |    2 +-
 .../scenario/qemumips/core-image-lsb               |    2 +-
 .../scenario/qemumips/core-image-sato              |    2 +-
 .../scenario/qemumips/core-image-sato-sdk          |    2 +-
 .../scenario/qemuppc/core-image-lsb                |    2 +-
 .../scenario/qemuppc/core-image-sato               |    2 +-
 .../scenario/qemuppc/core-image-sato-sdk           |    2 +-
 .../scenario/qemux86-64/core-image-lsb             |    2 +-
 .../scenario/qemux86-64/core-image-sato            |    2 +-
 .../scenario/qemux86-64/core-image-sato-sdk        |    2 +-
 .../scenario/qemux86/core-image-lsb                |    2 +-
 .../scenario/qemux86/core-image-sato               |    2 +-
 .../scenario/qemux86/core-image-sato-sdk           |    2 +-
 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 4fa6068..60fd60c 100644
--- a/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb
@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
+sanity dmesg
 sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato
index 0e79703..7c7eb2a 100644
--- a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato
@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 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 726842c..6f3b437 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 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb
index 4fa6068..60fd60c 100644
--- a/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb
@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
+sanity dmesg
 sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato
index 0e79703..7c7eb2a 100644
--- a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato
@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 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 726842c..6f3b437 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 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb
index 4fa6068..60fd60c 100644
--- a/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb
@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
+sanity dmesg
 sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato
index 0e79703..7c7eb2a 100644
--- a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato
@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 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 726842c..6f3b437 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 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 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 4fa6068..60fd60c 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 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
+sanity dmesg
 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 0e79703..7c7eb2a 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 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 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 726842c..6f3b437 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 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb
index 4fa6068..60fd60c 100644
--- a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb
+++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb
@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
+sanity dmesg
 sanity shutdown
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato
index 0e79703..7c7eb2a 100644
--- a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato
+++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato
@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 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 726842c..6f3b437 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 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity zypper_help
 sanity zypper_search
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df





More information about the Openembedded-commits mailing list