diff options
| author | lbonn <lbonn@users.noreply.github.com> | 2019-08-21 10:56:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-21 10:56:35 +0200 |
| commit | be23e7a7a946002b07bd7a9b5b79dbd39d44c741 (patch) | |
| tree | be7e9fc2748966e96b03c6d855ded1269e8925a9 /lib/oeqa/selftest/cases/updater_qemux86_64.py | |
| parent | c3c95ca661d9055d79de392c2b02b4529c658bb5 (diff) | |
| parent | 3bc650084e9db3320c67b6e5abe36920080ff576 (diff) | |
| download | meta-updater-be23e7a7a946002b07bd7a9b5b79dbd39d44c741.tar.gz | |
Merge pull request #582 from advancedtelematic/master
Update warrior (merge from master)
Diffstat (limited to 'lib/oeqa/selftest/cases/updater_qemux86_64.py')
| -rw-r--r-- | lib/oeqa/selftest/cases/updater_qemux86_64.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64.py b/lib/oeqa/selftest/cases/updater_qemux86_64.py index c65d6e9..24abcff 100644 --- a/lib/oeqa/selftest/cases/updater_qemux86_64.py +++ b/lib/oeqa/selftest/cases/updater_qemux86_64.py | |||
| @@ -85,6 +85,7 @@ class SharedCredProvTests(OESelftestTestCase): | |||
| 85 | self.append_config('MACHINE = "qemux86-64"') | 85 | self.append_config('MACHINE = "qemux86-64"') |
| 86 | self.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') | 86 | self.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') |
| 87 | self.append_config('IMAGE_FSTYPES_remove = "ostreepush garagesign garagecheck"') | 87 | self.append_config('IMAGE_FSTYPES_remove = "ostreepush garagesign garagecheck"') |
| 88 | self.append_config('SOTA_HARDWARE_ID = "plain_reibekuchen_314"') | ||
| 88 | self.qemu, self.s = qemu_launch(machine='qemux86-64') | 89 | self.qemu, self.s = qemu_launch(machine='qemux86-64') |
| 89 | 90 | ||
| 90 | def tearDownLocal(self): | 91 | def tearDownLocal(self): |
| @@ -107,7 +108,8 @@ class SharedCredProvTests(OESelftestTestCase): | |||
| 107 | self.assertEqual(value, machine, | 108 | self.assertEqual(value, machine, |
| 108 | 'MACHINE does not match hostname: ' + machine + ', ' + value) | 109 | 'MACHINE does not match hostname: ' + machine + ', ' + value) |
| 109 | 110 | ||
| 110 | verifyProvisioned(self, machine) | 111 | hwid = get_bb_var('SOTA_HARDWARE_ID') |
| 112 | verifyProvisioned(self, machine, hwid) | ||
| 111 | 113 | ||
| 112 | 114 | ||
| 113 | class ManualControlTests(OESelftestTestCase): | 115 | class ManualControlTests(OESelftestTestCase): |
