staf-installer.properties revision d81978a0815d5b8a75633c35e3e1f8708d36f017
# Global section - top
host.name=localhost
# Global section - bottom
# Staf section - top
staf.installer.dir=${basedir}${file.separator}staf-installer
#
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
# 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}
tests.config.backup=${tests.config}.orig
tests.python=${tests.dir}${file.separator}..${file.separator}shared${file.separator}python${file.separator}security.py
# Tests section - bottom
# test plan customization - top <property name="test.plan.file" value="${basedir}/testcases/run-custom-suites.dat" />
test.plan.list=main_import_ldif
test.plan.dir=testcases
# test plan customization - bottom