From edc92640cc86d3b05570daf50084ddd6f0d68e46 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Thu, 13 Sep 2007 17:17:34 +0000
Subject: [PATCH] Introduce new replication configuration procedure
---
opends/tests/functional-tests/shared/functions/environment.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/environment.xml b/opends/tests/functional-tests/shared/functions/environment.xml
index cb43d88..b45fb63 100755
--- a/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/opends/tests/functional-tests/shared/functions/environment.xml
@@ -152,9 +152,13 @@
True = 1
False = 0
- DSCONFIG = 'dsconfig'
+ DSCONFIG = 'dsconfig'
+ DSREPLICATION = 'dsreplication'
NO_CHECK = 'noCheck'
+ AdminUID = 'admin'
+ AdminPswd = 'admin'
+
# Replication configuration default names
MultimasterSync = 'Multimaster Synchronization'
MultimasterType = 'multimaster'
--
Gitblit v1.10.0