[yocto] [meta-security][PATCH] ptest: fix testsuite var

Armin Kuster akuster808 at gmail.com
Sat Dec 15 07:57:30 PST 2018


core remove variable used to define ptest test suite.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 19e647e..716f8ac 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,4 +13,4 @@ LAYERSERIES_COMPAT_security = "thud"
 
 LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
 
-DEFAULT_TEST_SUITES_pn-security-build-image = " ${PTESTTESTSUITE}"
+DEFAULT_TEST_SUITES_pn-security-build-image = " ping ssh ptest"
-- 
2.7.4



More information about the yocto mailing list