Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1d3fee4
)
Report: Compare NICs tables
41/16941/1
author
Tibor Frank
<
[email protected]
>
Mon, 21 Jan 2019 15:43:22 +0000
(16:43 +0100)
committer
Tibor Frank
<
[email protected]
>
Mon, 21 Jan 2019 15:44:55 +0000
(15:44 +0000)
- Change logging level from warning to debug.
Change-Id: I644bdf3a5d13a45a7835c8181ca95d63ff762233
Signed-off-by: Tibor Frank <
[email protected]
>
(cherry picked from commit
4c2c9a6d24ee27fc27427ba3b3c8f1c320c91cca
)
resources/tools/presentation/generator_tables.py
patch
|
blob
|
history
diff --git
a/resources/tools/presentation/generator_tables.py
b/resources/tools/presentation/generator_tables.py
index
41dfb94
..
e8f1c2e
100644
(file)
--- a/
resources/tools/presentation/generator_tables.py
+++ b/
resources/tools/presentation/generator_tables.py
@@
-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.
warnin
g("No data for {0}".format(tst_name))
- logging.
warnin
g(repr(err))
+ logging.
debu
g("No data for {0}".format(tst_name))
+ logging.
debu
g(repr(err))
# No data in output.xml for this test
tbl_lst = list()