| | |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/phases/main_run.xml' % (TESTS_DIR)"/> |
| | | |
| | | <!-- ********************************************************* --> |
| | | <!-- **************** README *************** --> |
| | | <!-- directoryName must have the name of the current directory --> |
| | | <!-- pre and post configuration files are stax code based, these |
| | | files allow you to configure the products as you want !--> |
| | | <!-- ********************************************************* --> |
| | | <script> |
| | | dirName = 'sample' |
| | | CONF_FILE = '%s/scenario/%s/conf.xml' % (TESTS_DIR,dirName) |
| | | fConf = '%s/scenario/%s/conf.xml' % (TESTS_DIR,dirName) |
| | | </script> |
| | | <call function="'main_run'"> |
| | | { |
| | | 'configurationFile': CONF_FILE, |
| | | 'configurationFile': fConf, |
| | | 'runInstallation' : 'true', |
| | | 'runGenerateLdif' : 'true', |
| | | 'runConfiguration' : 'true', |