diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-06-04 11:21:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-07 08:52:55 +0100 |
commit | ec840e6638f9adc57d247bfe15597dd9524d1b13 (patch) | |
tree | 5f54e8c861b7171b2b0206356c23458db1452d09 /meta-selftest | |
parent | 5c5be2f0e8a63d7ed78055757528edca577ec7bb (diff) | |
download | poky-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-selftest')
-rw-r--r-- | meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py b/meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py index 1aa7274701..64a3502370 100644 --- a/meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py +++ b/meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py | |||
@@ -27,7 +27,7 @@ class DnfSelftest(DnfTest): | |||
27 | Expected: 1. Feeds were correctly set for dnf | 27 | Expected: 1. Feeds were correctly set for dnf |
28 | 2. Update recovers packages from host's repo | 28 | 2. Update recovers packages from host's repo |
29 | Author: Humberto Ibarra <humberto.ibarra.lopez@intel.com> | 29 | Author: Humberto Ibarra <humberto.ibarra.lopez@intel.com> |
30 | Author: Alexander Kanavin <alexander.kanavin@intel.com> | 30 | Author: Alexander Kanavin <alex.kanavin@gmail.com> |
31 | """ | 31 | """ |
32 | # When we created an image, we had to supply fake ip and port | 32 | # When we created an image, we had to supply fake ip and port |
33 | # for the feeds. Now we can patch the real ones into the config file. | 33 | # for the feeds. Now we can patch the real ones into the config file. |