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/verdictOpends/verdictOpends.xml | 22 +++++++++-------------
1 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/opends/tests/system-tests/clients/verdictOpends/verdictOpends.xml b/opends/tests/system-tests/clients/verdictOpends/verdictOpends.xml
index 721600b..19cc3d0 100755
--- a/opends/tests/system-tests/clients/verdictOpends/verdictOpends.xml
+++ b/opends/tests/system-tests/clients/verdictOpends/verdictOpends.xml
@@ -30,22 +30,18 @@
<defaultcall function="verdictOpends"/>
-
<!-- ************************************************************ -->
+ <!-- Client is automatically called by the scheduler and must -->
+ <!-- always define all the parameters below -->
<function name="verdictOpends" 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>
--
Gitblit v1.10.0