Author: bdaw
Date: 2009-11-16 12:00:28 -0500 (Mon, 16 Nov 2009)
New Revision: 961
Modified:
idm/trunk/idm-testsuite/src/test/resources/datasources/directories.xml
Log:
- add OpenDS 1.2 and 2.0 to the testsuite
Modified: idm/trunk/idm-testsuite/src/test/resources/datasources/directories.xml
===================================================================
--- idm/trunk/idm-testsuite/src/test/resources/datasources/directories.xml 2009-11-16
16:48:56 UTC (rev 960)
+++ idm/trunk/idm-testsuite/src/test/resources/datasources/directories.xml 2009-11-16
17:00:28 UTC (rev 961)
@@ -38,6 +38,36 @@
<cleanup-dn>o=jbid,dc=example,dc=com</cleanup-dn>
</directory>
<directory>
+ <directory-name>OpenDS-2-0</directory-name>
+ <description>ldap://dev39.qa.atl.jboss.com:2389</description>
+ <!--identity configuration file-->
+ <config-file>test-identity-config.xml</config-file>
+ <host>dev39.qa.atl.jboss.com</host>
+ <port>2389</port>
+ <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+ <admin-dn>cn=Directory Manager</admin-dn>
+ <admin-password>password</admin-password>
+ <!--ldif from which LDAP will be populated before each test-->
+ <populate-ldif>ldap/initial-empty-opends.ldif</populate-ldif>
+ <!--DN that will be removed to perform cleanup after each test-->
+ <cleanup-dn>o=jbid,dc=example,dc=com</cleanup-dn>
+ </directory>
+ <directory>
+ <directory-name>OpenDS-1-2</directory-name>
+ <description>ldap://dev39.qa.atl.jboss.com:3389</description>
+ <!--identity configuration file-->
+ <config-file>test-identity-config.xml</config-file>
+ <host>dev39.qa.atl.jboss.com</host>
+ <port>3389</port>
+ <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+ <admin-dn>cn=Directory Manager</admin-dn>
+ <admin-password>password</admin-password>
+ <!--ldif from which LDAP will be populated before each test-->
+ <populate-ldif>ldap/initial-empty-opends.ldif</populate-ldif>
+ <!--DN that will be removed to perform cleanup after each test-->
+ <cleanup-dn>o=jbid,dc=example,dc=com</cleanup-dn>
+ </directory>
+ <directory>
<directory-name>SunDS</directory-name>
<description>ldap://dev39.qa.atl.jboss.com:1389</description>
<!--identity configuration file-->
Show replies by date