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

al_xipe
13.17.2006 77b6e08a502275c44033f2bc8ab10d857fc797d9
stub file to generate the appropriate testng definition fly at run time
1 files added
26 ■■■■■ changed files
opends/tests/integration-tests-testng/testng.xml.stubs 26 ●●●●● patch | view | raw | blame | history
opends/tests/integration-tests-testng/testng.xml.stubs
New file
@@ -0,0 +1,26 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="OpenDS"   verbose="1" >
  <test name="integration-tests">
    <parameter name="hostname" value="${host.name}"/>
    <parameter name="port" value="${port.ldap}"/>
    <parameter name="sport" value="${port.ssl}"/>
    <parameter name="bindDN" value="${bindDN}"/>
    <parameter name="bindPW" value="${password}"/>
    <parameter name="integration_test_home" value="${tests.build.dir}/org/opends/server/integration"/>
    <parameter name="logDir" value="${run.dir}/logs"/>
    <parameter name="dsee_home" value="${full.install.dir}"/>
    <parameter name="backupDir" value="${run.dir}/backup"/>
    <groups>
      <run>
        <include name="quickstart"/>
        <include name="bob"/>
        <include name="core"/>
        <include name="frontend"/>
        <include name="schema"/>
      </run>
    </groups>
    <packages>
      <package name="org.opends.server.integration.*" />
    </packages>
  </test>
</suite>