diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/systemd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/systemd.py b/meta/lib/oeqa/runtime/cases/systemd.py index 4c581ba396..2865887959 100644 --- a/meta/lib/oeqa/runtime/cases/systemd.py +++ b/meta/lib/oeqa/runtime/cases/systemd.py | |||
| @@ -137,6 +137,7 @@ class SystemdServiceTests(SystemdTest): | |||
| 137 | status = self.target.run('mount -oro,remount /')[0] | 137 | status = self.target.run('mount -oro,remount /')[0] |
| 138 | self.assertTrue(status == 0, msg='Remounting / as r/o failed') | 138 | self.assertTrue(status == 0, msg='Remounting / as r/o failed') |
| 139 | 139 | ||
| 140 | @OETestDepends(['systemd.SystemdBasicTests.test_systemd_basic']) | ||
| 140 | @skipIfNotFeature('minidebuginfo', 'Test requires minidebuginfo to be in DISTRO_FEATURES') | 141 | @skipIfNotFeature('minidebuginfo', 'Test requires minidebuginfo to be in DISTRO_FEATURES') |
| 141 | @OEHasPackage(['busybox']) | 142 | @OEHasPackage(['busybox']) |
| 142 | def test_systemd_coredump_minidebuginfo(self): | 143 | def test_systemd_coredump_minidebuginfo(self): |
