summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/rpm.py
diff options
context:
space:
mode:
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.*'