From 77b6e08a502275c44033f2bc8ab10d857fc797d9 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 13 Oct 2006 05:17:42 +0000
Subject: [PATCH] stub file to generate the appropriate testng definition fly at run time
---
opends/tests/integration-tests-testng/testng.xml.stubs | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/opends/tests/integration-tests-testng/testng.xml.stubs b/opends/tests/integration-tests-testng/testng.xml.stubs
new file mode 100644
index 0000000..3eb8383
--- /dev/null
+++ b/opends/tests/integration-tests-testng/testng.xml.stubs
@@ -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>
--
Gitblit v1.10.0