| | |
| | | <defaultcall function="main_snmp"/> |
| | | |
| | | <function name="main_snmp" scope="local"> |
| | | |
| | | <function-list-args> |
| | | <function-required-arg name="STAXParentID"/> |
| | | </function-list-args> |
| | |
| | | |
| | | <sequence> |
| | | |
| | | <message log="1" level="'Info'">'STAXParentID= %s' % STAXParentID</message> |
| | | |
| | | <!--- Load the job environment for the test group execution --> |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" /> |
| | | file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR"/> |
| | | <call function="'loadJobEnvironment'"> |
| | | { 'parent' : STAXParentID } |
| | | { 'parent' : STAXParentID } |
| | | </call> |
| | | |
| | | <!--- Test Group information |