Skip to content

Commit

Permalink
test: cockpit-pcp is deprecated - use cockpit-composer
Browse files Browse the repository at this point in the history
The tests_packages_full test is failing on el9.6 and later - cockpit-pcp
is missing - use cockpit-composer instead which seems to be available
on all platforms.

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Nov 15, 2024
1 parent 988ef73 commit 21bf980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tests_packages_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-composer is installed
fail:
msg: cockpit-pcp is not installed
when: "'cockpit-pcp' not in ansible_facts.packages"
msg: cockpit-composer is not installed
when: "'cockpit-composer' not in ansible_facts.packages"

# another extra package (part of full)
- name: Test - cockpit-doc is installed
Expand Down

0 comments on commit 21bf980

Please sign in to comment.