summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorStefan Stanacar <stefanx.stanacar@intel.com>2013-08-22 16:25:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 13:19:41 +0100
commitdaedc2fda2383f8ef678170d6337cc70d1444e25 (patch)
tree8a7ef8d34fee19efcb1bb30b2354b6824fe75323 /meta
parentd80a715e3763a0e2bea5c84a4132d70dceaa2044 (diff)
downloadpoky-daedc2fda2383f8ef678170d6337cc70d1444e25.tar.gz
classess/testimage: change default test suites
Some new tests were added, safe to have them in the defaults for sato-sdk and sato. Not all of the new tests are here though, either because they aren't applicable to default images or take too long. (like build iptables/cvs/sudoky ones, they can be enabled in local.conf and a special target on AB setups.). Also reorder them a bit. (From OE-Core rev: caa18a99ec002e4e87e32cae8a2d28bb0e32c5a6) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/testimage.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index 86121e438d..2bebbd8650 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -26,8 +26,8 @@ TEST_LOG_DIR ?= "${WORKDIR}/testimage"
26 26
27DEFAULT_TEST_SUITES = "ping auto" 27DEFAULT_TEST_SUITES = "ping auto"
28DEFAULT_TEST_SUITES_pn-core-image-minimal = "ping" 28DEFAULT_TEST_SUITES_pn-core-image-minimal = "ping"
29DEFAULT_TEST_SUITES_pn-core-image-sato = "ping ssh connman df rpm smart xorg syslog dmesg" 29DEFAULT_TEST_SUITES_pn-core-image-sato = "ping ssh df connman syslog xorg scp vnc date rpm smart dmesg"
30DEFAULT_TEST_SUITES_pn-core-image-sato-sdk = "ping ssh connman df rpm smart gcc xorg syslog dmesg" 30DEFAULT_TEST_SUITES_pn-core-image-sato-sdk = "ping ssh df connman syslog xorg scp vnc date perl ldd gcc rpm smart dmesg"
31 31
32TEST_SUITES ?= "${DEFAULT_TEST_SUITES}" 32TEST_SUITES ?= "${DEFAULT_TEST_SUITES}"
33 33