| | |
| | | <defaultcall function="main_setup"/> |
| | | |
| | | <function name="main_setup"> |
| | | |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | | <sequence> |
| | | |
| | | <block name="'setup'"> |
| | | <sequence> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | <!--- Test Group information |
| | | #@TestGroupName Setup tests |
| | | #@TestGroupPurpose Test the tools commands. |