diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-19 13:18:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:19:41 +0100 |
commit | d6529876129a6932b6d2e369b3fd6ca40d342add (patch) | |
tree | 82b62115b0f4ba9701c823988472884c735872b7 /scripts/qemuimage-tests/scenario/qemux86 | |
parent | 595321a62669e90bed5f459a9d926a68988086a9 (diff) | |
download | poky-d6529876129a6932b6d2e369b3fd6ca40d342add.tar.gz |
classes/imagetest-qemu: remove old image testing class
This has now been superseded by testimage.
(From OE-Core rev: d469c92394a1a95ae7a45b8b80dc4c2918e0e9a6)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/qemuimage-tests/scenario/qemux86')
5 files changed, 0 insertions, 34 deletions
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb b/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb deleted file mode 100644 index b2977f1653..0000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/core-image-lsb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | sanity ssh | ||
2 | sanity scp | ||
3 | sanity smart_help | ||
4 | sanity smart_query | ||
5 | sanity rpm_query | ||
6 | sanity dmesg | ||
7 | sanity shutdown | ||
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-minimal b/scripts/qemuimage-tests/scenario/qemux86/core-image-minimal deleted file mode 100644 index 0fcc7bba84..0000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/core-image-minimal +++ /dev/null | |||
@@ -1 +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 deleted file mode 100644 index bef33e82d2..0000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | sanity ssh | ||
2 | sanity scp | ||
3 | sanity smart_help | ||
4 | sanity smart_query | ||
5 | sanity rpm_query | ||
6 | sanity connman | ||
7 | sanity dmesg | ||
8 | sanity shutdown | ||
9 | systemusage bash | ||
10 | systemusage df | ||
11 | systemusage syslog | ||
diff --git a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk b/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk deleted file mode 100644 index 505b0a2f97..0000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/core-image-sato-sdk +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | sanity ssh | ||
2 | sanity scp | ||
3 | sanity smart_help | ||
4 | sanity smart_query | ||
5 | sanity rpm_query | ||
6 | sanity compiler | ||
7 | sanity connman | ||
8 | sanity dmesg | ||
9 | sanity shutdown | ||
10 | systemusage bash | ||
11 | systemusage df | ||
12 | systemusage syslog | ||
diff --git a/scripts/qemuimage-tests/scenario/qemux86/meta-toolchain-gmae b/scripts/qemuimage-tests/scenario/qemux86/meta-toolchain-gmae deleted file mode 100644 index 199176efc8..0000000000 --- a/scripts/qemuimage-tests/scenario/qemux86/meta-toolchain-gmae +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | toolchain cvs | ||
2 | toolchain iptables | ||
3 | toolchain sudoku-savant | ||