From adefc3bd9bdf235fb463f295d8fceafa5670db4d Mon Sep 17 00:00:00 2001 From: spusateri <50872569+spusateri@users.noreply.github.com> Date: Tue, 28 Jan 2020 14:42:21 -0500 Subject: [PATCH] Update FA assignee (#9882) * Updated VM ownership assignee field Removed incomplete test Removed extra spacing and new lines * Updated VM ownership Polarian assignee --- cfme/test_requirements.py | 4 ++-- .../cloud_infra_common/test_vm_ownership.py | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cfme/test_requirements.py b/cfme/test_requirements.py index d05ae190b2..21dcae0f23 100644 --- a/cfme/test_requirements.py +++ b/cfme/test_requirements.py @@ -222,7 +222,7 @@ def test_quota_alert(): genealogy = pytest.mark.requirement( "VM/Instance Genealogy", description='Genealogy of VMs/Instances in MIQ/CFME', - assignee_id='apagac', + assignee_id='spusater', ) general_ui = pytest.mark.requirement( @@ -276,7 +276,7 @@ def test_quota_alert(): ownership = pytest.mark.requirement( "VM/Instance Ownership", description='Ownership settings for VM/Instances', - assignee_id='apagac', + assignee_id='spusater', ) power = pytest.mark.requirement( diff --git a/cfme/tests/cloud_infra_common/test_vm_ownership.py b/cfme/tests/cloud_infra_common/test_vm_ownership.py index d2b998f023..e1a3039cd1 100644 --- a/cfme/tests/cloud_infra_common/test_vm_ownership.py +++ b/cfme/tests/cloud_infra_common/test_vm_ownership.py @@ -158,7 +158,7 @@ def test_form_button_validation(user1, vm_crud): test_flag: rbac Polarion: - assignee: apagac + assignee: spusater caseimportance: medium casecomponent: Appliance initialEstimate: 1/4h @@ -181,7 +181,7 @@ def test_user_ownership_crud(user1, vm_crud): test_flag: rbac Polarion: - assignee: apagac + assignee: spusater caseimportance: medium casecomponent: Appliance initialEstimate: 1/4h @@ -203,7 +203,7 @@ def test_group_ownership_on_user_only_role(user2, vm_crud): test_flag: rbac Polarion: - assignee: apagac + assignee: spusater caseimportance: medium casecomponent: Appliance initialEstimate: 1/4h @@ -226,7 +226,7 @@ def test_group_ownership_on_user_or_group_role(user3, vm_crud): test_flag: rbac Polarion: - assignee: apagac + assignee: spusater caseimportance: medium casecomponent: Appliance initialEstimate: 1/4h @@ -251,7 +251,7 @@ def test_template_set_ownership(appliance, vm_crud): Tests BZ 1446801 in RHCF3-14353 Polarion: - assignee: apagac + assignee: spusater casecomponent: Infra caseimportance: medium initialEstimate: 1/6h @@ -284,7 +284,7 @@ def test_set_ownership_back_to_default(): Set ownership back to default value. Polarion: - assignee: apagac + assignee: spusater casecomponent: Infra caseimportance: medium initialEstimate: 1/4h @@ -312,7 +312,7 @@ def test_ownership_dropdown_values(): Test that all values are displayed on ownership user and group dropdowns Polarion: - assignee: apagac + assignee: spusater casecomponent: Configuration caseimportance: low initialEstimate: 1/8h @@ -338,7 +338,7 @@ def test_duplicate_groups(): Verify duplicat group names are not listed when selecting multiple vms and setting ownership. Polarion: - assignee: apagac + assignee: spusater casecomponent: Infra caseimportance: medium initialEstimate: 1/6h