summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/runtime_test.py
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-06-04 11:21:51 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-07 08:52:55 +0100
commitec840e6638f9adc57d247bfe15597dd9524d1b13 (patch)
tree5f54e8c861b7171b2b0206356c23458db1452d09 /meta/lib/oeqa/selftest/cases/runtime_test.py
parent5c5be2f0e8a63d7ed78055757528edca577ec7bb (diff)
downloadpoky-ec840e6638f9adc57d247bfe15597dd9524d1b13.tar.gz
oeqa: replace Alex Kanavin's @intel email address with a personal one
As I will be leaving Intel, this address will no longer be valid, so swap it for my personal one for now. (From OE-Core rev: ea58ff101e28dfda3410de66d775df3d8a1e5a96) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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