diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2018-10-29 11:59:13 +0100 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-10-29 11:59:13 +0100 |
| commit | bfb6fa0046083ae613673a33ad48732fed2b4ef4 (patch) | |
| tree | b34793eb0082dd9aae7ff950c004cde1cc430ad1 /lib/oeqa | |
| parent | b4754d39d6eebc624b1380d9ce5097bc597f5a44 (diff) | |
| download | meta-updater-bfb6fa0046083ae613673a33ad48732fed2b4ef4.tar.gz | |
aktualizr: Remove implicit_writer. It is now unused.refactor/master/rm-implicit-writer
Bump to the latest version as well.
Diffstat (limited to 'lib/oeqa')
| -rw-r--r-- | lib/oeqa/selftest/cases/updater.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index c7b18dd..e4b2fa5 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py | |||
| @@ -102,9 +102,6 @@ class AktualizrToolsTests(OESelftestTestCase): | |||
| 102 | logger.info('Running bitbake to build aktualizr-native tools') | 102 | logger.info('Running bitbake to build aktualizr-native tools') |
| 103 | bitbake('aktualizr-native') | 103 | bitbake('aktualizr-native') |
| 104 | 104 | ||
| 105 | def test_implicit_writer_help(self): | ||
| 106 | akt_native_run(self, 'aktualizr_implicit_writer --help') | ||
| 107 | |||
| 108 | def test_cert_provider_help(self): | 105 | def test_cert_provider_help(self): |
| 109 | akt_native_run(self, 'aktualizr_cert_provider --help') | 106 | akt_native_run(self, 'aktualizr_cert_provider --help') |
| 110 | 107 | ||
| @@ -228,6 +225,7 @@ class ManualControlTests(OESelftestTestCase): | |||
| 228 | self.assertIn(b'Fetched metadata: yes', stdout, | 225 | self.assertIn(b'Fetched metadata: yes', stdout, |
| 229 | 'Aktualizr should have run' + stderr.decode() + stdout.decode()) | 226 | 'Aktualizr should have run' + stderr.decode() + stdout.decode()) |
| 230 | 227 | ||
| 228 | |||
| 231 | class RpiTests(OESelftestTestCase): | 229 | class RpiTests(OESelftestTestCase): |
| 232 | 230 | ||
| 233 | def setUpLocal(self): | 231 | def setUpLocal(self): |
