From bfb6fa0046083ae613673a33ad48732fed2b4ef4 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 29 Oct 2018 11:59:13 +0100 Subject: aktualizr: Remove implicit_writer. It is now unused. Bump to the latest version as well. --- lib/oeqa/selftest/cases/updater.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/oeqa') 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): logger.info('Running bitbake to build aktualizr-native tools') bitbake('aktualizr-native') - def test_implicit_writer_help(self): - akt_native_run(self, 'aktualizr_implicit_writer --help') - def test_cert_provider_help(self): akt_native_run(self, 'aktualizr_cert_provider --help') @@ -228,6 +225,7 @@ class ManualControlTests(OESelftestTestCase): self.assertIn(b'Fetched metadata: yes', stdout, 'Aktualizr should have run' + stderr.decode() + stdout.decode()) + class RpiTests(OESelftestTestCase): def setUpLocal(self): -- cgit v1.2.3-54-g00ecf