From 560b04181d8f51d189b99f01a72f17210dadf7a3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 17:25:23 +0100 Subject: Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* Signed-off-by: Richard Purdie --- scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb | 7 +++++++ scripts/qemuimage-tests/scenario/qemuarm/core-image-minimal | 1 + scripts/qemuimage-tests/scenario/qemuarm/core-image-sato | 8 ++++++++ scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk | 9 +++++++++ scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb | 7 ------- scripts/qemuimage-tests/scenario/qemuarm/poky-image-minimal | 1 - scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato | 8 -------- scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato-sdk | 9 --------- scripts/qemuimage-tests/scenario/qemumips/core-image-lsb | 7 +++++++ scripts/qemuimage-tests/scenario/qemumips/core-image-minimal | 1 + scripts/qemuimage-tests/scenario/qemumips/core-image-sato | 8 ++++++++ scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk | 9 +++++++++ scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb | 7 ------- scripts/qemuimage-tests/scenario/qemumips/poky-image-minimal | 1 - scripts/qemuimage-tests/scenario/qemumips/poky-image-sato | 8 -------- scripts/qemuimage-tests/scenario/qemumips/poky-image-sato-sdk | 9 --------- scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb | 7 +++++++ scripts/qemuimage-tests/scenario/qemuppc/core-image-minimal | 1 + scripts/qemuimage-tests/scenario/qemuppc/core-image-sato | 8 ++++++++ scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk | 9 +++++++++ scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb | 7 ------- scripts/qemuimage-tests/scenario/qemuppc/poky-image-minimal | 1 - scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato | 8 -------- scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato-sdk | 9 --------- scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb | 7 +++++++ scripts/qemuimage-tests/scenario/qemux86-64/core-image-minimal | 1 + scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato | 8 ++++++++ scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk | 9 +++++++++ scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb | 7 ------- scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal | 1 - scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato | 8 -------- scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato-sdk | 9 --------- scripts/qemuimage-tests/scenario/qemux86/core-image-lsb | 7 +++++++ scripts/qemuimage-tests/scenario/qemux86/core-image-minimal | 1 + scripts/qemuimage-tests/scenario/qemux86/core-image-sato | 8 ++++++++ scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk | 9 +++++++++ scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb | 7 ------- scripts/qemuimage-tests/scenario/qemux86/poky-image-minimal | 1 - scripts/qemuimage-tests/scenario/qemux86/poky-image-sato | 8 -------- scripts/qemuimage-tests/scenario/qemux86/poky-image-sato-sdk | 9 --------- 40 files changed, 125 insertions(+), 125 deletions(-) create mode 100644 scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemuarm/core-image-minimal create mode 100644 scripts/qemuimage-tests/scenario/qemuarm/core-image-sato create mode 100644 scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk delete mode 100644 scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb delete mode 100644 scripts/qemuimage-tests/scenario/qemuarm/poky-image-minimal delete mode 100644 scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato delete mode 100644 scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato-sdk create mode 100644 scripts/qemuimage-tests/scenario/qemumips/core-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemumips/core-image-minimal create mode 100644 scripts/qemuimage-tests/scenario/qemumips/core-image-sato create mode 100644 scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk delete mode 100644 scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb delete mode 100644 scripts/qemuimage-tests/scenario/qemumips/poky-image-minimal delete mode 100644 scripts/qemuimage-tests/scenario/qemumips/poky-image-sato delete mode 100644 scripts/qemuimage-tests/scenario/qemumips/poky-image-sato-sdk create mode 100644 scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemuppc/core-image-minimal create mode 100644 scripts/qemuimage-tests/scenario/qemuppc/core-image-sato create mode 100644 scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk delete mode 100644 scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb delete mode 100644 scripts/qemuimage-tests/scenario/qemuppc/poky-image-minimal delete mode 100644 scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato delete mode 100644 scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato-sdk create mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/core-image-minimal create mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato create mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk delete mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb delete mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal delete mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato delete mode 100644 scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato-sdk create mode 100644 scripts/qemuimage-tests/scenario/qemux86/core-image-lsb create mode 100644 scripts/qemuimage-tests/scenario/qemux86/core-image-minimal create mode 100644 scripts/qemuimage-tests/scenario/qemux86/core-image-sato create mode 100644 scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk delete mode 100644 scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb delete mode 100644 scripts/qemuimage-tests/scenario/qemux86/poky-image-minimal delete mode 100644 scripts/qemuimage-tests/scenario/qemux86/poky-image-sato delete mode 100644 scripts/qemuimage-tests/scenario/qemux86/poky-image-sato-sdk (limited to 'scripts/qemuimage-tests') diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb b/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb new file mode 100644 index 000000000..4fa606876 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-lsb @@ -0,0 +1,7 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-minimal b/scripts/qemuimage-tests/scenario/qemuarm/core-image-minimal new file mode 100644 index 000000000..0fcc7bba8 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-minimal @@ -0,0 +1 @@ +sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato new file mode 100644 index 000000000..7a6353e1a --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato @@ -0,0 +1,8 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk new file mode 100644 index 000000000..42b8e1902 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuarm/core-image-sato-sdk @@ -0,0 +1,9 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity compiler +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb deleted file mode 100644 index 4fa606876..000000000 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-lsb +++ /dev/null @@ -1,7 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-minimal deleted file mode 100644 index 0fcc7bba8..000000000 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-minimal +++ /dev/null @@ -1 +0,0 @@ -sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato deleted file mode 100644 index 7a6353e1a..000000000 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato +++ /dev/null @@ -1,8 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato-sdk deleted file mode 100644 index 42b8e1902..000000000 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato-sdk +++ /dev/null @@ -1,9 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity compiler -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb new file mode 100644 index 000000000..4fa606876 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-lsb @@ -0,0 +1,7 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-minimal b/scripts/qemuimage-tests/scenario/qemumips/core-image-minimal new file mode 100644 index 000000000..0fcc7bba8 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-minimal @@ -0,0 +1 @@ +sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato new file mode 100644 index 000000000..7a6353e1a --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato @@ -0,0 +1,8 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk new file mode 100644 index 000000000..42b8e1902 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemumips/core-image-sato-sdk @@ -0,0 +1,9 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity compiler +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb deleted file mode 100644 index 4fa606876..000000000 --- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-lsb +++ /dev/null @@ -1,7 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemumips/poky-image-minimal deleted file mode 100644 index 0fcc7bba8..000000000 --- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-minimal +++ /dev/null @@ -1 +0,0 @@ -sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato b/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato deleted file mode 100644 index 7a6353e1a..000000000 --- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato +++ /dev/null @@ -1,8 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato-sdk deleted file mode 100644 index 42b8e1902..000000000 --- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sato-sdk +++ /dev/null @@ -1,9 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity compiler -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb new file mode 100644 index 000000000..4fa606876 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-lsb @@ -0,0 +1,7 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-minimal b/scripts/qemuimage-tests/scenario/qemuppc/core-image-minimal new file mode 100644 index 000000000..0fcc7bba8 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-minimal @@ -0,0 +1 @@ +sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato new file mode 100644 index 000000000..7a6353e1a --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato @@ -0,0 +1,8 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk new file mode 100644 index 000000000..42b8e1902 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemuppc/core-image-sato-sdk @@ -0,0 +1,9 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity compiler +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb deleted file mode 100644 index 4fa606876..000000000 --- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-lsb +++ /dev/null @@ -1,7 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-minimal deleted file mode 100644 index 0fcc7bba8..000000000 --- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-minimal +++ /dev/null @@ -1 +0,0 @@ -sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato deleted file mode 100644 index 7a6353e1a..000000000 --- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato +++ /dev/null @@ -1,8 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato-sdk deleted file mode 100644 index 42b8e1902..000000000 --- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato-sdk +++ /dev/null @@ -1,9 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity compiler -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb new file mode 100644 index 000000000..4fa606876 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-lsb @@ -0,0 +1,7 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-minimal b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-minimal new file mode 100644 index 000000000..0fcc7bba8 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-minimal @@ -0,0 +1 @@ +sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato new file mode 100644 index 000000000..7a6353e1a --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato @@ -0,0 +1,8 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk new file mode 100644 index 000000000..42b8e1902 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86-64/core-image-sato-sdk @@ -0,0 +1,9 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity compiler +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb deleted file mode 100644 index 4fa606876..000000000 --- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-lsb +++ /dev/null @@ -1,7 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal deleted file mode 100644 index 0fcc7bba8..000000000 --- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-minimal +++ /dev/null @@ -1 +0,0 @@ -sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato deleted file mode 100644 index 7a6353e1a..000000000 --- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato +++ /dev/null @@ -1,8 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato-sdk deleted file mode 100644 index 42b8e1902..000000000 --- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sato-sdk +++ /dev/null @@ -1,9 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity compiler -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb new file mode 100644 index 000000000..4fa606876 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb @@ -0,0 +1,7 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-minimal b/scripts/qemuimage-tests/scenario/qemux86/core-image-minimal new file mode 100644 index 000000000..0fcc7bba8 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-minimal @@ -0,0 +1 @@ +sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato new file mode 100644 index 000000000..7a6353e1a --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato @@ -0,0 +1,8 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk new file mode 100644 index 000000000..42b8e1902 --- /dev/null +++ b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk @@ -0,0 +1,9 @@ +sanity ssh +sanity scp +sanity dmesg +sanity zypper_help +sanity zypper_search +sanity rpm_query +sanity compiler +sanity connman +sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb deleted file mode 100644 index 4fa606876..000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-lsb +++ /dev/null @@ -1,7 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-minimal b/scripts/qemuimage-tests/scenario/qemux86/poky-image-minimal deleted file mode 100644 index 0fcc7bba8..000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-minimal +++ /dev/null @@ -1 +0,0 @@ -sanity boot diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato b/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato deleted file mode 100644 index 7a6353e1a..000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato +++ /dev/null @@ -1,8 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity connman -sanity shutdown diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato-sdk deleted file mode 100644 index 42b8e1902..000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sato-sdk +++ /dev/null @@ -1,9 +0,0 @@ -sanity ssh -sanity scp -sanity dmesg -sanity zypper_help -sanity zypper_search -sanity rpm_query -sanity compiler -sanity connman -sanity shutdown -- cgit v1.2.3