diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-08-12 15:15:29 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-08-12 15:17:14 +0200 |
commit | f0a4ac6b0e3bb8c0f9eefaee15e672687251a3ba (patch) | |
tree | 6680b45a872918578fd80f0f7113f81502104119 | |
parent | 4958ed9edcc23de1e81860d07ca700f8c4521342 (diff) |
Trending: NFV Tests
Change-Id: I882c0af852a9e556df3c748164360cdbc336d654
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | resources/tools/presentation/generator_cpta.py | 3 |
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 |