Commit 02456557 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Updates to compile TST-010 3.3.1 to include SOL009, SOL011 and SOL012 tests

parent 099221eb
Loading
Loading
Loading
Loading
+24.4 KiB

File added.

No diff preview for this file type.

+24.4 KiB

File added.

No diff preview for this file type.

+24.4 KiB

File added.

No diff preview for this file type.

+12 −3
Original line number Diff line number Diff line
@@ -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):
@@ -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)