From 9a6641b7101175681caca4e887e496b871a07389 Mon Sep 17 00:00:00 2001 From: dgaikwad Date: Mon, 11 May 2020 01:16:07 +0530 Subject: [PATCH] Test to login using SSUI --- cfme/tests/configure/test_access_control.py | 24 --------------------- 1 file changed, 24 deletions(-) diff --git a/cfme/tests/configure/test_access_control.py b/cfme/tests/configure/test_access_control.py index 8084f35573..82d4c082e0 100644 --- a/cfme/tests/configure/test_access_control.py +++ b/cfme/tests/configure/test_access_control.py @@ -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)