Bug #7243
closedhammer cli does not follow env paths while promotion
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1091494
Description of problem:
WE can promote content from any env to any env via hammer CLI irrespective of the env paths.
Library --> Dev --> Test
Library --> Dev2 --> Test2
Using CLI we can promote from
a) Library to test
b) and even Dev to Test2
Web-UI only allows in a serialized fashion, one after the other, following the env paths.
Version-Release number of selected component (if applicable):
Satellite-6.0.3-RHEL-6-20140404.0/
How reproducible:
Steps to Reproduce:
1. have atleast 2 env paths ( Library, Dev, Test and Library, Dev1, Test1) apart from Library
2. Trying promoting from Library directly to Test
3. Trying promoting from Dev to Test2
Actual results:
Currently we can promote from any env to any env, as explained above,
Expected results:
CLI must follow env paths while promotion.
Additional info: