From: Luis Gomez Date: Fri, 2 Sep 2016 16:54:17 +0000 (-0700) Subject: Ignore any ERROR in JVM plots X-Git-Tag: release/boron~53 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=fe6bf07479c7a688435973b5beb7c5f48763d98f;p=integration%2Ftest.git Ignore any ERROR in JVM plots Lately I see some sporadic failure in JVM plots. These ERRORs should not impact test suite. Change-Id: I807e43d6f643d773cd129c4cd8912fa66afead73 Signed-off-by: Luis Gomez --- diff --git a/csit/suites/integration/Create_JVM_Plots.robot b/csit/suites/integration/Create_JVM_Plots.robot index a0175d7d77..8921066591 100644 --- a/csit/suites/integration/Create_JVM_Plots.robot +++ b/csit/suites/integration/Create_JVM_Plots.robot @@ -4,4 +4,4 @@ Resource ${CURDIR}/../../libraries/CheckJVMResource.robot *** Test Cases *** Create JVM Plots - CheckJVMResource.Create JVM Plots + BuiltIn.Run Keyword And Ignore Error CheckJVMResource.Create JVM Plots