X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_files.py;h=9ef6c0aef34d9d6b06c79c29c318ba2526b41b5f;hb=82a13664db8e18e12ccff542e24e5a0dbe2fbce4;hp=025fc181500eb1e7dcedbf6b16e4a0e177da446b;hpb=6420897309b9e677f9352e5bfee007b3421eb2c5;p=csit.git diff --git a/resources/tools/presentation/generator_files.py b/resources/tools/presentation/generator_files.py index 025fc18150..9ef6c0aef3 100644 --- a/resources/tools/presentation/generator_files.py +++ b/resources/tools/presentation/generator_files.py @@ -142,7 +142,7 @@ def file_details_split(file_spec, input_data, frmt=u"rst"): logging.error( f" No tables to include in {table_set}. Skipping." ) - return + continue logging.info(u" Creating the test data set...") tests = input_data.filter_data( @@ -153,7 +153,7 @@ def file_details_split(file_spec, input_data, frmt=u"rst"): continue_on_error=True ) if tests.empty: - return + continue tests = input_data.merge_data(tests) tests.sort_index(inplace=True) @@ -165,7 +165,7 @@ def file_details_split(file_spec, input_data, frmt=u"rst"): data_set=u"suites" ) if suites.empty: - return + continue suites = input_data.merge_data(suites) suites.sort_index(inplace=True) @@ -209,9 +209,6 @@ def file_details_split(file_spec, input_data, frmt=u"rst"): ) ) break - - print(chapters) - titles = { # VPP Perf, MRR u"container_memif": u"LXC/DRC Container Memif",