Update sg suite settings to match other suites 87/60387/2
authorSam Hague <shague@redhat.com>
Fri, 14 Jul 2017 16:04:21 +0000 (12:04 -0400)
committerSam Hague <shague@redhat.com>
Fri, 14 Jul 2017 21:33:51 +0000 (17:33 -0400)
Change-Id: I0e54d9bc0efbfd40c461670029f0bc61d41f700c
Signed-off-by: Sam Hague <shague@redhat.com>
csit/suites/openstack/NeutronSecurityGrp/Neutron_Security_Group.robot

index bdfa0af5d9b07b6cb71a2c69002be6cb9dd46a20..a61171cf5b2ab2027d5d29a643cd5c0dd3164a27 100644 (file)
@@ -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 ***