diff mbox series

[1/3] testimage.bbclass: Correct the comment to state right dir for test cases

Message ID f871750ba329cb80968e2f090a312d39e4c4950b.1496979431.git.raj.khem@gmail.com
State Accepted
Commit b464e338b30fe038e081e0dcae9f50c120d2f81c
Headers show
Series Fix imagetests with harderning flags | expand

Commit Message

Khem Raj June 9, 2017, 3:41 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 meta/classes/testimage.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.13.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index 1185593a1b..589ef5db93 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -13,7 +13,7 @@ 
 
 # You can set (or append to) TEST_SUITES in local.conf to select the tests
 # which you want to run for your target.
-# The test names are the module names in meta/lib/oeqa/runtime.
+# The test names are the module names in meta/lib/oeqa/runtime/cases.
 # Each name in TEST_SUITES represents a required test for the image. (no skipping allowed)
 # 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).
 # Note that order in TEST_SUITES is relevant: tests are run in an order such that