From 3d6256a89df968f07f9a2201fe3089fa1887008a Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 12 Sep 2022 15:02:00 +0300 Subject: [PATCH] Specify additional package in blueprint for tests Related RHBZ#2065734 --- test/cases/vmware.sh | 5 +++++ tools/libvirt_test.sh | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/test/cases/vmware.sh b/test/cases/vmware.sh index 2f109751c..b923f5ee1 100755 --- a/test/cases/vmware.sh +++ b/test/cases/vmware.sh @@ -112,6 +112,11 @@ version = "0.0.1" [[packages]] name = "bash" +# Related RHBZ#2065734 +[[packages]] +name = "ipa-client" +version = "*" + [customizations.services] enabled = ["sshd"] diff --git a/tools/libvirt_test.sh b/tools/libvirt_test.sh index 559d281c2..a993f58d6 100755 --- a/tools/libvirt_test.sh +++ b/tools/libvirt_test.sh @@ -144,6 +144,11 @@ if [ -z "${LIBVIRT_IMAGE_URL}" ]; then name = "bp" description = "A base system" version = "0.0.1" + +# Related RHBZ#2065734 +[[packages]] +name = "ipa-client" +version = "*" EOF # Prepare the blueprint for the compose.