summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/rpm.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/runtime/cases/rpm.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/runtime/cases/rpm.py')
-rw-r--r--meta/lib/oeqa/runtime/cases/rpm.py2
1 files changed, 1 insertions, 1 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.*'