Remove redundant Get OvsDebugInfo 16/65916/2
authorSam Hague <shague@redhat.com>
Mon, 27 Nov 2017 02:18:31 +0000 (21:18 -0500)
committerSam Hague <shague@redhat.com>
Mon, 27 Nov 2017 02:26:00 +0000 (21:26 -0500)
Change-Id: I91dfe75be27e31d3a562c5b6a28816ca78b5dcb3
Signed-off-by: Sam Hague <shague@redhat.com>
csit/suites/netvirt/vpnservice/vpn_basic_ipv6.robot
csit/suites/openstack/securitygroup/neutron_security_group.robot

index d2ae2f5b3edbf06f80aca03581d3553fe51544a6..1c3406430aebc93cb262f7f7087d8828bbd75e98 100644 (file)
@@ -6,7 +6,6 @@ Suite Setup       BuiltIn.Run Keywords    OpenStackOperations.Get OvsDebugInfo
 ...               AND    VpnOperations.Basic Vpnservice Suite Setup
 ...               AND    OpenStackOperations.Get OvsDebugInfo
 Suite Teardown    SSHLibrary.Close All Connections
-...               AND    OpenStackOperations.Get OvsDebugInfo
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
 Test Teardown     OpenStackOperations.Get Test Teardown Debugs
 Library           OperatingSystem
index b077912dfaa889195513fb2857ef0b65da6e5991..c60329b12ad8265499c6e363fbf7b1ec611ea734 100644 (file)
@@ -75,7 +75,7 @@ TC04_Create Security Rule with port_range_max = -1
 
 Cleanup
     @{vms} =    BuiltIn.Create List
-    @{sgs} = BuiltIn.Create List    ${SG_UPDATED}    @{SGS}
+    @{sgs} =    BuiltIn.Create List    ${SG_UPDATED}    @{SGS}
     OpenStackOperations.Neutron Cleanup    ${vms}    ${NETWORKS}    ${SUBNETS}    ${PORTS}    ${sgs}
 
 *** Keywords ***