summaryrefslogtreecommitdiffstats
path: root/meta-selftest/lib/oeqa/runtime/cases/selftest.json
diff options
context:
space:
mode:
authorMariano Lopez <mariano.lopez@linux.intel.com>2017-01-19 12:38:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 12:05:21 +0000
commit6cea270c544ceb14cbd44f4e5f4e51c3a3dcb143 (patch)
treee2ebab9929dce7ad2f22d8266d31ea4702ce7e4a /meta-selftest/lib/oeqa/runtime/cases/selftest.json
parent46ce0b5ef3ee623cc9d366f83030363b470ed11e (diff)
downloadpoky-6cea270c544ceb14cbd44f4e5f4e51c3a3dcb143.tar.gz
selftest/runtime-test.py: Adapt test to use new runtime framework
This adapt the current runtime selftest to use the new runtime framework. (From OE-Core rev: cfeec8a59ba03f98944fd3dca1a67d80e7edb4c9) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/lib/oeqa/runtime/cases/selftest.json')
-rw-r--r--meta-selftest/lib/oeqa/runtime/cases/selftest.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-selftest/lib/oeqa/runtime/cases/selftest.json b/meta-selftest/lib/oeqa/runtime/cases/selftest.json
new file mode 100644
index 0000000000..e5ae46ecd4
--- /dev/null
+++ b/meta-selftest/lib/oeqa/runtime/cases/selftest.json
@@ -0,0 +1,6 @@
1{
2 "test_install_package": {
3 "pkg": "socat",
4 "rm": true
5 }
6}