aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-09-11 11:55:13 +0200
committerTibor Frank <tifrank@cisco.com>2019-09-12 12:48:06 +0000
commitdd2b7fc16501f50d12e8330a7bdd541583e4419d (patch)
treeb7835e1892dfcb1a7f98c507bce504d09c1be99e /resources/tools/presentation/generator_tables.py
parent670f186c4e04d1f5487c365277017e2294a1fa21 (diff)
PAL: Add NFV reconf tests
Change-Id: I6fe36f05423c3c43081872153adf0f1a899381b6 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 5979e1020d4e41e08f1fe4e6d195a0a5bc020bb1)
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r--resources/tools/presentation/generator_tables.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 8e5d3102fd..0748c6f59c 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -136,13 +136,14 @@ def table_merged_details(table, input_data):
# Transform the data
logging.info(" Creating the data set for the {0} '{1}'.".
format(table.get("type", ""), table.get("title", "")))
- data = input_data.filter_data(table)
+ data = input_data.filter_data(table, continue_on_error=True)
data = input_data.merge_data(data)
data.sort_index(inplace=True)
logging.info(" Creating the data set for the {0} '{1}'.".
format(table.get("type", ""), table.get("title", "")))
- suites = input_data.filter_data(table, data_set="suites")
+ suites = input_data.filter_data(
+ table, continue_on_error=True, data_set="suites")
suites = input_data.merge_data(suites)
# Prepare the header of the tables