Bladeren bron

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>
Richard Purdie 12 jaren geleden
bovenliggende
commit
9776a7ee7c

+ 1 - 1
scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb

@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
+sanity dmesg
 sanity shutdown

+ 1 - 1
scripts/qemuimage-tests/scenario/qemuarm/core-image-sato

@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk

@@ -1,11 +1,11 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemumips/core-image-lsb

@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
+sanity dmesg
 sanity shutdown

+ 1 - 1
scripts/qemuimage-tests/scenario/qemumips/core-image-sato

@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk

@@ -1,11 +1,11 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb

@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
+sanity dmesg
 sanity shutdown

+ 1 - 1
scripts/qemuimage-tests/scenario/qemuppc/core-image-sato

@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk

@@ -1,11 +1,11 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb

@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
+sanity dmesg
 sanity shutdown

+ 1 - 1
scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato

@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk

@@ -1,11 +1,11 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemux86/core-image-lsb

@@ -1,7 +1,7 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
+sanity dmesg
 sanity shutdown

+ 1 - 1
scripts/qemuimage-tests/scenario/qemux86/core-image-sato

@@ -1,10 +1,10 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df

+ 1 - 1
scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk

@@ -1,11 +1,11 @@
 sanity ssh
 sanity scp
-sanity dmesg
 sanity smart_help
 sanity smart_query
 sanity rpm_query
 sanity compiler
 sanity connman
+sanity dmesg
 sanity shutdown
 systemusage bash
 systemusage df