From: Tibor Frank Date: Wed, 12 Aug 2020 13:15:29 +0000 (+0200) Subject: Trending: NFV Tests X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=f0a4ac6b0e3bb8c0f9eefaee15e672687251a3ba Trending: NFV Tests Change-Id: I882c0af852a9e556df3c748164360cdbc336d654 Signed-off-by: Tibor Frank --- diff --git a/resources/tools/presentation/generator_cpta.py b/resources/tools/presentation/generator_cpta.py index 47e934ec33..262fc458b7 100644 --- a/resources/tools/presentation/generator_cpta.py +++ b/resources/tools/presentation/generator_cpta.py @@ -458,6 +458,9 @@ def _generate_all_charts(spec, input_data): visible = list() for tag in group: for tst_name, test_data in chart_data.items(): + logging.info(tst_name) + logging.info(tst_data) + logging.info(u"---------------------------------------") if not test_data: logging.warning(f"No data for the test {tst_name}") continue