Loading robot2doc/create_sols.py +12 −3 Original line number Diff line number Diff line Loading @@ -22,18 +22,27 @@ indexes = { "SOL002" : 'sol_002_index.csv', "SOL003" : 'sol_003_index.csv', "SOL005" : 'sol_005_index.csv', "SOL009" : 'sol_009_index.csv', "SOL011" : 'sol_011_index.csv', "SOL012" : 'sol_012_index.csv' } templates = { "SOL002" : 'Tests-SOL002-VeVnfm_template.docx', "SOL003" : 'Tests-SOL003-OrVnfm_template.docx', "SOL005" : 'Tests-SOL005-OsMaNfvo_template.docx' "SOL005" : 'Tests-SOL005-OsMaNfvo_template.docx', "SOL009" : 'Tests-SOL009-NFV-MANO-mgmt_template.docx', "SOL011" : 'Tests-SOL011-OrOr_template.docx', "SOL012" : 'Tests-SOL012-NFV-MANO-Policy-mgmt_template.docx' } outnames = { "SOL002" : 'Tests-SOL002-VeVnfm.docx', "SOL003" : 'Tests-SOL003-OrVnfm.docx', "SOL005" : 'Tests-SOL005-OsMaNfvo.docx', "SOL009" : 'Tests-SOL009-NFV-MANO-mgmt.docx', "SOL011" : 'Tests-SOL011-OrOr.docx', "SOL012" : 'Tests-SOL012-NFV-MANO-Policy-mgmt.docx', } def is_interface_heading(ref): Loading Loading @@ -198,7 +207,7 @@ if __name__ == "__main__": print("Generating entire SOL tests") sol_specs = ["SOL002", "SOL003", "SOL005"] sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"] for solspec in sol_specs: spec_index = load_spec_index(ROOT, solspec) Loading Loading
robot2doc/create_sols.py +12 −3 Original line number Diff line number Diff line Loading @@ -22,18 +22,27 @@ indexes = { "SOL002" : 'sol_002_index.csv', "SOL003" : 'sol_003_index.csv', "SOL005" : 'sol_005_index.csv', "SOL009" : 'sol_009_index.csv', "SOL011" : 'sol_011_index.csv', "SOL012" : 'sol_012_index.csv' } templates = { "SOL002" : 'Tests-SOL002-VeVnfm_template.docx', "SOL003" : 'Tests-SOL003-OrVnfm_template.docx', "SOL005" : 'Tests-SOL005-OsMaNfvo_template.docx' "SOL005" : 'Tests-SOL005-OsMaNfvo_template.docx', "SOL009" : 'Tests-SOL009-NFV-MANO-mgmt_template.docx', "SOL011" : 'Tests-SOL011-OrOr_template.docx', "SOL012" : 'Tests-SOL012-NFV-MANO-Policy-mgmt_template.docx' } outnames = { "SOL002" : 'Tests-SOL002-VeVnfm.docx', "SOL003" : 'Tests-SOL003-OrVnfm.docx', "SOL005" : 'Tests-SOL005-OsMaNfvo.docx', "SOL009" : 'Tests-SOL009-NFV-MANO-mgmt.docx', "SOL011" : 'Tests-SOL011-OrOr.docx', "SOL012" : 'Tests-SOL012-NFV-MANO-Policy-mgmt.docx', } def is_interface_heading(ref): Loading Loading @@ -198,7 +207,7 @@ if __name__ == "__main__": print("Generating entire SOL tests") sol_specs = ["SOL002", "SOL003", "SOL005"] sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"] for solspec in sol_specs: spec_index = load_spec_index(ROOT, solspec) Loading