summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2022-09-19 17:25:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-28 08:02:11 +0100
commit18fab7402ad00db62540f7fe0e094910eb63325d (patch)
tree566e4c6c15a40559a6dd3e7df5bdb95949bd95bd
parent5fd12627d022fd46c51343618779094b21253ab8 (diff)
downloadpoky-18fab7402ad00db62540f7fe0e094910eb63325d.tar.gz
oeqa/runtime/dnf: fix typo
(From OE-Core rev: 7bd92a0fac5f83c5c8b38591901760753192e586) Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 454b85fc612bd060b51ac2b94e36698ed1b76d56) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/runtime/cases/dnf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/dnf.py b/meta/lib/oeqa/runtime/cases/dnf.py
index f40c63026e..2cfb36425c 100644
--- a/meta/lib/oeqa/runtime/cases/dnf.py
+++ b/meta/lib/oeqa/runtime/cases/dnf.py
@@ -144,7 +144,7 @@ class DnfRepoTest(DnfTest):
144 self.assertEqual(0, status, output) 144 self.assertEqual(0, status, output)
145 145
146 @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache']) 146 @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache'])
147 @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmege') 147 @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmerge')
148 @OEHasPackage('busybox') 148 @OEHasPackage('busybox')
149 def test_dnf_installroot_usrmerge(self): 149 def test_dnf_installroot_usrmerge(self):
150 rootpath = '/home/root/chroot/test' 150 rootpath = '/home/root/chroot/test'