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 #9889 from nachandr/fix_parametrization_for_tower_…
Browse files Browse the repository at this point in the history
…dialog_creation

[RFR] Fix parametrization for Tower dialog creation tests
  • Loading branch information
mshriver authored Jan 29, 2020
2 parents b03a65f + 414ef56 commit 8347c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cfme/tests/infrastructure/test_config_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def test_ansible_tower_job_templates_tag(request, provider, tag):

@pytest.mark.tier(3)
@pytest.mark.provider([AnsibleTowerProvider], scope='module')
@pytest.mark.parametrize('template_type', TEMPLATE_TYPE.values(), ids=list(TEMPLATE_TYPE.keys()))
@pytest.mark.parametrize('template_type', list(TEMPLATE_TYPE.values()),
ids=list(TEMPLATE_TYPE.keys()))
def test_ansible_tower_service_dialog_creation_from_template(provider, template_type):
"""
Polarion:
Expand Down

0 comments on commit 8347c4e

Please sign in to comment.