From 62b1dd19c50cdaf5ad9849bf114dd888a786846f Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Fri, 18 Jan 2008 17:00:10 +0000
Subject: [PATCH] Change installation path of server used for replication

---
 opends/tests/functional-tests/config/replication/basic_topology.txt   |   29 +++++++++++++++++++++++++++--
 opends/tests/functional-tests/config/replication/3server_topology.txt |   31 ++++++++++++++++++++++++++++---
 2 files changed, 55 insertions(+), 5 deletions(-)

diff --git a/opends/tests/functional-tests/config/replication/3server_topology.txt b/opends/tests/functional-tests/config/replication/3server_topology.txt
index a9a0007..08ba658 100644
--- a/opends/tests/functional-tests/config/replication/3server_topology.txt
+++ b/opends/tests/functional-tests/config/replication/3server_topology.txt
@@ -1,5 +1,30 @@
+# 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
+#
+#
+#      Portions Copyright 2007-2008 Sun Microsystems, Inc.
+#
 Hostname: localhost
-Directory: /tmp/opends-synchro-tests/server1
+Directory: /var/tmp/opends-synchro-tests/server1
 Port: 11389
 Sslport: 11636
 Jmxport: 11689
@@ -13,7 +38,7 @@
 ChangelogServer: localhost:33333
 
 Hostname: localhost
-Directory: /tmp/opends-synchro-tests/server2
+Directory: /var/tmp/opends-synchro-tests/server2
 Port: 22389
 Sslport: 22636
 Jmxport: 22689
@@ -27,7 +52,7 @@
 ChangelogServer: localhost:33333
 
 Hostname: localhost
-Directory: /tmp/opends-synchro-tests/server3
+Directory: /var/tmp/opends-synchro-tests/server3
 Port: 33389
 Sslport: 33636
 Jmxport: 33689
diff --git a/opends/tests/functional-tests/config/replication/basic_topology.txt b/opends/tests/functional-tests/config/replication/basic_topology.txt
index 916500e..270ed64 100644
--- a/opends/tests/functional-tests/config/replication/basic_topology.txt
+++ b/opends/tests/functional-tests/config/replication/basic_topology.txt
@@ -1,5 +1,30 @@
+# 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
+#
+#
+#      Portions Copyright 2007-2008 Sun Microsystems, Inc.
+#
 Hostname: localhost
-Directory: /tmp/opends-synchro-tests/server1
+Directory: /var/tmp/opends-synchro-tests/server1
 Port: 11389
 Sslport: 11636
 Jmxport: 11689
@@ -12,7 +37,7 @@
 ChangelogServer: localhost:22222
 
 Hostname: localhost
-Directory: /tmp/opends-synchro-tests/server2
+Directory: /var/tmp/opends-synchro-tests/server2
 Port: 22389
 Sslport: 22636
 Jmxport: 22689

--
Gitblit v1.10.0