| | |
| | | |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/topology.xml' % (TESTS_FUNCTIONS_DIR)" /> |
| | | |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/signals.xml' % (TESTS_FUNCTIONS_DIR)" /> |
| | | |
| | | <!-- Load in any standard python libraries --> |
| | | <script> |
| | |
| | | from common import * |
| | | </script> |
| | | |
| | | <!-- Set the signal handlers --> |
| | | <call function="'signals'"/> |
| | | |
| | | <!-- Initialize any global variables --> |
| | | <script> |
| | | CurrentTestPath={} |
| | | </script> |
| | | |
| | | |
| | | <!--- The Functional Tests --> |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/testcases/setup/setup.xml' % (TESTS_DIR)" /> |
| | |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/testcases/security/security.xml' % (TESTS_DIR)" /> |
| | | <call function="'main_security'" /> |
| | | |
| | | |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/testcases/aci/aci.xml' % (TESTS_DIR)" /> |
| | | <call function="'main_aci'" /> |