|
|
@ -1,3 +1,10 @@ |
|
|
|
#!/usr/bin/python |
|
|
|
# program to execute automatically programs for a testsuite |
|
|
|
# PARAM: --environment --application --tsdir [ testsuite, tstime ] --step |
|
|
|
# main functions |
|
|
|
# + execute_step() : testspec --> tdata.steps --> call( init_testsuite/testcase(), |
|
|
|
# execute_testcase/testsuite(), collect_testcase/testsuite(), compare_testcase(), finish_testsuite() ) |
|
|
|
# --------------------------------------------------- |
|
|
|
from datetime import datetime |
|
|
|
import traceback |
|
|
|
import basic.program |
|
|
|