summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-06-05 10:51:37 +0200
committerGitHub <noreply@github.com>2018-06-05 10:51:37 +0200
commit515c54a370cfbe10b4fbc99d7861b8a6b892f6b6 (patch)
tree2607bad9d924ac0eb895f0eac61c44057fa489eb /lib/oeqa/selftest
parent4402b4164587ce84bfac3d2ded59b3f3f40b0d4d (diff)
parentc1895c1d89dc4cc91cfeb7630239e941e405b64f (diff)
downloadmeta-updater-515c54a370cfbe10b4fbc99d7861b8a6b892f6b6.tar.gz
Merge pull request #330 from advancedtelematic/bugfix/implicit-and-certs-sumo
Bugfix/implicit and certs sumo
Diffstat (limited to 'lib/oeqa/selftest')
-rw-r--r--lib/oeqa/selftest/cases/updater.py3
1 files changed, 1 insertions, 2 deletions
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):
439 # Strip off line ending. 439 # Strip off line ending.
440 value = stdout.decode()[:-1] 440 value = stdout.decode()[:-1]
441 self.assertEqual(value, machine, 441 self.assertEqual(value, machine,
442 'MACHINE does not match hostname: ' + machine + ', ' + value + 442 'MACHINE does not match hostname: ' + machine + ', ' + value)
443 '\nIs tianocore ovmf installed?')
444 print(value) 443 print(value)
445 print('Checking output of aktualizr-info:') 444 print('Checking output of aktualizr-info:')
446 ran_ok = False 445 ran_ok = False