From a7317dc2bbe4eb85a38d07663cfe084ad18cc7da Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 22 Apr 2008 12:29:27 +0000
Subject: [PATCH] allow verdict to check opendsreplication using dsreplication status CLI
---
opends/tests/system-tests/phases/shared/functions/opendstools.xml | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/opends/tests/system-tests/phases/shared/functions/opendstools.xml b/opends/tests/system-tests/phases/shared/functions/opendstools.xml
index a51accd..ee3c0d2 100644
--- a/opends/tests/system-tests/phases/shared/functions/opendstools.xml
+++ b/opends/tests/system-tests/phases/shared/functions/opendstools.xml
@@ -74,16 +74,15 @@
<!--==== Check replication synchronization =========-->
- <!--
- <call function="'checkReplicationSynchro'">
- { 'instance' : instance,
- 'fileFd' : fileFd
+ <call function="'checkOpendsReplication'">
+ {
+ 'instance' : instance,
+ 'instances' : instances,
+ 'suffix' : suffix,
+ 'fileFd' : fileFd
}
</call>
- <script>
- errNum += STAXResult[0][0]
- </script>
- -->
+ <script> _errNum += STAXResult </script>
<!--==== Compare entries =========-->
--
Gitblit v1.10.0