Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[1LP][RFR] - Removing duplicate test #10106

Merged
merged 1 commit into from
May 15, 2020
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
24 changes: 0 additions & 24 deletions cfme/tests/configure/test_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -2795,30 +2795,6 @@ def test_service_non_admin_user():
pass


@pytest.mark.manual
@test_requirements.rbac
@pytest.mark.tier(2)
def test_self_service_users_ssui():
"""
Verify that a user in the assigned to the EVMRole-self_service and
EVMRole-self_service can login to the SSUI

Polarion:
assignee: dgaikwad
casecomponent: SelfServiceUI
caseimportance: critical
initialEstimate: 1/4h
startsin: 5.8
testSteps:
1. Create a user assigned to the default role of EVMRole-self_service
2. Login to the SSUI with the user
expectedResults:
1. User created successfully
2. SSUI access granted
"""
pass


@pytest.mark.manual
@test_requirements.rbac
@pytest.mark.tier(2)
Expand Down