From a027bf93c04d48cc1bc0e0fb2f4bd568ee8ec7c3 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 11 Apr 2008 09:00:48 +0000
Subject: [PATCH] fix the call of restartDs client
---
opends/tests/system-tests/scenario/sample/conf.xml | 4 ----
opends/tests/system-tests/scenario/sample2/conf.xml | 4 ----
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/opends/tests/system-tests/scenario/sample/conf.xml b/opends/tests/system-tests/scenario/sample/conf.xml
index 844a677..6c940d1 100755
--- a/opends/tests/system-tests/scenario/sample/conf.xml
+++ b/opends/tests/system-tests/scenario/sample/conf.xml
@@ -133,10 +133,6 @@
<client id="3" name="restartDs" host="localhost" start="t50"
dependencyId="1">
<serverInstance>I2</serverInstance>
- <baseDn>dc=com</baseDn>
- <nbCnx>5</nbCnx>
- <nbMaxSearch>5</nbMaxSearch>
- <attribute>sn</attribute>
</client>
<client id="4" name="modifyLoad" host="localhost" start="t60"
diff --git a/opends/tests/system-tests/scenario/sample2/conf.xml b/opends/tests/system-tests/scenario/sample2/conf.xml
index c0d0f21..c19f663 100755
--- a/opends/tests/system-tests/scenario/sample2/conf.xml
+++ b/opends/tests/system-tests/scenario/sample2/conf.xml
@@ -135,10 +135,6 @@
<client id="3" name="restartDs" host="localhost" start="t50"
dependencyId="1">
<serverInstance>I2</serverInstance>
- <baseDn>dc=com</baseDn>
- <nbCnx>5</nbCnx>
- <nbMaxSearch>5</nbMaxSearch>
- <attribute>sn</attribute>
</client>
<client id="4" name="modifyLoad" host="localhost" start="t60"
--
Gitblit v1.10.0