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 #10170 from nachandr/manual_tests_v2v_5115
Browse files Browse the repository at this point in the history
[RFR] Add manual tests for v2v for bugs fixed in 5.11.5
  • Loading branch information
jawatts authored Jun 5, 2020
2 parents 462f355 + 7287b8e commit 4ecd671
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions cfme/tests/v2v/test_v2v_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ecd671

Please sign in to comment.