From 0365831e48e5d3381c133f6ce340c7d2708c13cf Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Tue, 2 Feb 2016 13:12:02 +0100 Subject: [PATCH] Remove FastFail from the CRUD suite The FastFail in the CRUD suite does not save much time and there are many testcases which don't depend on the previous ones. The CRUD suite without FastFail thus has potential to catch more bugs and catch them faster without wasting too much time. This is true for both, the clustered and the non-clustered versions of the CRUD suite so the FastFail is removed from both. Change-Id: Ie2bccab7a41127f6b0b8e7f4585ff24fa15e267e Signed-off-by: Jozef Behran --- csit/suites/netconf/CRUD/CRUD.robot | 3 +-- csit/suites/netconf/clustering/CRUD.robot | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/csit/suites/netconf/CRUD/CRUD.robot b/csit/suites/netconf/CRUD/CRUD.robot index 1579bc62a2..7e96a57bd5 100644 --- a/csit/suites/netconf/CRUD/CRUD.robot +++ b/csit/suites/netconf/CRUD/CRUD.robot @@ -12,8 +12,7 @@ Documentation netconf-connector CRUD test suite. ... data mounted onto a netconf connector and see if they work. 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 Collections Library RequestsLibrary Library OperatingSystem diff --git a/csit/suites/netconf/clustering/CRUD.robot b/csit/suites/netconf/clustering/CRUD.robot index f197d4dc26..0e2cb6cc03 100644 --- a/csit/suites/netconf/clustering/CRUD.robot +++ b/csit/suites/netconf/clustering/CRUD.robot @@ -34,8 +34,7 @@ Documentation netconf clustered CRUD test suite. ... it was left out. 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 Collections Library RequestsLibrary Library OperatingSystem -- 2.36.6