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

[1LP][RFR] Parametrize correct fixture on transformation_method for v2v #10016

Merged
merged 2 commits into from
Mar 27, 2020
Merged
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
5 changes: 3 additions & 2 deletions cfme/tests/v2v/test_v2v_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,21 @@
]


@pytest.mark.parametrize("mapping_data_vm_obj_single_datastore",
@pytest.mark.parametrize("v2v_provider_setup",
['SSH', 'VDDK'], indirect=True)
@pytest.mark.parametrize(
"source_type, dest_type, template_type",
[
["nfs", "nfs", Templates.RHEL7_MINIMAL]
]
)
@pytest.mark.meta(automates=[1815046])
def test_single_vm_migration_with_ssh_and_vddk(request, appliance, provider,
source_type, dest_type, template_type,
mapping_data_vm_obj_single_datastore):
"""
Polarion:
assignee: sshveta
assignee: nachandr
caseimportance: high
caseposneg: positive
testtype: functional
Expand Down