From 645c5346b84adb283b2298f0c4f38d5f85688e9f 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/oeqa/selftest') diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index dc3f3a2..0253a84 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