From 09670254d836e1613803ebd65afe774edbd99b05 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Fri, 22 Jan 2010 17:55:09 +0000
Subject: [PATCH] Add External Changelog search to replication stress tests
---
opends/tests/staf-tests/shared/tests/runTestJob.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/opends/tests/staf-tests/shared/tests/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
index 09b20bf..b3d3a4f 100644
--- a/opends/tests/staf-tests/shared/tests/runTestJob.xml
+++ b/opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -535,6 +535,23 @@
sutElementList=[]
+ # Create the sut config element
+ sut = doc.createElement("sut")
+ id.appendChild(sut)
+
+ for configType in ['REPLICATION_SPLIT_SERVERS','REPLICATION_ECL_MODE']:
+
+ # Create the service testware element
+ config = doc.createElement("config")
+ config.setAttribute("attribute",configType)
+ sut.appendChild(config)
+
+ # Create the service testware elements
+ sutElementList=[]
+ sutElementList.append(['value',eval(configType)])
+
+ write_text_elements(config,sutElementList)
+
# Create the testware element
testware = doc.createElement("testware")
id.appendChild(testware)
--
Gitblit v1.10.0