summaryrefslogtreecommitdiffstats
path: root/lib/oeqa
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-10-29 11:59:13 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2018-10-29 14:32:47 +0100
commit5615b0a72848ae704d277880e3e89040aec54062 (patch)
tree93f831789136c405fa3c570f2f386c432beb4463 /lib/oeqa
parent1cd8dcc9890a3967cbbb0591ed7b2e8c4f5732a7 (diff)
downloadmeta-updater-5615b0a72848ae704d277880e3e89040aec54062.tar.gz
aktualizr: Remove implicit_writer. It is now unused.
Bump to the latest version as well.
Diffstat (limited to 'lib/oeqa')
-rw-r--r--lib/oeqa/selftest/cases/updater.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py
index 7d1f36e..3c17b8a 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
231class RpiTests(OESelftestTestCase): 229class RpiTests(OESelftestTestCase):
232 230
233 def setUpLocal(self): 231 def setUpLocal(self):