diff options
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. |
