summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/runtime/cases/dnf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/dnf.py b/meta/lib/oeqa/runtime/cases/dnf.py
index 80cc86a4fb..de3759995e 100644
--- a/meta/lib/oeqa/runtime/cases/dnf.py
+++ b/meta/lib/oeqa/runtime/cases/dnf.py
@@ -117,6 +117,7 @@ class DnfRepoTest(DnfTest):
117 117
118 @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache']) 118 @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache'])
119 @skipIfInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when not enable usrmerge') 119 @skipIfInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when not enable usrmerge')
120 @OEHasPackage('busybox')
120 def test_dnf_installroot(self): 121 def test_dnf_installroot(self):
121 rootpath = '/home/root/chroot/test' 122 rootpath = '/home/root/chroot/test'
122 #Copy necessary files to avoid errors with not yet installed tools on 123 #Copy necessary files to avoid errors with not yet installed tools on
@@ -143,6 +144,7 @@ class DnfRepoTest(DnfTest):
143 144
144 @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache']) 145 @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache'])
145 @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmege') 146 @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmege')
147 @OEHasPackage('busybox')
146 def test_dnf_installroot_usrmerge(self): 148 def test_dnf_installroot_usrmerge(self):
147 rootpath = '/home/root/chroot/test' 149 rootpath = '/home/root/chroot/test'
148 #Copy necessary files to avoid errors with not yet installed tools on 150 #Copy necessary files to avoid errors with not yet installed tools on