Report: Compare NICs tables 40/16940/1
authorTibor Frank <tifrank@cisco.com>
Mon, 21 Jan 2019 15:43:22 +0000 (16:43 +0100)
committerTibor Frank <tifrank@cisco.com>
Mon, 21 Jan 2019 15:43:22 +0000 (16:43 +0100)
 - Change logging level from warning to debug.

Change-Id: I644bdf3a5d13a45a7835c8181ca95d63ff762233
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_tables.py

index 41dfb94..e8f1c2e 100644 (file)
@@ -486,8 +486,8 @@ def table_nics_comparison(table, input_data):
                         elif table["compare"]["nic"] in tst_data["tags"]:
                             tbl_dict[tst_name_mod]["cmp-data"].append(result)
                 except (TypeError, KeyError) as err:
-                    logging.warning("No data for {0}".format(tst_name))
-                    logging.warning(repr(err))
+                    logging.debug("No data for {0}".format(tst_name))
+                    logging.debug(repr(err))
                     # No data in output.xml for this test
 
     tbl_lst = list()