diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-27 10:21:28 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-27 10:21:28 +0200 |
commit | 06027cf4a33ff75146cbf5e91b029dc801158797 (patch) | |
tree | 6cc0d7d313b7123fd4c2a2bca3e29d4d35bcfbb3 /resources/tools/presentation/generator_tables.py | |
parent | 021ff1a582f69438f3aa81b1e2d4879ef0ab2952 (diff) |
Report: Add CentOS func tests
Change-Id: Id8e08778f199535cec013d08c0b4ab51e51e5d27
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 57ca6caad1..0b92db6991 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -791,14 +791,6 @@ def table_performance_trending_dashboard(table, input_data): # Test name: name = tbl_dict[tst_name]["name"] - logging.info("{}".format(name)) - logging.info("pd_data : {}".format(pd_data)) - logging.info("data_t : {}".format(data_t)) - logging.info("median_t : {}".format(median_t)) - logging.info("last_median_t : {}".format(last_median_t)) - logging.info("median_t_14 : {}".format(median_t_14)) - logging.info("max_median : {}".format(max_median)) - # Classification list: classification_lst = list() for build_nr, value in pd_data.iteritems(): |