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

[1LP][RFR][NOTEST]- changing FA owner #10140

Merged
merged 1 commit into from
May 22, 2020
Merged
Show file tree
Hide file tree
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
changing FA owner
  • Loading branch information
dgaikwad committed May 22, 2020
commit 9ca1504ea8a6ddc3bad8deaa40c141d2d6a41770
67 changes: 34 additions & 33 deletions cfme/tests/configure/test_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def catalog_obj(appliance):
def test_user_crud(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -186,7 +186,7 @@ def test_user_assign_multiple_groups(appliance, request):
* Confirm that the user has each group visible in the Settings menu

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand Down Expand Up @@ -215,7 +215,7 @@ def test_user_change_groups(appliance):
"""Assign a user to multiple groups and confirm that the user can successfully change groups

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/4h
casecomponent: Configuration
"""
Expand Down Expand Up @@ -251,7 +251,7 @@ def test_user_login(appliance):
1035399

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -278,7 +278,7 @@ def test_user_duplicate_username(appliance):
* Create another user with same credential

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand Down Expand Up @@ -308,7 +308,7 @@ def test_user_allow_duplicate_name(appliance):
* Create another user with same full name

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -331,7 +331,7 @@ def test_user_allow_duplicate_name(appliance):
def test_username_required_error_validation(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -353,7 +353,7 @@ def test_username_required_error_validation(appliance):
def test_userid_required_error_validation(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -378,7 +378,7 @@ def test_userid_required_error_validation(appliance):
def test_user_password_required_error_validation(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -405,7 +405,7 @@ def test_user_password_required_error_validation(appliance):
def test_user_group_error_validation(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -422,7 +422,7 @@ def test_user_group_error_validation(appliance):
def test_user_email_error_validation(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand Down Expand Up @@ -495,7 +495,7 @@ def test_delete_default_user(appliance):
* Try deleting the user

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -517,7 +517,7 @@ def test_current_user_login_delete(appliance, request):
* Try deleting the user

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand Down Expand Up @@ -561,7 +561,7 @@ def test_tagvis_user(user_restricted, check_item_visibility):
def test_group_crud(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand Down Expand Up @@ -620,7 +620,7 @@ def test_group_duplicate_name(appliance):
""" Verify that two groups can't have the same name

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
tags: rbac
casecomponent: Configuration
Expand Down Expand Up @@ -691,7 +691,7 @@ def test_group_remove_tag(appliance):
def test_group_description_required_error_validation(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -716,7 +716,7 @@ def test_delete_default_group(appliance):
* Try deleting the group EvmGroup-adminstrator

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -733,7 +733,7 @@ def test_delete_group_with_assigned_user(appliance):
"""Test that CFME prevents deletion of a group that has users assigned

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -756,7 +756,7 @@ def test_edit_default_group(appliance):
* Try editing the group EvmGroup-adminstrator

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -780,7 +780,7 @@ def test_edit_sequence_usergroups(appliance, request):
* Verify the changed sequence

Polarion:
assignee: apagac
assignee: dgaikwad
casecomponent: Configuration
initialEstimate: 1/8h
tags: rbac
Expand Down Expand Up @@ -821,7 +821,7 @@ def test_tagvis_group(user_restricted, group_with_tag, check_item_visibility):
def test_role_crud(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand Down Expand Up @@ -853,7 +853,7 @@ def test_role_crud(appliance):
def test_rolename_required_error_validation(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -874,7 +874,7 @@ def test_rolename_required_error_validation(appliance):
def test_rolename_duplicate_validation(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
casecomponent: Configuration
initialEstimate: 1/8h
tags: rbac
Expand All @@ -900,7 +900,7 @@ def test_delete_default_roles(appliance):
* Try editing the group EvmRole-approver

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -921,7 +921,7 @@ def test_edit_default_roles(appliance):
* Try editing the group EvmRole-auditor

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -938,7 +938,7 @@ def test_edit_default_roles(appliance):
def test_delete_roles_with_assigned_group(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand All @@ -956,7 +956,7 @@ def test_delete_roles_with_assigned_group(appliance):
def test_assign_user_to_new_group(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand Down Expand Up @@ -1010,7 +1010,7 @@ def test_permission_edit(appliance, request, product_features):
action: reference to a function to execute under the test user context

Polarion:
assignee: apagac
assignee: dgaikwad
caseimportance: medium
casecomponent: Configuration
initialEstimate: 1h
Expand Down Expand Up @@ -1120,7 +1120,7 @@ def test_permissions(appliance, product_features, allowed_actions, disallowed_ac
object: [ { "Action Name": function_reference_action }, ...]

Polarion:
assignee: apagac
assignee: dgaikwad
caseimportance: medium
casecomponent: Configuration
initialEstimate: 1h
Expand Down Expand Up @@ -1175,7 +1175,7 @@ def single_task_permission_test(appliance, product_features, actions):
def test_permissions_role_crud(appliance):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/5h
casecomponent: Configuration
tags: rbac
Expand All @@ -1197,7 +1197,7 @@ def test_permissions_role_crud(appliance):
def test_permissions_vm_provisioning(appliance, provider, setup_provider):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
caseimportance: medium
casecomponent: Configuration
initialEstimate: 1/5h
Expand Down Expand Up @@ -1253,7 +1253,7 @@ def test_permissions_vm_provisioning(appliance, provider, setup_provider):
def test_user_change_password(appliance, request):
"""
Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/8h
casecomponent: Configuration
tags: rbac
Expand Down Expand Up @@ -1288,7 +1288,7 @@ def test_copied_user_password_inheritance(appliance, request):
empty

Polarion:
assignee: apagac
assignee: dgaikwad
casecomponent: WebUI
caseimportance: high
initialEstimate: 1/15h
Expand Down Expand Up @@ -2345,6 +2345,7 @@ def test_ssui_group_switch():
pass


@pytest.mark.customer_scenario
@pytest.mark.manual
@test_requirements.rbac
@test_requirements.ssui
Expand Down
1 change: 1 addition & 0 deletions cfme/tests/integration/test_auth_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ def test_select_edit_group():
pass


@pytest.mark.customer_scenario
@test_requirements.rbac
@pytest.mark.tier(2)
@pytest.mark.meta(coverage=[1730066])
Expand Down
12 changes: 6 additions & 6 deletions cfme/tests/services/test_service_rbac.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_service_rbac_no_permission(appliance, role_user_group):
""" Test service rbac without user permission

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/4h
casecomponent: Services
"""
Expand All @@ -73,7 +73,7 @@ def test_service_rbac_catalog(appliance, role_user_group, catalog):
""" Test service rbac with catalog

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/4h
casecomponent: Services
"""
Expand All @@ -93,7 +93,7 @@ def test_service_rbac_service_catalog(
""" Test service rbac with service catalog

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/4h
casecomponent: Services
"""
Expand Down Expand Up @@ -138,7 +138,7 @@ def test_service_rbac_catalog_item(request, appliance, role_user_group, catalog_
""" Test service rbac with catalog item

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/4h
casecomponent: Services
"""
Expand All @@ -156,7 +156,7 @@ def test_service_rbac_orchestration(appliance, role_user_group):
""" Test service rbac with orchestration

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/4h
casecomponent: Services
"""
Expand All @@ -182,7 +182,7 @@ def test_service_rbac_request(appliance, role_user_group, catalog_item, request,
""" Test service rbac with only request module permissions

Polarion:
assignee: apagac
assignee: dgaikwad
initialEstimate: 1/4h
casecomponent: Services
"""
Expand Down
6 changes: 3 additions & 3 deletions cfme/tests/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_login(context, method, appliance):
""" Tests that the appliance can be logged into and shows dashboard page.

Polarion:
assignee: apagac
assignee: dgaikwad
casecomponent: Configuration
initialEstimate: 1/8h
tags: rbac
Expand All @@ -55,7 +55,7 @@ def test_bad_password(context, request, appliance):
""" Tests logging in with a bad password.

Polarion:
assignee: apagac
assignee: dgaikwad
casecomponent: WebUI
initialEstimate: 1/8h
tags: rbac
Expand All @@ -81,7 +81,7 @@ def test_credentials_change_password_with_special_characters():
Password with only special characters

Polarion:
assignee: apagac
assignee: dgaikwad
casecomponent: Appliance
caseimportance: medium
initialEstimate: 1/8h
Expand Down