From: Sam Hague Date: Sun, 26 Nov 2017 02:48:22 +0000 (-0500) Subject: Add missing create sg in ha l3 X-Git-Tag: pre-potassium~1053 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=3172e521393a1b80e6206fdbb8f3378a2312fe89;p=integration%2Ftest.git Add missing create sg in ha l3 Change-Id: I94771f2d2ee97dd97ee2e12069430b7886f94501 Signed-off-by: Sam Hague --- diff --git a/csit/suites/openstack/clustering/ha_l2.robot b/csit/suites/openstack/clustering/ha_l2.robot index be16cfa6a9..848cdd91fe 100644 --- a/csit/suites/openstack/clustering/ha_l2.robot +++ b/csit/suites/openstack/clustering/ha_l2.robot @@ -229,6 +229,10 @@ Delete Networks : FOR ${NetworkElement} IN @{NETWORKS_NAME} \ OpenStackOperations.Delete Network ${NetworkElement} +Delete Security Group + [Documentation] Delete security groups with neutron request + Delete SecurityGroup ${SECURITY_GROUP} + Verify Flows Cleanup [Documentation] Verify that flows have been cleaned up properly after removing all neutron configurations Verify Flows Are Cleaned Up On All OpenStack Nodes diff --git a/csit/suites/openstack/clustering/ha_l3.robot b/csit/suites/openstack/clustering/ha_l3.robot index a6e5deb386..529fd0e0bb 100644 --- a/csit/suites/openstack/clustering/ha_l3.robot +++ b/csit/suites/openstack/clustering/ha_l3.robot @@ -46,6 +46,10 @@ Create Subnets For l3_net_2 [Documentation] Create Sub Nets for the Networks with neutron request. OpenStackOperations.Create SubNet l3_net_2 l3_sub_net_2 @{SUBNETS_RANGE}[1] +Add Ssh Allow Rule + [Documentation] Allow all TCP/UDP/ICMP packets for this suite + OpenStackOperations.Create Allow All SecurityGroup ${SECURITY_GROUP} + Take Down ODL1 [Documentation] Kill the karaf in First Controller ClusterManagement.Kill Single Member 1 @@ -238,6 +242,10 @@ Delete Networks : FOR ${NetworkElement} IN @{NETWORKS_NAME} \ OpenStackOperations.Delete Network ${NetworkElement} +Delete Security Group + [Documentation] Delete security groups with neutron request + Delete SecurityGroup ${SECURITY_GROUP} + Verify Flows Cleanup [Documentation] Verify that flows have been cleaned up properly after removing all neutron configurations Verify Flows Are Cleaned Up On All OpenStack Nodes diff --git a/csit/suites/openstack/extensions/sfc.robot b/csit/suites/openstack/extensions/sfc.robot index d2783e16e4..1c7c4f3a58 100644 --- a/csit/suites/openstack/extensions/sfc.robot +++ b/csit/suites/openstack/extensions/sfc.robot @@ -120,3 +120,4 @@ Delete Configurations Delete SubNet l2_subnet_1 : FOR ${NetworkElement} IN @{NETWORKS_NAME} \ Delete Network ${NetworkElement} + Delete SecurityGroup ${SECURITY_GROUP}