diff options
| author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-09-19 17:25:52 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-20 23:17:53 +0100 |
| commit | f9696c11ac401a604ce90640d9c3e4017b23262f (patch) | |
| tree | 99453441404f139de87e01a6dd7dcfc036087410 /meta/lib | |
| parent | dab9e569c6a89685d0a0afcca7630cb609212881 (diff) | |
| download | poky-f9696c11ac401a604ce90640d9c3e4017b23262f.tar.gz | |
oeqa/runtime/dnf: fix typo
(From OE-Core rev: 454b85fc612bd060b51ac2b94e36698ed1b76d56)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/dnf.py | 2 |
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): | |||
| 146 | self.assertEqual(0, status, output) | 146 | self.assertEqual(0, status, output) |
| 147 | 147 | ||
| 148 | @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache']) | 148 | @OETestDepends(['dnf.DnfRepoTest.test_dnf_makecache']) |
| 149 | @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmege') | 149 | @skipIfNotInDataVar('DISTRO_FEATURES', 'usrmerge', 'Test run when enable usrmerge') |
| 150 | @OEHasPackage('busybox') | 150 | @OEHasPackage('busybox') |
| 151 | def test_dnf_installroot_usrmerge(self): | 151 | def test_dnf_installroot_usrmerge(self): |
| 152 | rootpath = '/home/root/chroot/test' | 152 | rootpath = '/home/root/chroot/test' |
