From: Sam Hague Date: Fri, 14 Jul 2017 16:04:21 +0000 (-0400) Subject: Update sg suite settings to match other suites X-Git-Tag: release/nitrogen~93 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=33fa6a1621564c4272ed9e43eaff50a43456d93e;hp=c8362ff1eecb104217f53db2a76198e5701379ba;p=integration%2Ftest.git Update sg suite settings to match other suites Change-Id: I0e54d9bc0efbfd40c461670029f0bc61d41f700c Signed-off-by: Sam Hague --- diff --git a/csit/suites/openstack/NeutronSecurityGrp/Neutron_Security_Group.robot b/csit/suites/openstack/NeutronSecurityGrp/Neutron_Security_Group.robot index bdfa0af5d9..a61171cf5b 100644 --- a/csit/suites/openstack/NeutronSecurityGrp/Neutron_Security_Group.robot +++ b/csit/suites/openstack/NeutronSecurityGrp/Neutron_Security_Group.robot @@ -1,12 +1,16 @@ *** Settings *** Documentation Test Suite for Neutron Security Group -Suite Setup Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS} -Test Teardown Get Flows ${OS_COMPUTE_1_IP} ${OS_COMPUTE_2_IP} +Suite Setup BuiltIn.Run Keywords SetupUtils.Setup_Utils_For_Setup_And_Teardown +... AND DevstackUtils.Devstack Suite Setup +Suite Teardown Close All Connections +Test Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing +Test Teardown Get Test Teardown Debugs Library SSHLibrary Library OperatingSystem Library RequestsLibrary Library json Resource ../../../libraries/DevstackUtils.robot +Resource ../../../libraries/SetupUtils.robot Resource ../../../variables/Variables.robot *** Variables ***