diff --git a/cfme/tests/v2v/test_v2v_manual.py b/cfme/tests/v2v/test_v2v_manual.py index 8bc3a8b8fc..0c363f4f09 100644 --- a/cfme/tests/v2v/test_v2v_manual.py +++ b/cfme/tests/v2v/test_v2v_manual.py @@ -321,3 +321,48 @@ def test_cancel_migration_state_file_missing(): 6. The pod can't be created as conversion-1 name already exist """ pass + + +@pytest.mark.meta(coverage=[1812685]) +@pytest.mark.tier(2) +def test_migration_with_alternative_ip_address_for_vmware_host(): + """ + title: Test migration with alternative ip address for vmware host + plans + Bugzilla: + 1812685 + Polarion: + assignee: nachandr + casecomponent: V2V + initialEstimate: 1/4h + startsin: 5.11 + testSteps: + 1. Update transformation ip address for vmware host through Rails console + 2. Start migration + expectedResults: + 1. Alternative ip address should be used for migration + 2. Migration should succeed + """ + pass + + +@pytest.mark.meta(coverage=[1814876]) +@pytest.mark.tier(3) +def test_migration_for_vm_without_ip_address(): + """ + title: Test migration for VM without IP address + plans + Bugzilla: + 1814876 + Polarion: + assignee: nachandr + casecomponent: V2V + initialEstimate: 1/4h + startsin: 5.11 + testSteps: + 1. Disconnect VM NIC in vCenter so that the VM doesn't have an IP address + 2. Start migration + expectedResults: + 1. Migration should succeed + """ + pass