Use Run Keywords for multiple keywords in teardown 91/65591/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 16 Nov 2017 00:02:06 +0000 (16:02 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 16 Nov 2017 19:09:21 +0000 (19:09 +0000)
this was broken recently, when wanting to split out
the amount of data models we collect in our non-sfc
suite.

Change-Id: I5d4bf4751a27b00c01a7bd375c49013d66a6aebd
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/openstack/extensions/sfc.robot

index e64eb713fed84bdde29ae599e0bd6a3727569a04..f6c6c4a61d5aff414dd0bb3e26333d1b0d972f57 100644 (file)
@@ -5,7 +5,7 @@ Suite Setup       BuiltIn.Run Keywords    SetupUtils.Setup_Utils_For_Setup_And_T
 Suite Teardown    BuiltIn.Run Keywords    Delete Configurations
 ...               AND    Close All Connections
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
-Test Teardown     Get Test Teardown Debugs
+Test Teardown     BuiltIn.Run Keywords    Get Test Teardown Debugs
 ...               AND    Get Test Teardown Debugs For SFC
 Library           SSHLibrary
 Library           OperatingSystem