staf-installer.properties revision 7fc74a0e51a169f90022672cd3125704ace4fd44
# 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
# 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-2008 Sun Microsystems, Inc.
# Global section - top
host.name=localhost
# Global section - bottom
# Staf section - top
#
staf.email.send=false
daily.build.time=213000
## TCP port on which to configure staf to listen
## leave as is unless this port is already in use on your test machine
staf.port.default=6500
# Staf section - bottom
#opends section - top
opends.port.ldap=1389
opends.port.ldaps=1636
opends.port.jmx=1689
opends.admin.dn=cn=myself
opends.admin.pwd=password
# opends section - bottom
# email section - top
# email section - bottom
# Downloader section - top
## where to download the staf bits before install
## where to download tomcat bits before install
# Downloader section - bottom
# Proxy section - top
## set to match your own proxy if any
proxy.port=8080
# Proxy section - bottom
# Tests section - top
tests.dir=${basedir}${file.separator}functional-tests
tests.config.stubs=${basedir}${file.separator}shared${file.separator}tests${file.separator}${tests.config.file}.stubs
tests.config.backup=${tests.config}.orig
# Tests section - bottom
# test plan customization - top <property name="test.plan.file" value="${basedir}/testcases/run-custom-suites.dat" />
test.plan.list=sample,security,aci,clu,privileges,dsconfig,backends,core,schema,replication,indexes,groups,logging,plugins,tasks,virtualAttributes,monitoring,dsml,setup,snmp,i18n
test.plan.dir=functional-tests${file.separator}testcases
# test plan customization - bottom