blob: ef3e4521282f6476f896edc3b3126d9d9505deb9 (
plain)
1
2
3
4
5
|
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 ?
|