mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
18.22.2008 48e12ec78a178f795b258c2e90c77e7fa89b5eb8
opends/tests/system-tests/scenario/sample/sample.xml
@@ -34,14 +34,19 @@
        <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',