summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/runtime-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/runtime-test.py')
-rw-r--r--meta/lib/oeqa/selftest/runtime-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/runtime-test.py b/meta/lib/oeqa/selftest/runtime-test.py
index 52e5b27858..a673f36d39 100644
--- a/meta/lib/oeqa/selftest/runtime-test.py
+++ b/meta/lib/oeqa/selftest/runtime-test.py
@@ -102,7 +102,7 @@ class TestImage(oeSelfTest):
102 """ 102 """
103 Summary: Check install packages functionality for testimage/testexport. 103 Summary: Check install packages functionality for testimage/testexport.
104 Expected: 1. Import tests from a directory other than meta. 104 Expected: 1. Import tests from a directory other than meta.
105 2. Check install/unistall of socat. 105 2. Check install/uninstall of socat.
106 Product: oe-core 106 Product: oe-core
107 Author: Mariano Lopez <mariano.lopez@intel.com> 107 Author: Mariano Lopez <mariano.lopez@intel.com>
108 """ 108 """