summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/runtime_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/runtime_test.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/runtime_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index 9c9b4b3411..30fd9b2a50 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -135,7 +135,7 @@ class TestImage(OESelftestTestCase):
135 Summary: Check package feeds functionality for dnf 135 Summary: Check package feeds functionality for dnf
136 Expected: 1. Check that remote package feeds can be accessed 136 Expected: 1. Check that remote package feeds can be accessed
137 Product: oe-core 137 Product: oe-core
138 Author: Alexander Kanavin <alexander.kanavin@intel.com> 138 Author: Alexander Kanavin <alex.kanavin@gmail.com>
139 """ 139 """
140 if get_bb_var('DISTRO') == 'poky-tiny': 140 if get_bb_var('DISTRO') == 'poky-tiny':
141 self.skipTest('core-image-full-cmdline not buildable for poky-tiny') 141 self.skipTest('core-image-full-cmdline not buildable for poky-tiny')
@@ -231,7 +231,7 @@ class Postinst(OESelftestTestCase):
231 Expected: The scriptlet failure is properly reported. 231 Expected: The scriptlet failure is properly reported.
232 The file that is created after the error in the scriptlet is not present. 232 The file that is created after the error in the scriptlet is not present.
233 Product: oe-core 233 Product: oe-core
234 Author: Alexander Kanavin <alexander.kanavin@intel.com> 234 Author: Alexander Kanavin <alex.kanavin@gmail.com>
235 """ 235 """
236 236
237 import oe.path 237 import oe.path