summaryrefslogtreecommitdiffstats
path: root/meta/classes/testimage.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-08 20:41:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-12 15:08:31 +0100
commit7acb3ae1cdbf1688a373c8047ab56ef96bbe8b88 (patch)
treee1bea800bf3970f6a2e6520b6415ce9570f9738d /meta/classes/testimage.bbclass
parentb28034878a5686870c13c2ee4f0c0c1c1ddc1902 (diff)
downloadpoky-7acb3ae1cdbf1688a373c8047ab56ef96bbe8b88.tar.gz
testimage.bbclass: Correct the comment to state right dir for test cases
(From OE-Core rev: b464e338b30fe038e081e0dcae9f50c120d2f81c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r--meta/classes/testimage.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index 6c33e16e3d..6fa2d6fd9f 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -13,7 +13,7 @@
13 13
14# You can set (or append to) TEST_SUITES in local.conf to select the tests 14# You can set (or append to) TEST_SUITES in local.conf to select the tests
15# which you want to run for your target. 15# which you want to run for your target.
16# The test names are the module names in meta/lib/oeqa/runtime. 16# The test names are the module names in meta/lib/oeqa/runtime/cases.
17# Each name in TEST_SUITES represents a required test for the image. (no skipping allowed) 17# Each name in TEST_SUITES represents a required test for the image. (no skipping allowed)
18# Appending "auto" means that it will try to run all tests that are suitable for the image (each test decides that on it's own). 18# Appending "auto" means that it will try to run all tests that are suitable for the image (each test decides that on it's own).
19# Note that order in TEST_SUITES is relevant: tests are run in an order such that 19# Note that order in TEST_SUITES is relevant: tests are run in an order such that