summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/lib/oeqa/selftest/cases/updater_qemux86_64.py
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-updater/lib/oeqa/selftest/cases/updater_qemux86_64.py
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-updater/lib/oeqa/selftest/cases/updater_qemux86_64.py')
-rw-r--r--external/meta-updater/lib/oeqa/selftest/cases/updater_qemux86_64.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/external/meta-updater/lib/oeqa/selftest/cases/updater_qemux86_64.py b/external/meta-updater/lib/oeqa/selftest/cases/updater_qemux86_64.py
index 08220f4e..c7d04481 100644
--- a/external/meta-updater/lib/oeqa/selftest/cases/updater_qemux86_64.py
+++ b/external/meta-updater/lib/oeqa/selftest/cases/updater_qemux86_64.py
@@ -130,11 +130,10 @@ class SharedCredProvTestsNonOSTree(SharedCredProvTests):
self.append_config('DISTRO = "poky"')
self.append_config('DISTRO_FEATURES_append = " systemd"')
self.append_config('VIRTUAL-RUNTIME_init_manager = "systemd"')
- self.append_config('PREFERRED_RPROVIDER_virtual/network-configuration ??= "networkd-dhcp-conf"')
+ self.append_config('PREFERRED_RPROVIDER_network-configuration ??= "networkd-dhcp-conf"')
self.append_config('PACKAGECONFIG_pn-aktualizr = ""')
self.append_config('SOTA_DEPLOY_CREDENTIALS = "1"')
- self.append_config('IMAGE_INSTALL_append += "aktualizr"')
- self.append_config('IMAGE_INSTALL_append += " aktualizr-shared-prov"')
+ self.append_config('IMAGE_INSTALL_append += "aktualizr aktualizr-info aktualizr-shared-prov"')
self.qemu, self.s = qemu_launch(machine='qemux86-64', uboot_enable='no')