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

Commit

Permalink
Update FA assignee (#9882)
Browse files Browse the repository at this point in the history
* Updated VM ownership assignee field

Removed incomplete test

Removed extra spacing and new lines

* Updated VM ownership Polarian assignee
  • Loading branch information
spusateri authored and mshriver committed Jan 28, 2020
1 parent 77b20ab commit adefc3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cfme/test_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down
16 changes: 8 additions & 8 deletions cfme/tests/cloud_infra_common/test_vm_ownership.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit adefc3b

Please sign in to comment.