From 6348b2a95bdbe9e86e2132d0399a455ee55ee8f5 Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Mon, 25 Jan 2016 16:34:01 +0100 Subject: [PATCH] Do not use FailFast in MDSAL northbound test suite The MDSAL northbound tests each take only a few tenths of second to execute no matter whether passing or failing (unless things in ODL get awry) so there is no benefit from FailFast. Actually, the FailFast suite tends to mask bugs as the tests after the first failure won't run at all. So remove the FailFast support from the MDSAL northbound test suite. Change-Id: Ieae3cb87eee678b6e64c18c91cdb93849d4a2915 Signed-off-by: Jozef Behran --- csit/suites/netconf/MDSAL/northbound.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csit/suites/netconf/MDSAL/northbound.robot b/csit/suites/netconf/MDSAL/northbound.robot index 800db68d9d..87926f467c 100644 --- a/csit/suites/netconf/MDSAL/northbound.robot +++ b/csit/suites/netconf/MDSAL/northbound.robot @@ -23,8 +23,7 @@ Documentation Metconf MDSAL Northbound test suite. ... TODO: Change the 4 testcases to use unique message IDs. 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 Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing Library RequestsLibrary Library SSHLibrary Resource ${CURDIR}/../../../libraries/FailFast.robot -- 2.36.6