-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23928/
-----------------------------------------------------------
Review request for cloudstack and Santhosh Edukulla.
Bugs: CS-5986
https://issues.apache.org/jira/browse/CS-5986
Repository: cloudstack-git
Description
-------
Test script is to verify the fix for dnsmasq lease issue while reallocating the
same ip address to new vm in vpc networks.
Test does the following:
Create vpc and deploy vms in vpc network
Deploy two vms:
VM1 used name: VM1, 10.1.1.10
VM2 used name: VM2, 10.1.1.11
Destroy both the vms
Deploy vm3 with name VM1 and ip 10.1.1.11
Deploy vm4 with name vm3 and ip 10.1.1.10
Before fix vm4 would not get the ip because of dnsmasq lease issue. After fix
vm4 would get the ip address properly.
Diffs
-----
test/integration/component/test_vpc_vms_deployment.py 1c1f93d
Diff: https://reviews.apache.org/r/23928/diff/
Testing
-------
yes
Thanks,
sanjeev n