From 7f05e4ea488144ba8bdecbed0aaa853a6d001a38 Mon Sep 17 00:00:00 2001 From: Pavel Aharoni Date: Sun, 14 May 2017 17:56:49 +0300 Subject: [SDC-20] fix sdc csar for tosca parser dev2dev Change-Id: I7ea8c3a9cc29be93c5cf6fb79b2b3dc23fb0bb0a Signed-off-by: Pavel Aharoni --- .../src/main/java/org/openecomp/test/CsarToscaTester.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdc-distribution-ci/src/main/java/org/openecomp') diff --git a/sdc-distribution-ci/src/main/java/org/openecomp/test/CsarToscaTester.java b/sdc-distribution-ci/src/main/java/org/openecomp/test/CsarToscaTester.java index 404f6d2..068ef24 100644 --- a/sdc-distribution-ci/src/main/java/org/openecomp/test/CsarToscaTester.java +++ b/sdc-distribution-ci/src/main/java/org/openecomp/test/CsarToscaTester.java @@ -40,9 +40,9 @@ public class CsarToscaTester { List vflist = csarHelper.getServiceVfList(); List inputs = csarHelper.getServiceInputs(); List exceptionReport = ExceptionCollector.getCriticalsReport(); - System.out.println("CRITICALS during CSAR parsing are: " + (exceptionReport != null ? exceptionReport.toString() : "none")); + //System.out.println("CRITICALS during CSAR parsing are: " + (exceptionReport != null ? exceptionReport.toString() : "none")); List warningsReport = ExceptionCollector.getWarningsReport(); - System.out.println("WARNINGS during CSAR parsing are: " + (warningsReport != null ? warningsReport.toString() : "none")); + //System.out.println("WARNINGS during CSAR parsing are: " + (warningsReport != null ? warningsReport.toString() : "none")); if (!exceptionReport.isEmpty()) { -- cgit 1.2.3-korg