aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-08-12 15:15:29 +0200
committerTibor Frank <tifrank@cisco.com>2020-08-12 15:17:14 +0200
commitf0a4ac6b0e3bb8c0f9eefaee15e672687251a3ba (patch)
tree6680b45a872918578fd80f0f7113f81502104119 /resources
parent4958ed9edcc23de1e81860d07ca700f8c4521342 (diff)
Trending: NFV Tests
Change-Id: I882c0af852a9e556df3c748164360cdbc336d654 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-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