Bug #10669
closedhammer: Activation key name update claims to run without error but did not really update the name
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1221685
Description of problem:
hammer: Activation key name update works without error but did not really update the name
Version-Release number of selected component (if applicable):
Satellite 6.1 GA Snap 4 Compose 2
How reproducible:
Always
Steps to Reproduce:
hammer> activation-key create --name='testIncorrectSatellite' --organization-id=1
Activation key created
hammer> activation-key update --name='testIncorrectSatellite' --new-name='testCorrectSatellite' --organization-id=1
Activation key updated
hammer> activation-key info --name='testCorrectSatellite' --organization-id=1
Error: activation_key not found
hammer> activation-key info --name='testIncorrectSatellite' --organization-id=1
Name: testCorrectSatellite
ID: 4
Description:
Content Host Limit: Unlimited
Auto Attach: true
Lifecycle Environment:
Content View:
Host Collections:
Actual results:
Activation key name is not updated (see above)
Expected results:
Activation key name should be updated
Additional info: