mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
18.02.2008 6e03c0959cc4f1537a0f8c160e9885deea21bcee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# 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-2008 Sun Microsystems, Inc.
 
temp.dir=${project.home}${file.separator}tests${file.separator}staf-tests${file.separator}temp
 
# Global section - top
host.name=localhost
# Global section - bottom
 
# Staf section - top
staf.home=${temp.dir}${file.separator}functional-run
staf.installer.dir=${basedir}${file.separator}shared${file.separator}staf
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=functional-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
bits.http.archive=HTTPV300Beta13.zip
## where to download tomcat bits before install
bits.webcontainer.download.dir=${staf.home}${file.separator}staf-bits
bits.tomcat.download.url=http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin
bits.tomcat.archive=apache-tomcat-6.0.14.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}${file.separator}functional-tests
tests.run.dir=${staf.home}${file.separator}run
tests.config.dir=${tests.dir}${file.separator}config
tests.config.file=config.py
tests.config.stubs=${basedir}${file.separator}shared${file.separator}tests${file.separator}${tests.config.file}.stubs
tests.config=${tests.config.dir}${file.separator}${tests.config.file}
tests.config.backup=${tests.config}.orig
tests.xml=${basedir}${file.separator}shared${file.separator}tests${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=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.custom=${test.plan.dir}/run-custom-suites.dat
test.plan.default=${test.plan.dir}/run-default-suites.dat
# test plan customization - bottom