summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/signing.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/signing.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/signing.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/signing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/signing.py b/meta/lib/oeqa/selftest/cases/signing.py
index a750cfc7b2..a130ac96cf 100644
--- a/meta/lib/oeqa/selftest/cases/signing.py
+++ b/meta/lib/oeqa/selftest/cases/signing.py
@@ -41,7 +41,7 @@ class Signing(OESelftestTestCase):
41 Expected: Images can be created from signed packages 41 Expected: Images can be created from signed packages
42 Product: oe-core 42 Product: oe-core
43 Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com> 43 Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
44 Author: Alexander Kanavin <alexander.kanavin@intel.com> 44 Author: Alexander Kanavin <alex.kanavin@gmail.com>
45 AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com> 45 AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
46 """ 46 """
47 import oe.packagedata 47 import oe.packagedata