diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-06-05 10:51:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 10:51:27 +0200 |
commit | 1a196b33ec15fa8b12688bf0cec2ad1859d08990 (patch) | |
tree | 789bfd8bd2198ba6ddb0e0cf24924a310f3c7adb /lib/oeqa/selftest/cases/updater.py | |
parent | 30bd9a9f5a950cbab4705be07a912f73d6dff6e1 (diff) | |
parent | 34f641cb51b5b27ed55bb6ec9536230c0d081120 (diff) | |
download | meta-updater-1a196b33ec15fa8b12688bf0cec2ad1859d08990.tar.gz |
Merge pull request #329 from advancedtelematic/bugfix/implicit-and-certs-master
Bugfix/implicit and certs master
Diffstat (limited to 'lib/oeqa/selftest/cases/updater.py')
-rw-r--r-- | lib/oeqa/selftest/cases/updater.py | 3 |
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 |