# CDDL HEADER START
|
#
|
# The contents of this file are subject to the terms of the
|
# Common Development and Distribution License, Version 1.0 only
|
# (the "License"). You may not use this file except in compliance
|
# with the License.
|
#
|
# You can obtain a copy of the license at
|
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
|
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
|
# See the License for the specific language governing permissions
|
# and limitations under the License.
|
#
|
# When distributing Covered Code, include this CDDL HEADER in each
|
# file and include the License file at
|
# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
|
# add the following below this CDDL HEADER, with the fields enclosed
|
# information:
|
# Portions Copyright [yyyy] [name of copyright owner]
|
#
|
# CDDL HEADER END
|
#
|
#
|
# Copyright 2007-2010 Sun Microsystems, Inc.
|
# Portions Copyright 2011 ForgeRock AS
|
|
|
######
|
## These values can be overrided using the user.properties file
|
######
|
|
# Repository section
|
repository.dir=${basedir}/temp/repository
|
|
# Archives section
|
staf.default=true
|
staf.url=http://prdownloads.sourceforge.net/sourceforge/staf
|
staf.version=345
|
staf.port=6500
|
stax.version=345
|
email.version=335
|
event.version=314
|
eventmanager.version=338
|
http.version=302
|
|
wc.type=tomcat
|
tomcat.version=6.0.32
|
glassfish.version=v3
|
sunwebserver.url=
|
sunwebserver.version=7_0u6
|
|
# Proxy section
|
proxy.enabled=false
|
proxy.host=
|
proxy.port=
|
proxy.user=
|
proxy.pass=
|
|
# Email section
|
email.enabled=false
|
email.to=
|
email.server.host=emailhost
|
email.server.port=25
|
|
|
######
|
## These values can be overrided using the tests-XXX-XXX.properties file
|
######
|
|
# Shared folder
|
shared.dir=${basedir}/shared
|
|
# Hostname section
|
local.hostname=${host.name}
|
remote.hostname=${host.name}
|
client.hostname=${host.name}
|
|
# Log directory section
|
logs.dir=${basedir}/temp/logs
|
|
# OpenDS section
|
default.opends.dir=${project.home}/build/package
|
default.opends.name=${product.short.name}
|
opends.dir=${default.opends.dir}
|
opends.name=${default.opends.name}
|
|
# Java section
|
java.path=${java.home}/..
|
local.javahome=${java.home}/..
|
remote.javahome=${java.home}/..
|
|
# STAF section
|
staf.shared.dir=${shared.dir}/staf
|
staf.config.stubs=${staf.shared.dir}/staf-${staf.type}.cfg
|
|
# Tests section
|
tests.default=true
|
tests.tmp.dir=${basedir}/temp/instance
|
tests.dir=${basedir}/${tests.type}
|
tests.shared.dir=${shared.dir}/tests
|
tests.config.stubs=${tests.shared.dir}/config.py.stubs
|
tests.topology.dir=${shared.dir}/topology
|
tests.xml=${tests.shared.dir}/runTestJob.xml
|
instance.bin=${tests.tmp.dir}
|
instance.dir=${tests.tmp.dir}
|
opends.port.ldap=1389
|
opends.port.admin=4444
|
opends.port.ldaps=1636
|
opends.admin.dn=cn=myself
|
opends.admin.pwd=password
|
snmp.opendmk.lib.dir=
|
ldclt.dir=
|
temp.dir=/tmp
|
test.plan.custom=
|
test.plan.functional.default=aci,backends,clu,clu_secure,core,dsconfig,dsml,fractional-replication,groups,i18n,indexes,logging,monitoring,plugins,privileges,replication,schema,security,setup,snmp,tasks,virtualAttributes,replication-safe-data,replication-safe-read
|
test.plan.stress.default=import_ldif,ldap_operation,replication
|
verbose.mode=false
|
|
product.name=OpenDS Directory Server
|
logs.uri=file://
|
tests.os.string=${os.name}
|
tests.jvm.string=${java.version}(${sun.arch.data.model} bits)
|
original.archive=${default.opends.dir}/${default.opends.name}.zip
|
replication.split=
|
replication.eclmode=
|