From 840d5d22ab90bbaa88d2ef9211fd8b943d1f22e7 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Tue, 7 Dec 2010 00:48:03 -0800 Subject: [PATCH] Add sanity test scenarios for -lsb images Signed-off-by: Scott Garman --- scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb | 5 +++++ scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb | 5 +++++ scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb | 5 +++++ scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb | 5 +++++ scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb new file mode 100644 index 0000000..b8e9847 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb @@ -0,0 +1,5 @@ +sanity boot +sanity ssh +sanity scp +sanity dmesg +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb new file mode 100644 index 0000000..b8e9847 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb @@ -0,0 +1,5 @@ +sanity boot +sanity ssh +sanity scp +sanity dmesg +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb new file mode 100644 index 0000000..b8e9847 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb @@ -0,0 +1,5 @@ +sanity boot +sanity ssh +sanity scp +sanity dmesg +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb new file mode 100644 index 0000000..b8e9847 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb @@ -0,0 +1,5 @@ +sanity boot +sanity ssh +sanity scp +sanity dmesg +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb new file mode 100644 index 0000000..b8e9847 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb @@ -0,0 +1,5 @@ +sanity boot +sanity ssh +sanity scp +sanity dmesg +sanity shutdown -- 2.7.4