Remove FastFail from the CRUD suite 89/33889/2
authorJozef Behran <jbehran@cisco.com>
Tue, 2 Feb 2016 12:12:02 +0000 (13:12 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 2 Feb 2016 14:28:18 +0000 (14:28 +0000)
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 <jbehran@cisco.com>
csit/suites/netconf/CRUD/CRUD.robot
csit/suites/netconf/clustering/CRUD.robot

index 1579bc62a2101fc4f4918d1768075c105069a68f..7e96a57bd52da3321943a27cf261c4b2f4b2c54a 100644 (file)
@@ -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
index f197d4dc26e3612ade055171d882bc2b43fce2a4..0e2cb6cc03bebc605afa832e0f5e3ae74fbbc5ac 100644 (file)
@@ -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