blob: e726eccf9e7ea625a8225e21cd8c10978e63e4de (
plain)
1
2
3
4
5
6
|
TET_OUTPUT_CAPTURE=True # capturing execution or not
TET_EXEC_TOOL= # ex) exec : execution tool set up/ Optional
TET_EXEC_FILE= # ex) exectool : execution file/ Optional
TET_API_COMPLIANT=True # Test case or Tool usesTET API?
TET_PASS_TC_NAME=True # showing Passed TC name ?
|