-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move ansible API tests to Ansible-Cfgmgmt and REX classes #14626
Move ansible API tests to Ansible-Cfgmgmt and REX classes #14626
Conversation
Signed-off-by: Gaurav Talreja <[email protected]>
trigger: test-robottelo |
PRT Result
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This diff is hard to read so as long as your team is happy with the change I'm good to merge.
I guess it's easier to read https://github.com/SatelliteQE/robottelo/blob/0db0c68ff1b0dc7eb0a86cdde516cd37d978caf9/tests/foreman/api/test_ansible.py here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 4ad590a)
Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 4ad590a)
…E#14626) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 4ad590a)
…E#14626) Signed-off-by: Gaurav Talreja <[email protected]>
…E#14626) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 4ad590a)
…14637) Move ansible API tests to Ansible-Cfgmgmt and REX classes (#14626) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit 4ad590a)
Problem Statement
Ansible tests are mixed in API ansible module, which need to be consistent as CLI/UI module
Solution
Move Ansible API tests to Ansible-ConfigurationManagement and Ansible-RemoteExecution classes, And few other minor fixes.