diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-12-15 07:55:31 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-01-05 13:21:51 -0800 |
commit | d7aecbcc26a2f10553ba31402d1e2c27340b2dd5 (patch) | |
tree | d807fc19bc4925786d73e40a146aece16fc4f7cc | |
parent | 32e2a2d06c3fdf3ad0e6c4b29b80ad6ee8d755e4 (diff) | |
download | meta-security-d7aecbcc26a2f10553ba31402d1e2c27340b2dd5.tar.gz meta-security-d7aecbcc26a2f10553ba31402d1e2c27340b2dd5.tar.bz2 meta-security-d7aecbcc26a2f10553ba31402d1e2c27340b2dd5.zip |
ptest: fix testsuite var
core remove variable used to define ptest test suite.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |