From 7287b8e7b64420c9424568e47818a461d0996244 Mon Sep 17 00:00:00 2001
From: nachandr <nachandr@redhat.com>
Date: Fri, 5 Jun 2020 10:48:32 -0500
Subject: [PATCH] Add manual tests for v2v for bugs fixed in 5.11.5

---
 cfme/tests/v2v/test_v2v_manual.py | 45 +++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

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