From: Jozef Behran Date: Mon, 22 Feb 2016 13:55:59 +0000 (+0100) Subject: Fix outdated FailFast teardown usage X-Git-Tag: release/beryllium-sr1~64 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=fa83e05d7ecea0dfc6859ec7606d875e99191377 Fix outdated FailFast teardown usage Change-Id: I6708bbe023654a7d3ec49f30874e244801e796c7 Signed-off-by: Jozef Behran --- diff --git a/csit/suites/netconf/restperfclient/performance.robot b/csit/suites/netconf/restperfclient/performance.robot index e3093c1314..71199a47f3 100644 --- a/csit/suites/netconf/restperfclient/performance.robot +++ b/csit/suites/netconf/restperfclient/performance.robot @@ -18,13 +18,12 @@ Documentation netconf-restperfclient Update performance test suite. Suite Setup Setup_Everything Suite Teardown Teardown_Everything Test Setup SetupUtils.Setup_Test_With_Logging_And_Fast_Failing -Test Teardown FailFast.Start_Failing_Fast_If_This_Failed +Test Teardown SetupUtils.Teardown_Test_Show_Bugs_And_Start_Fast_Failing_If_Test_Failed Library Collections Library RequestsLibrary Library OperatingSystem Library String Library SSHLibrary timeout=10s -Resource ${CURDIR}/../../../libraries/FailFast.robot Resource ${CURDIR}/../../../libraries/KarafKeywords.robot Resource ${CURDIR}/../../../libraries/NetconfKeywords.robot Resource ${CURDIR}/../../../libraries/NetconfViaRestconf.robot