From: Alexandre Belloni Date: Mon, 19 Sep 2022 15:25:52 +0000 (+0200) Subject: oeqa/runtime/dnf: fix typo X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=454b85fc612bd060b51ac2b94e36698ed1b76d56;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/runtime/dnf: fix typo Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/cases/dnf.py b/meta/lib/oeqa/runtime/cases/dnf.py index a8e23e596e9..e0b91090b20 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'