aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/tools/presentation/generator_cpta.py3
1 files changed, 3 insertions, 0 deletions
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