From 61bca5a7f6b3fc03cd88cbf8867708d28e0a3522 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 4 Jun 2018 11:21:51 +0300 Subject: 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 Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/lib/oeqa/selftest/cases/distrodata.py | 4 ++-- meta/lib/oeqa/selftest/cases/runtime_test.py | 4 ++-- meta/lib/oeqa/selftest/cases/signing.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'meta/lib/oeqa/selftest/cases') 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): Summary: Test that upstream version checks do not regress Expected: Upstream version checks should succeed except for the recipes listed in the exception list. Product: oe-core - Author: Alexander Kanavin + Author: Alexander Kanavin """ checkpkg_result = open(os.path.join(get_bb_var("LOG_DIR"), "checkpkg.csv")).readlines()[1:] 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 Summary: Test that oe-core recipes have a maintainer Expected: All oe-core recipes (except a few special static/testing ones) should have a maintainer listed in maintainers.inc file. Product: oe-core - Author: Alexander Kanavin + Author: Alexander Kanavin """ def is_exception(pkg): 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): Summary: Check package feeds functionality for dnf Expected: 1. Check that remote package feeds can be accessed Product: oe-core - Author: Alexander Kanavin + Author: Alexander Kanavin """ if get_bb_var('DISTRO') == 'poky-tiny': self.skipTest('core-image-full-cmdline not buildable for poky-tiny') @@ -233,7 +233,7 @@ class Postinst(OESelftestTestCase): Expected: The scriptlet failure is properly reported. The file that is created after the error in the scriptlet is not present. Product: oe-core - Author: Alexander Kanavin + Author: Alexander Kanavin """ 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): Expected: Images can be created from signed packages Product: oe-core Author: Daniel Istrate - Author: Alexander Kanavin + Author: Alexander Kanavin AutomatedBy: Daniel Istrate """ import oe.packagedata -- cgit 1.2.3-korg