From 2c90ac05dde42f8b7f2527b3451932aa025ad2bd Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 15 Nov 2024 10:38:17 -0700 Subject: [PATCH] test: cockpit-pcp is deprecated - use cockpit-machines The tests_packages_full test is failing on el9.6 and later - cockpit-pcp is missing - use cockpit-machines instead which seems to be available on all platforms/versions. Signed-off-by: Rich Megginson --- tests/tests_packages_full.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tests_packages_full.yml b/tests/tests_packages_full.yml index 6957730..00b0c3a 100644 --- a/tests/tests_packages_full.yml +++ b/tests/tests_packages_full.yml @@ -32,10 +32,10 @@ when: "'cockpit' not in ansible_facts.packages" # extra package (part of full) - - name: Test - cockpit-pcp is installed + - name: Test - cockpit-machines package is installed fail: - msg: cockpit-pcp is not installed - when: "'cockpit-pcp' not in ansible_facts.packages" + msg: cockpit-machines is not installed + when: "'cockpit-machines' not in ansible_facts.packages" # another extra package (part of full) - name: Test - cockpit-doc is installed