staf-installer.properties revision d81978a0815d5b8a75633c35e3e1f8708d36f017
# Global section - top
host.name=localhost
# Global section - bottom
# Staf section - top
staf.home=${project.home}${file.separator}tests${file.separator}stress-run
staf.installer.dir=${basedir}${file.separator}staf-installer
staf.install.dir=${staf.home}${file.separator}staf
staf.bin.dir=${staf.install.dir}${file.separator}bin
staf.config.dir=${staf.home}${file.separator}config
staf.config.file=stress-tests.cfg
staf.config=${staf.config.dir}${file.separator}${staf.config.file}
staf.config.stubs=${staf.installer.dir}${file.separator}${staf.config.file}
staf.tmp.dir=${staf.home}${file.separator}tmp
staf.logs.dir=${staf.home}${file.separator}logs
#
staf.email.send=false
staf.email.to=
daily.build.time=213000
daily.build.url=http://www.opends.org/daily-builds/
## 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.port=${staf.port.default}
# 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.enabled=n
email.to=${user.name}@${host.name}
email.from=${user.name}@${host.name}
email.server.host=${host.name}
email.server.port=25
email.server.user=
email.server.pwd=
# email section - bottom
# Downloader section - top
## where to download the staf bits before install
bits.download.dir=${staf.home}${file.separator}staf-bits
bits.download.url=http://superb-east.dl.sourceforge.net/sourceforge/staf
bits.email.archive=EmailV320.zip
bits.event.archive=EventV310.zip
bits.eventmanager.archive=EventManagerV322.zip
bits.stax.archive=STAXV321.zip
# Downloader section - bottom
# Proxy section - top
## set to match your own proxy if any
proxy.host=webcache.central.sun.com
proxy.port=8080
proxy.user=
proxy.pass=
# Proxy section - bottom
# Tests section - top
tests.dir=${basedir}
tests.run.dir=${staf.home}${file.separator}run
tests.config.dir=${tests.dir}${file.separator}config
tests.config.file=config.py
tests.config.stubs=${staf.installer.dir}${file.separator}${tests.config.file}.stubs
tests.config=${tests.config.dir}${file.separator}${tests.config.file}
tests.config.backup=${tests.config}.orig
tests.python=${tests.dir}${file.separator}..${file.separator}shared${file.separator}python${file.separator}security.py
tests.xml=${tests.dir}${file.separator}testcases${file.separator}runTestJob.xml
# 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.custom=${test.plan.dir}/run-custom-suites.dat
test.plan.default=${test.plan.dir}/run-default-suites.dat
# test plan customization - bottom