From: gvrangan Date: Sat, 22 Oct 2016 00:28:12 +0000 (+0000) Subject: Add Security rules to allow UDP/ICMP X-Git-Tag: release/boron-sr1~16 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F47376%2F1;p=integration%2Ftest.git Add Security rules to allow UDP/ICMP - Also modify the security group Keywords to use the new keywords added to library. - The rule for TCP was already present, but now replaced with the new library KW Change-Id: Ic1b8af82ef0d42c5b0fe6edc2cff43a4e1007ac6 Signed-off-by: gvrangan --- diff --git a/csit/suites/openstack/connectivity/01_l2_tests.robot b/csit/suites/openstack/connectivity/01_l2_tests.robot index f50f896a2d..ccecc86793 100644 --- a/csit/suites/openstack/connectivity/01_l2_tests.robot +++ b/csit/suites/openstack/connectivity/01_l2_tests.robot @@ -42,10 +42,14 @@ Create Subnets For l2_network_2 Create SubNet l2_network_2 l2_subnet_2 @{SUBNETS_RANGE}[1] Add Ssh Allow Rule - [Documentation] Allow all TCP packets for testing - Create Security Group csit "CSIT SSH Allow" - Create Security Rule ingress tcp 1 65535 0.0.0.0/0 csit - Create Security Rule egress tcp 1 65535 0.0.0.0/0 csit + [Documentation] Allow all TCP/UDP/ICMP packets for this suite + Neutron Security Group Create csit + Neutron Security Group Rule Create csit direction=ingress port_range_max=65535 port_range_min=1 protocol=tcp remote_ip_prefix=0.0.0.0/0 + Neutron Security Group Rule Create csit direction=egress port_range_max=65535 port_range_min=1 protocol=tcp remote_ip_prefix=0.0.0.0/0 + Neutron Security Group Rule Create csit direction=ingress protocol=icmp remote_ip_prefix=0.0.0.0/0 + Neutron Security Group Rule Create csit direction=egress protocol=icmp remote_ip_prefix=0.0.0.0/0 + Neutron Security Group Rule Create csit direction=ingress port_range_max=65535 port_range_min=1 protocol=udp remote_ip_prefix=0.0.0.0/0 + Neutron Security Group Rule Create csit direction=egress port_range_max=65535 port_range_min=1 protocol=udp remote_ip_prefix=0.0.0.0/0 Create Vm Instances For l2_network_1 [Documentation] Create Four Vm instances using flavor and image names for a network.