Sanjeev N created CLOUDSTACK-8634:
-------------------------------------
Summary: Make changes to test_security_group.py test suite to
support EIP
Key: CLOUDSTACK-8634
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8634
Project: CloudStack
Issue Type: Test
Security Level: Public (Anyone can view this level - this is the default.)
Reporter: Sanjeev N
Assignee: Sanjeev N
Make changes to test_security_group.py test suite to support EIP
1. In case of a basic zone with EIP/ELB capability vm will have two ip
addresses one from public ip range and another one from guest ip range.
vm creation method in base.py returns vm ip address which is part of guest ip
range as the vm.ssh.ipaddress if we don't pass mode to it. So access to vms
with that ip address would not be successful. Made changes to handle this
2.vm public address is associated with Netscaler. So even if we don't allow
ping traffic in security groups applied to vm, ping will be successful.
Skipping ping test in case the zone is enabled with EIP/ELB
3.Removing default rules from security groups except what is needed for that
test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)