From 5a6a88bd1e4831128c55f72923b18f5f771d45f2 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 04 May 2009 16:12:57 +0000
Subject: [PATCH] New functionality to run tests (functional and stress) on a remote machine

---
 opends/tests/staf-tests/shared/topology/basic_topology.txt |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/opends/tests/staf-tests/shared/topology/basic_topology.txt b/opends/tests/staf-tests/shared/topology/basic_topology.txt
index 11301dd..5618650 100644
--- a/opends/tests/staf-tests/shared/topology/basic_topology.txt
+++ b/opends/tests/staf-tests/shared/topology/basic_topology.txt
@@ -21,10 +21,10 @@
 # CDDL HEADER END
 #
 #
-#      Copyright 2007-2008 Sun Microsystems, Inc.
+#      Copyright 2007-2009 Sun Microsystems, Inc.
 #
-Hostname: localhost
-Directory: /var/tmp/opends-synchro-tests/server1
+Hostname: ${remote.hostname}
+Directory: ${tests.tmp.dir}/opends-synchro-tests/server1
 Port: 11389
 Adminport: 11444
 Sslport: 11636
@@ -34,11 +34,11 @@
 BaseDn: o=example
 Changelogport: 11111
 SynchronizedSuffix: o=example
-ChangelogServer: localhost:11111
-ChangelogServer: localhost:22222
+ChangelogServer: ${remote.hostname}:11111
+ChangelogServer: ${remote.hostname}:22222
 
-Hostname: localhost
-Directory: /var/tmp/opends-synchro-tests/server2
+Hostname: ${remote.hostname}
+Directory: ${tests.tmp.dir}/opends-synchro-tests/server2
 Port: 22389
 Adminport: 22444
 Sslport: 22636
@@ -48,5 +48,5 @@
 BaseDn: o=example
 Changelogport: 22222
 SynchronizedSuffix: o=example
-ChangelogServer: localhost:11111
-ChangelogServer: localhost:22222
+ChangelogServer: ${remote.hostname}:11111
+ChangelogServer: ${remote.hostname}:22222

--
Gitblit v1.10.0