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-20 23:15:01 +0100
commit454b85fc612bd060b51ac2b94e36698ed1b76d56 (patch)
tree61c49ed6c57da688a90387fe62481b1ff93b04b9
parent2213b6ce1ec944228d7bb3c95f2e02ac0995b5be (diff)
downloadopenembedded-core-contrib-454b85fc612bd060b51ac2b94e36698ed1b76d56.tar.gz
oeqa/runtime/dnf: fix typo
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 a8e23e596e..e0b91090b2 100644
--- a/meta/lib/oeqa/runtime/cases/dnf.py
+++ b/meta/lib/oeqa/runtime/cases/dnf.py
@@ -146,7 +146,7 @@ class DnfRepoTest(DnfTest):
self.assertEqual(0, status, output)
@OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache'])
- @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmege')
+ @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmerge')
@OEHasPackage('busybox')
def test_dnf_installroot_usrmerge(self):
rootpath = '/home/root/chroot/test'