diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-05-28 09:46:28 +0200 |
|---|---|---|
| committer | Eugene Smirnov <evgenii.smirnov@here.com> | 2019-07-17 18:23:46 +0200 |
| commit | 0cf02e05962c69a808d7bfeca33e5b9cf58f3a44 (patch) | |
| tree | 4ab66b5bffb8a0584dc086f823af37d3b362b9ce /lib/oeqa/selftest/cases/updater_minnowboard.py | |
| parent | 371d37a551447ed9a718e7e4fde8b7a3628c2e96 (diff) | |
| download | meta-updater-0cf02e05962c69a808d7bfeca33e5b9cf58f3a44.tar.gz | |
Rename provisioning methods.
"Autoprovisioning" or "automatic provisioning" is now known as "shared
credential provisioning". "Implicit provisioning" is now known as
"device credential provisioning". "HSM provisioning" was always a
misnomer, so it is now refered to as "device credential provisioning
with an HSM".
This includes a bump of the aktualizr version as well.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'lib/oeqa/selftest/cases/updater_minnowboard.py')
| -rw-r--r-- | lib/oeqa/selftest/cases/updater_minnowboard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater_minnowboard.py b/lib/oeqa/selftest/cases/updater_minnowboard.py index f5df584..267445b 100644 --- a/lib/oeqa/selftest/cases/updater_minnowboard.py +++ b/lib/oeqa/selftest/cases/updater_minnowboard.py | |||
| @@ -29,7 +29,7 @@ class MinnowTests(OESelftestTestCase): | |||
| 29 | self.meta_minnow = None | 29 | self.meta_minnow = None |
| 30 | self.append_config('MACHINE = "intel-corei7-64"') | 30 | self.append_config('MACHINE = "intel-corei7-64"') |
| 31 | self.append_config('OSTREE_BOOTLOADER = "grub"') | 31 | self.append_config('OSTREE_BOOTLOADER = "grub"') |
| 32 | self.append_config('SOTA_CLIENT_PROV = " aktualizr-auto-prov "') | 32 | self.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') |
| 33 | self.qemu, self.s = qemu_launch(efi=True, machine='intel-corei7-64') | 33 | self.qemu, self.s = qemu_launch(efi=True, machine='intel-corei7-64') |
| 34 | 34 | ||
| 35 | def tearDownLocal(self): | 35 | def tearDownLocal(self): |
