Move topology files to "shared/topology" folder
1 files deleted
2 files renamed
5 files modified
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2006-2009 Sun Microsystems, Inc. |
| | | ! --> |
| | | <stax> |
| | | |
| | |
| | | file="'%s/testcases/replication/replication_setup.xml' |
| | | % (TESTS_DIR)"/> |
| | | <call function="'replication_setup'"> |
| | | { 'topologyFile' : '%s/config/replication/basic_topology.txt'\ |
| | | % TESTS_DIR, |
| | | { 'topologyFile' : '%s/basic_topology.txt' \ |
| | | % TESTS_TOPOLOGY_DIR, |
| | | 'dataFile' : 'Short_Example.ldif', |
| | | 'isolateLdapServers' : True, |
| | | 'enableDebugLogs' : False |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Copyright 2007-2009 Sun Microsystems, Inc. |
| | | ! --> |
| | | <stax> |
| | | |
| | |
| | | file="'%s/testcases/replication/replication_setup.xml' |
| | | % (TESTS_DIR)"/> |
| | | <call function="'replication_setup'"> |
| | | { 'topologyFile' : '%s/config/replication/3server_topology.txt'\ |
| | | % TESTS_DIR, |
| | | { 'topologyFile' : '%s/3server_topology.txt' \ |
| | | % TESTS_TOPOLOGY_DIR, |
| | | 'secureReplication': True, |
| | | 'dataFile' : 'Example.ldif' |
| | | } |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Copyright 2007-2009 Sun Microsystems, Inc. |
| | | ! --> |
| | | <stax> |
| | | |
| | |
| | | <import machine="STAF_LOCAL_HOSTNAME" |
| | | file="'%s/testcases/replication/replication_setup.xml' % (TESTS_DIR)"/> |
| | | <call function="'replication_setup'"> |
| | | { 'topologyFile' : '%s/config/replication/3server_topology.txt' % TESTS_DIR } |
| | | { 'topologyFile' : '%s/3server_topology.txt' % TESTS_TOPOLOGY_DIR } |
| | | </call> |
| | | |
| | | <script> |
| | |
| | | ! |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Copyright 2007-2009 Sun Microsystems, Inc. |
| | | ! --> |
| | | <stax> |
| | | |
| | |
| | | <function-map-args> |
| | | <function-arg-def name="topologyFile" |
| | | type="optional" |
| | | default="'%s/config/replication/basic_topology.txt' |
| | | % TESTS_DIR"> |
| | | default="'%s/basic_topology.txt' % TESTS_TOPOLOGY_DIR"> |
| | | <function-arg-description> |
| | | Pathname to file describing the topology. |
| | | </function-arg-description> |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # |
| | | # Copyright 2007-2008 Sun Microsystems, Inc. |
| | | # Copyright 2007-2009 Sun Microsystems, Inc. |
| | | |
| | | TEST_OS_STRING = '${os.name}' |
| | | TEST_JVM_STRING = '${java.version}(${sun.arch.data.model} bits)' |
| | |
| | | TESTS_DIR = '%s/functional-tests' % TESTS_ROOT |
| | | TESTS_SHARED_DIR = '%s/shared' % TESTS_DIR |
| | | TESTS_FUNCTIONS_DIR = '%s/shared/functions' % TESTS_ROOT |
| | | TESTS_DATA_DIR = '%s/data' % TESTS_SHARED_DIR |
| | | TESTS_JAVA_DIR = '%s/shared/java' % TESTS_ROOT |
| | | TESTS_TOPOLOGY_DIR = '%s/shared/topology' % TESTS_ROOT |
| | | DIRECTORY_INSTANCE_DN = '${opends.admin.dn}' |
| | | DIRECTORY_INSTANCE_PSWD = '${opends.admin.pwd}' |
| | | DIRECTORY_INSTANCE_BIN = '%s' % TMPDIR |