From 2d19af24b1bc5d0c2f6625d17c16a5f138da5c8f Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 06 May 2008 15:28:42 +0000
Subject: [PATCH]
---
opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml | 25 +++++++++----------------
1 files changed, 9 insertions(+), 16 deletions(-)
diff --git a/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml b/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
index ea2f701..adae869 100755
--- a/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
+++ b/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
@@ -30,22 +30,18 @@
<defaultcall function="modifyLoad"/>
-
<!-- ************************************************************ -->
+ <!-- Client is automatically called by the scheduler and must -->
+ <!-- always define all the parameters below -->
<function name="modifyLoad" scope="local">
<function-map-args>
- <function-arg-def name="workingDir" type="required">
- </function-arg-def>
- <function-arg-def name="client" type="required">
- </function-arg-def>
- <function-arg-def name="instances" type="required">
- </function-arg-def>
- <function-arg-def name="duration" type="required">
- </function-arg-def>
- <function-arg-def name="suffix" type="required">
- </function-arg-def>
- <function-arg-def name="fileFd" type="required">
- </function-arg-def>
+ <function-arg-def name="workingDir" type="required"/>
+ <function-arg-def name="client" type="required"/>
+ <function-arg-def name="instances" type="required"/>
+ <function-arg-def name="duration" type="required"/>
+ <function-arg-def name="suffix" type="required"/>
+ <function-arg-def name="outFile" type="required"/>
+ <function-arg-def name="fileFd" type="required"/>
</function-map-args>
<sequence>
@@ -67,9 +63,6 @@
<script>
compilDir = '%s/%s_%s' % (workingDir,client.getHost(),client.getId())
- outFile = '%s/client_modifyLoad_id%s.txt' % \
- (client.getLogDir(),client.getId())
-
#
# Extract client parameters from client.getParams()
#
--
Gitblit v1.10.0