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

Commit

Permalink
Merge pull request #10106 from dgaikwad/test_self_service_users_ssui
Browse files Browse the repository at this point in the history
[1LP][RFR] - Removing duplicate test
  • Loading branch information
mshriver authored May 15, 2020
2 parents 33dc6ff + 9a6641b commit cd8eec0
Showing 1 changed file with 0 additions and 24 deletions.
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 @@ -2797,30 +2797,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

0 comments on commit cd8eec0

Please sign in to comment.