You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sanjeev N (JIRA)" <ji...@apache.org> on 2015/08/10 11:11:46 UTC

[jira] [Created] (CLOUDSTACK-8720) Handle corner case in remove nic from vm

Sanjeev N created CLOUDSTACK-8720:
-------------------------------------

             Summary: Handle corner case in remove nic from vm
                 Key: CLOUDSTACK-8720
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8720
             Project: CloudStack
          Issue Type: Test
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: Sanjeev N
            Assignee: Sanjeev N


Adding test to cover the following scenario:

1) Deploy vm v1 in two networks say n1 and n2.
2) Check the IP of the nic in n2 say ip1
3) Deploy vm v2 in another network say n3 with same IP address as ip1 using 'deployVirtualMachine' api with 'ipaddress' as one of the parameters.
4) Acquire public IP in n3 network.
5) Configure PF on the acquired IP
6) Choose destination vm as v2.
7) Try to remove nic of v1 in n2 network.
Removing nic from v1 in n2 network should not be blocked because of the same ip addresses from vms v1 and v2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)