OSDN Git Service

tests/vm: Introduce get_qemu_packages_from_lcitool_json() helper
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 11 Jul 2023 14:49:21 +0000 (16:49 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 18 Jul 2023 07:36:28 +0000 (09:36 +0200)
commit4cd57671b777632be2dc20bc2f5a0410e258e3dc
treec5bbc0fe3332bd7ee796bdb91d85412db99635ba
parenta38dee6695b07a90f157e6eb592f91cef3849bfc
tests/vm: Introduce get_qemu_packages_from_lcitool_json() helper

Add the get_qemu_packages_from_lcitool_json() helper which return
such package list from a lcitool env var file in JSON format.

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230711144922.67491-4-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/vm/basevm.py