This repository was archived by the owner on Apr 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -321,3 +321,48 @@ def test_cancel_migration_state_file_missing():
321321 6. The pod can't be created as conversion-1 name already exist
322322 """
323323 pass
324+
325+
326+ @pytest .mark .meta (coverage = [1812685 ])
327+ @pytest .mark .tier (2 )
328+ def test_migration_with_alternative_ip_address_for_vmware_host ():
329+ """
330+ title: Test migration with alternative ip address for vmware host
331+ plans
332+ Bugzilla:
333+ 1812685
334+ Polarion:
335+ assignee: nachandr
336+ casecomponent: V2V
337+ initialEstimate: 1/4h
338+ startsin: 5.11
339+ testSteps:
340+ 1. Update transformation ip address for vmware host through Rails console
341+ 2. Start migration
342+ expectedResults:
343+ 1. Alternative ip address should be used for migration
344+ 2. Migration should succeed
345+ """
346+ pass
347+
348+
349+ @pytest .mark .meta (coverage = [1814876 ])
350+ @pytest .mark .tier (3 )
351+ def test_migration_for_vm_without_ip_address ():
352+ """
353+ title: Test migration for VM without IP address
354+ plans
355+ Bugzilla:
356+ 1814876
357+ Polarion:
358+ assignee: nachandr
359+ casecomponent: V2V
360+ initialEstimate: 1/4h
361+ startsin: 5.11
362+ testSteps:
363+ 1. Disconnect VM NIC in vCenter so that the VM doesn't have an IP address
364+ 2. Start migration
365+ expectedResults:
366+ 1. Migration should succeed
367+ """
368+ pass
You can’t perform that action at this time.
0 commit comments