diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-06-05 14:00:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-05 14:00:32 +0200 |
| commit | 4af32c3d2b1ad79cb8e7fbefd4ddeb648f06c4d7 (patch) | |
| tree | 1fbeb18090f027dd64a3b4b647b8917b06f86fce /lib/oeqa/selftest/cases/updater_raspberrypi.py | |
| parent | eb63622b2f3aa4869e0a4e927b5b2ee5bd152053 (diff) | |
| parent | c3a41ee3310428872218f8780b380e059eb7e00f (diff) | |
| download | meta-updater-4af32c3d2b1ad79cb8e7fbefd4ddeb648f06c4d7.tar.gz | |
Merge pull request #524 from advancedtelematic/refactor/OTA-2798/rename-provisioning
Refactor/ota 2798/rename provisioning
Diffstat (limited to 'lib/oeqa/selftest/cases/updater_raspberrypi.py')
| -rw-r--r-- | lib/oeqa/selftest/cases/updater_raspberrypi.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/oeqa/selftest/cases/updater_raspberrypi.py b/lib/oeqa/selftest/cases/updater_raspberrypi.py index bb7cfa3..e976100 100644 --- a/lib/oeqa/selftest/cases/updater_raspberrypi.py +++ b/lib/oeqa/selftest/cases/updater_raspberrypi.py | |||
| @@ -47,7 +47,7 @@ class RpiTests(OESelftestTestCase): | |||
| 47 | self.meta_qemu = None | 47 | self.meta_qemu = None |
| 48 | 48 | ||
| 49 | self.append_config('MACHINE = "raspberrypi3"') | 49 | self.append_config('MACHINE = "raspberrypi3"') |
| 50 | self.append_config('SOTA_CLIENT_PROV = " aktualizr-auto-prov "') | 50 | self.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') |
| 51 | 51 | ||
| 52 | def tearDownLocal(self): | 52 | def tearDownLocal(self): |
| 53 | if self.meta_qemu: | 53 | if self.meta_qemu: |
| @@ -60,7 +60,6 @@ class RpiTests(OESelftestTestCase): | |||
| 60 | def test_build(self): | 60 | def test_build(self): |
| 61 | logger = logging.getLogger("selftest") | 61 | logger = logging.getLogger("selftest") |
| 62 | logger.info('Running bitbake to build core-image-minimal') | 62 | logger.info('Running bitbake to build core-image-minimal') |
| 63 | self.append_config('SOTA_CLIENT_PROV = "aktualizr-auto-prov"') | ||
| 64 | bitbake('core-image-minimal') | 63 | bitbake('core-image-minimal') |
| 65 | credentials = get_bb_var('SOTA_PACKED_CREDENTIALS') | 64 | credentials = get_bb_var('SOTA_PACKED_CREDENTIALS') |
| 66 | # Skip the test if the variable SOTA_PACKED_CREDENTIALS is not set. | 65 | # Skip the test if the variable SOTA_PACKED_CREDENTIALS is not set. |
