From 931ce0d24175f4cb9d0d115c553319d84a2a07a6 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Fri, 1 Jun 2018 12:36:04 +0200 Subject: aktualizr_*.bb: Minor formatting and fixes. Move HSM dependencies to aktualizr recipe, since it's aktualizr that can depend on HSM support, not the provisioning prepartion. Remove references to systemd in provisioning recipes, since they have nothing to do with systemd. --- lib/oeqa/selftest/cases/updater.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index 2efef15..f55bc34 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py @@ -439,8 +439,7 @@ class HsmTests(OESelftestTestCase): # Strip off line ending. value = stdout.decode()[:-1] self.assertEqual(value, machine, - 'MACHINE does not match hostname: ' + machine + ', ' + value + - '\nIs tianocore ovmf installed?') + 'MACHINE does not match hostname: ' + machine + ', ' + value) print(value) print('Checking output of aktualizr-info:') ran_ok = False -- cgit v1.2.3-54-g00ecf