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 146daf80b3..e8ff0e8c91 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')
@@ -233,7 +233,7 @@ class Postinst(OESelftestTestCase):
233 Expected: The scriptlet failure is properly reported. 233 Expected: The scriptlet failure is properly reported.
234 The file that is created after the error in the scriptlet is not present. 234 The file that is created after the error in the scriptlet is not present.
235 Product: oe-core 235 Product: oe-core
236 Author: Alexander Kanavin <alexander.kanavin@intel.com> 236 Author: Alexander Kanavin <alex.kanavin@gmail.com>
237 """ 237 """
238 238
239 import oe.path 239 import oe.path