Actions
Bug #19183
closedEnsure that satellite-clone hammer script is tested
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 list
capsule content lifecycle-environments
capsule info
capsule content remove-lifecycle-environment
capsule content add-lifecycle-environment
Actions