summaryrefslogtreecommitdiffstats
path: root/meta
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>2019-02-25 22:27:45 +0000
commitc172c8fdc63ddc139240b550523eb4f05fd540d7 (patch)
tree8c47286225cfb3685adba61f62491b9e655e0aad /meta
parente8b9772ab83e432f3fab2be61d2b39f2c0bac0b9 (diff)
downloadpoky-c172c8fdc63ddc139240b550523eb4f05fd540d7.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) (From OE-Core rev: 61bca5a7f6b3fc03cd88cbf8867708d28e0a3522) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/runtime/cases/rpm.py2
-rw-r--r--meta/lib/oeqa/selftest/cases/distrodata.py4
-rw-r--r--meta/lib/oeqa/selftest/cases/runtime_test.py4
-rw-r--r--meta/lib/oeqa/selftest/cases/signing.py2
4 files changed, 6 insertions, 6 deletions
diff --git a/meta/lib/oeqa/runtime/cases/rpm.py b/meta/lib/oeqa/runtime/cases/rpm.py
index 84c59a614e..58df28bd29 100644
--- a/meta/lib/oeqa/runtime/cases/rpm.py
+++ b/meta/lib/oeqa/runtime/cases/rpm.py
@@ -107,7 +107,7 @@ class RpmInstallRemoveTest(OERuntimeTestCase):
107 Expected: There should be some RPM prefixed entries in the above file. 107 Expected: There should be some RPM prefixed entries in the above file.
108 Product: BSPs 108 Product: BSPs
109 Author: Alexandru Georgescu <alexandru.c.georgescu@intel.com> 109 Author: Alexandru Georgescu <alexandru.c.georgescu@intel.com>
110 Author: Alexander Kanavin <alexander.kanavin@intel.com> 110 Author: Alexander Kanavin <alex.kanavin@gmail.com>
111 AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com> 111 AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
112 """ 112 """
113 db_files_cmd = 'ls /var/lib/rpm/__db.*' 113 db_files_cmd = 'ls /var/lib/rpm/__db.*'
diff --git a/meta/lib/oeqa/selftest/cases/distrodata.py b/meta/lib/oeqa/selftest/cases/distrodata.py
index 7b2800464c..e7b5e34956 100644
--- a/meta/lib/oeqa/selftest/cases/distrodata.py
+++ b/meta/lib/oeqa/selftest/cases/distrodata.py
@@ -21,7 +21,7 @@ class Distrodata(OESelftestTestCase):
21 Summary: Test that upstream version checks do not regress 21 Summary: Test that upstream version checks do not regress
22 Expected: Upstream version checks should succeed except for the recipes listed in the exception list. 22 Expected: Upstream version checks should succeed except for the recipes listed in the exception list.
23 Product: oe-core 23 Product: oe-core
24 Author: Alexander Kanavin <alexander.kanavin@intel.com> 24 Author: Alexander Kanavin <alex.kanavin@gmail.com>
25 """ 25 """
26 checkpkg_result = open(os.path.join(get_bb_var("LOG_DIR"), "checkpkg.csv")).readlines()[1:] 26 checkpkg_result = open(os.path.join(get_bb_var("LOG_DIR"), "checkpkg.csv")).readlines()[1:]
27 regressed_failures = [pkg_data[0] for pkg_data in [pkg_line.split('\t') for pkg_line in checkpkg_result] if pkg_data[11] == 'UNKNOWN_BROKEN'] 27 regressed_failures = [pkg_data[0] for pkg_data in [pkg_line.split('\t') for pkg_line in checkpkg_result] if pkg_data[11] == 'UNKNOWN_BROKEN']
@@ -46,7 +46,7 @@ but their recipes claim otherwise by setting UPSTREAM_VERSION_UNKNOWN. Please re
46 Summary: Test that oe-core recipes have a maintainer 46 Summary: Test that oe-core recipes have a maintainer
47 Expected: All oe-core recipes (except a few special static/testing ones) should have a maintainer listed in maintainers.inc file. 47 Expected: All oe-core recipes (except a few special static/testing ones) should have a maintainer listed in maintainers.inc file.
48 Product: oe-core 48 Product: oe-core
49 Author: Alexander Kanavin <alexander.kanavin@intel.com> 49 Author: Alexander Kanavin <alex.kanavin@gmail.com>
50 """ 50 """
51 def is_exception(pkg): 51 def is_exception(pkg):
52 exceptions = ["packagegroup-", "initramfs-", "systemd-machine-units", "target-sdk-provides-dummy"] 52 exceptions = ["packagegroup-", "initramfs-", "systemd-machine-units", "target-sdk-provides-dummy"]
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
diff --git a/meta/lib/oeqa/selftest/cases/signing.py b/meta/lib/oeqa/selftest/cases/signing.py
index 0edaf400bb..4fa99acbc9 100644
--- a/meta/lib/oeqa/selftest/cases/signing.py
+++ b/meta/lib/oeqa/selftest/cases/signing.py
@@ -59,7 +59,7 @@ class Signing(OESelftestTestCase):
59 Expected: Images can be created from signed packages 59 Expected: Images can be created from signed packages
60 Product: oe-core 60 Product: oe-core
61 Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com> 61 Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
62 Author: Alexander Kanavin <alexander.kanavin@intel.com> 62 Author: Alexander Kanavin <alex.kanavin@gmail.com>
63 AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com> 63 AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
64 """ 64 """
65 import oe.packagedata 65 import oe.packagedata