From: Jozef Behran Date: Tue, 23 Feb 2016 12:04:05 +0000 (+0100) Subject: Fix Netconf scaling suites not reporting test cases to karaf.log X-Git-Tag: release/beryllium-sr1~55 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=61a8da7890252940305763b44f75c4330e6457d7 Fix Netconf scaling suites not reporting test cases to karaf.log Change-Id: Ia797313aeeb85ab9d0e3780699570e027294e5ed Signed-off-by: Jozef Behran --- diff --git a/csit/suites/netconf/scale/getmulti.robot b/csit/suites/netconf/scale/getmulti.robot index b9eb4f67d9..6e4e8ba095 100644 --- a/csit/suites/netconf/scale/getmulti.robot +++ b/csit/suites/netconf/scale/getmulti.robot @@ -16,6 +16,7 @@ Documentation netconf-connector scaling test suite (multi-threaded GET reque ... - Deconfigure the devices one by one. Suite Setup Setup_Everything Suite Teardown Teardown_Everything +Test Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing Library Collections Library String Library SSHLibrary timeout=10s diff --git a/csit/suites/netconf/scale/getsingle.robot b/csit/suites/netconf/scale/getsingle.robot index c00425fc6e..ac9186cdef 100644 --- a/csit/suites/netconf/scale/getsingle.robot +++ b/csit/suites/netconf/scale/getsingle.robot @@ -14,6 +14,7 @@ Documentation netconf-connector scaling test suite (single-threaded GET requ ... - Deconfiguring devices one by one. Suite Setup Setup_Everything Suite Teardown Teardown_Everything +Test Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing Library RequestsLibrary Library SSHLibrary timeout=10s Resource ${CURDIR}/../../../libraries/KarafKeywords.robot