Bug #19184
Ensure that satellite-clone hammer script is tested
Difficulty:
Triaged:
Description
In satellite-clone we use a hammer script to disassociate capsules. If we can get testing of these hammer commands it would help to prevent breakages in our script.
The script can be found here:
https://github.com/RedHatSatellite/satellite-clone/blob/master/roles/satellite-clone/files/disassociate_capsules.rb
The commands we use are:
capsule content lifecycle-environments
capsule content remove-lifecycle-environment
capsule content add-lifecycle-environment
Related issues
Associated revisions
History
#1
Updated by Walden Raines about 5 years ago
- Legacy Backlogs Release (now unused) set to 211
#2
Updated by Andrew Kofink about 5 years ago
- Has duplicate Bug #19183: Ensure that satellite-clone hammer script is tested added
#3
Updated by Andrew Kofink about 5 years ago
We'll also be testing `hammer capsule list|info` commands.
#4
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/497 added
#5
Updated by Anonymous about 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-katello|ac9868b7249555336870462e612ed6be33d171fb.
Fixes #19184 - Test commands used in sat-clone (#497)