diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/wic.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index 9b09be75ec..972fffe6f8 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py | |||
| @@ -1180,6 +1180,10 @@ class Wic2(WicTestCase): | |||
| 1180 | self.assertEqual(1, len(out)) | 1180 | self.assertEqual(1, len(out)) |
| 1181 | 1181 | ||
| 1182 | def test_rawcopy_plugin(self): | 1182 | def test_rawcopy_plugin(self): |
| 1183 | config = 'IMAGE_FSTYPES = "ext4"\n' | ||
| 1184 | self.append_config(config) | ||
| 1185 | self.assertEqual(0, bitbake('core-image-minimal').status) | ||
| 1186 | self.remove_config(config) | ||
| 1183 | self._rawcopy_plugin('ext4') | 1187 | self._rawcopy_plugin('ext4') |
| 1184 | 1188 | ||
| 1185 | def test_rawcopy_plugin_unpack(self): | 1189 | def test_rawcopy_plugin_unpack(self): |
