From bcef3e23cfc722b149c16fa7182a8b24fc7dd50d Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 11 May 2020 11:23:58 +0200 Subject: [PATCH] checkpoint tests: Work around Fedora 32 bug network-scripts needs dbus-tools to be present to properly communciate with NetworkManager but the dependency is missing and dbus-tools is not installed on the CloudBase images. Therefore, ensure that it is present. --- tests/playbooks/tests_checkpoint_cleanup.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/playbooks/tests_checkpoint_cleanup.yml b/tests/playbooks/tests_checkpoint_cleanup.yml index 122afe3..8678d2b 100644 --- a/tests/playbooks/tests_checkpoint_cleanup.yml +++ b/tests/playbooks/tests_checkpoint_cleanup.yml @@ -18,6 +18,10 @@ - linux-system-roles.network tasks: - block: + # Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1832897 + - package: + name: dbus-tools + state: present # create test profile - include_role: name: linux-system-roles.network