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.14.z] Remove ansible role assign and remove stubbed tests #16009

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions tests/foreman/ui/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,43 +250,6 @@ def test_positive_role_variable_information(self):
:expectedresults: The variables information for the given Host is visible.
"""

@pytest.mark.stubbed
@pytest.mark.tier2
def test_positive_assign_role_in_new_ui(self):
"""Using the new Host UI, assign a role to a Host

:id: 044f38b4-cff2-4ddc-b93c-7e9f2826d00d

:steps:
1. Register a RHEL host to Satellite.
2. Import all roles available by default.
3. Navigate to the new UI for the given Host.
4. Select the 'Ansible' tab
5. Click the 'Assign Ansible Roles' button.
6. Using the popup, assign a role to the Host.

:expectedresults: The Role is successfully assigned to the Host, and visible on the UI
"""

@pytest.mark.stubbed
@pytest.mark.tier2
def test_positive_remove_role_in_new_ui(self):
"""Using the new Host UI, remove the role(s) of a Host

:id: d6de5130-45f6-4349-b490-fbde2aed082c

:steps:
1. Register a RHEL host to Satellite.
2. Import all roles available by default.
3. Assign a role to the host.
4. Navigate to the new UI for the given Host.
5. Select the 'Ansible' tab
6. Click the 'Edit Ansible roles' button.
7. Using the popup, remove the assigned role from the Host.

:expectedresults: Role is successfully removed from the Host, and not visible on the UI
"""

@pytest.mark.stubbed
@pytest.mark.tier3
def test_positive_ansible_variables_imported_with_roles(self):
Expand Down
Loading