sbsv2/raptor/test/smoke_suite/whatcomp.py
branchwip
changeset 450 63f3bc391c14
parent 297 7029b5be2b15
equal deleted inserted replaced
449:a81dda3943ac 450:63f3bc391c14
    65 	t.mustmatch = mustmatch
    65 	t.mustmatch = mustmatch
    66 	t.mustnotmatch = mustnotmatch
    66 	t.mustnotmatch = mustnotmatch
    67 	t.warnings = warnings
    67 	t.warnings = warnings
    68 	t.run()
    68 	t.run()
    69 
    69 
    70 	t.id = "0106a"
    70 	t.id = "0106b"
    71 	t.name = "whatcomp_component_repeated"
    71 	t.name = "whatcomp_component_repeated"
    72 	t.description = """
    72 	t.description = """
    73 			It is possible for what information about a component to not be grouped
    73 			It is possible for what information about a component to not be grouped
    74 			(i.e. for multiple whatlogs tags relating to a single component to be 
    74 			(i.e. for multiple whatlogs tags relating to a single component to be 
    75 			interspersed with whatlog tags relating to other components).  
    75 			interspersed with whatlog tags relating to other components).  
    87 	t.mustnotmatch = []
    87 	t.mustnotmatch = []
    88 	t.warnings = 0
    88 	t.warnings = 0
    89 	t.run()
    89 	t.run()
    90 
    90 
    91 	t.id = "0106"
    91 	t.id = "0106"
       
    92 	t.name = "whatcomp"
    92 	t.print_result()
    93 	t.print_result()
    93 	return t
    94 	return t