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 #8275 from digitronik/polarion_doc_block
Browse files Browse the repository at this point in the history
[1LP][RFR][NOTEST] update doc bock polarion
  • Loading branch information
mshriver committed Dec 14, 2018
2 parents 636b3bb + b167fc3 commit 436de19
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 29 deletions.
10 changes: 6 additions & 4 deletions cfme/tests/automate/custom_button/test_buttons.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,9 @@ def test_button_required(appliance, field):
* Assert flash message.
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: mediun
initialEstimate: 1/6h
"""
unassigned_gp = appliance.collections.button_groups.instantiate(
text="[Unassigned Buttons]", hover="Unassigned Buttons", type="Provider"
Expand Down Expand Up @@ -229,8 +230,9 @@ def test_open_url_availability(appliance):
* Assert flash message.
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: medium
initialEstimate: 1/6h
"""

unassigned_gp = appliance.collections.button_groups.instantiate(
Expand Down
15 changes: 9 additions & 6 deletions cfme/tests/automate/custom_button/test_cloud_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ def test_custom_button_dialog(appliance, dialog, request, setup_objs, button_gro
* 1635797, 1555331, 1574403, 1640592
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down Expand Up @@ -236,8 +237,9 @@ def test_custom_button_automate(appliance, request, submit, setup_objs, button_g
* 1628224, 1642147
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down Expand Up @@ -324,8 +326,9 @@ def test_custom_button_expression(appliance, request, setup_objs, button_group,
* Check: button should enable/visible with tag
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down
14 changes: 9 additions & 5 deletions cfme/tests/automate/custom_button/test_container_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ def test_custom_button_dialog(appliance, dialog, request, setup_obj, button_grou
* Check request in automation log
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down Expand Up @@ -188,8 +189,10 @@ def test_custom_button_dialog(appliance, dialog, request, setup_obj, button_grou
@pytest.mark.parametrize("expression", ["enablement", "visibility"])
def test_custom_button_expression(appliance, request, setup_obj, button_group, expression):
""" Test custom button as per expression enablement/visibility.
prerequisites:
Prerequisites:
* Appliance with Infra provider
Steps:
* Create custom button group with the Object type
* Create a custom button with expression (Tag)
Expand All @@ -200,8 +203,9 @@ def test_custom_button_expression(appliance, request, setup_obj, button_group, e
* Check: button should enable/visible with tag
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down
15 changes: 9 additions & 6 deletions cfme/tests/automate/custom_button/test_generic_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ def test_custom_button_automate(appliance, request, submit, setup_obj, button_gr
* 1628224, 1642939
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down Expand Up @@ -200,8 +201,9 @@ def test_custom_button_dialog(appliance, dialog, request, setup_obj, button_grou
* Check request in automation log
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down Expand Up @@ -265,8 +267,9 @@ def test_custom_button_expression(appliance, request, setup_obj, button_group, e
* Check: button should enable/visible with tag
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down
5 changes: 3 additions & 2 deletions cfme/tests/automate/custom_button/test_import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ def test_custom_button_import_export(appliance, setup_groups_buttons):
* Check for custom buttons in respective implementation location
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: critical
initialEstimate: 1/2h
"""

# Check all buttons, groups and respective display at respective locations
Expand Down
15 changes: 9 additions & 6 deletions cfme/tests/automate/custom_button/test_infra_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ def test_custom_button_automate(appliance, request, submit, setup_obj, button_gr
* 1628224
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down Expand Up @@ -226,8 +227,9 @@ def test_custom_button_dialog(appliance, dialog, request, setup_obj, button_grou
* 1635797, 1555331, 1574403, 1640592
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down Expand Up @@ -288,8 +290,9 @@ def test_custom_button_expression(appliance, request, setup_obj, button_group, e
* Check: button should enable/visible with tag
Polarion:
assignee: None
initialEstimate: None
assignee: ndhandre
caseimportance: high
initialEstimate: 1/4h
"""

group, obj_type = button_group
Expand Down

0 comments on commit 436de19

Please sign in to comment.