Skip to content
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

[6.13.z] add & remove ansible role #16096

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

amolpati30
Copy link
Contributor

@amolpati30 amolpati30 commented Aug 27, 2024

Cherrypick of PR: #14556

Problem Statement
Ansible role should be added and removed for new_ui host

Solution
Added test coverage to resolve above problem statement

Additional info
Removed test_positive_assign_role_in_new_ui , because single test case is covering add and remove scenario.

Dependent PR: SatelliteQE/airgun#1534

@amolpati30 amolpati30 added the No-CherryPick PR doesnt need CherryPick to previous branches label Aug 27, 2024
@amolpati30 amolpati30 added the 6.13.z Introduced in or relating directly to Satellite 6.13 label Aug 27, 2024
@amolpati30 amolpati30 force-pushed the ansibleRemoveRole6.13z branch from 490088a to 6261476 Compare August 27, 2024 17:14
@amolpati30
Copy link
Contributor Author

trigger: test-robottelo
pytest: tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host
airgun: 1347

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 8305
Build Status: UNSTABLE
PRT Comment: pytest tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host --external-logging
Test Result : ========== 1 failed, 11 deselected, 21 warnings in 660.29s (0:11:00) ===========

@Satellite-QE Satellite-QE added the PRT-Failed Indicates that latest PRT run is failed for the PR label Aug 27, 2024
@amolpati30
Copy link
Contributor Author

trigger: test-robottelo
pytest: tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host
airgun: 1534

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 8306
Build Status: UNSTABLE
PRT Comment: pytest tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host --external-logging
Test Result : ========== 1 failed, 11 deselected, 21 warnings in 640.09s (0:10:40) ===========

@amolpati30
Copy link
Contributor Author

trigger: test-robottelo
pytest: tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host
airgun: 1347

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 8409
Build Status: UNSTABLE
PRT Comment: pytest tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host --external-logging
Test Result : ========== 1 failed, 11 deselected, 21 warnings in 2746.43s (0:45:46) ==========

@amolpati30
Copy link
Contributor Author

trigger: test-robottelo
pytest: tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host
airgun: 1347

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 8802
Build Status: UNSTABLE
PRT Comment: pytest tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host --external-logging
Test Result : ========== 1 failed, 11 deselected, 21 warnings in 602.46s (0:10:02) ===========

@Gauravtalreja1
Copy link
Collaborator

trigger: test-robottelo
pytest: tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host
airgun: 1534

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 8816
Build Status: UNSTABLE
PRT Comment: pytest tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host --external-logging
Test Result : ========== 1 failed, 11 deselected, 21 warnings in 1013.68s (0:16:53) ==========

@amolpati30
Copy link
Contributor Author

trigger: test-robottelo
pytest: tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host
airgun: 1534

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 9023
Build Status: UNSTABLE
PRT Comment: pytest tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host --external-logging
Test Result : ========== 1 failed, 11 deselected, 25 warnings in 688.00s (0:11:27) ===========

@amolpati30
Copy link
Contributor Author

trigger: test-robottelo
pytest: tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host
airgun: 1534

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 9024
Build Status: UNSTABLE
PRT Comment: pytest tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host --external-logging
Test Result : ========== 1 failed, 11 deselected, 25 warnings in 663.44s (0:11:03) ===========

@amolpati30
Copy link
Contributor Author

trigger: test-robottelo
pytest: tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host
airgun: 1534

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 9025
Build Status: SUCCESS
PRT Comment: pytest tests/foreman/ui/test_ansible.py::TestAnsibleCfgMgmt -k test_positive_assign_and_remove_ansible_role_to_host --external-logging
Test Result : ========== 1 passed, 11 deselected, 26 warnings in 660.77s (0:11:00) ===========

@Satellite-QE Satellite-QE added PRT-Passed Indicates that latest PRT run is passed for the PR and removed PRT-Failed Indicates that latest PRT run is failed for the PR labels Oct 18, 2024
@amolpati30
Copy link
Contributor Author

ack

@amolpati30 amolpati30 merged commit d3778c4 into SatelliteQE:6.13.z Oct 18, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.13.z Introduced in or relating directly to Satellite 6.13 No-CherryPick PR doesnt need CherryPick to previous branches PRT-Passed Indicates that latest PRT run is passed for the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants