summaryrefslogtreecommitdiffstats
path: root/meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py')
-rw-r--r--meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py2
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.