From: Jozef Behran Date: Mon, 25 Jan 2016 15:34:01 +0000 (+0100) Subject: Do not use FailFast in MDSAL northbound test suite X-Git-Tag: release/beryllium-sr1~191 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6348b2a95bdbe9e86e2132d0399a455ee55ee8f5;hp=c221ad597ccd2cd2fedd9ab30744608c725a653b;p=integration%2Ftest.git 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 --- 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