From 75ace4eb028a63acfc8d6933eaa4f209400ace8f Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Thu, 22 May 2008 11:06:00 +0000
Subject: [PATCH] use percentage result for specific phase (scheduler,verdict)
---
opends/tests/system-tests/scenario/sample2/post_configuration.xml | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/opends/tests/system-tests/scenario/sample2/post_configuration.xml b/opends/tests/system-tests/scenario/sample2/post_configuration.xml
index 5389031..538b31f 100644
--- a/opends/tests/system-tests/scenario/sample2/post_configuration.xml
+++ b/opends/tests/system-tests/scenario/sample2/post_configuration.xml
@@ -31,6 +31,11 @@
<function name="postConfiguration" scope="local">
<function-map-args>
+ <function-arg-def name="phase" type="required">
+ <function-arg-description>
+ phase object
+ </function-arg-description>
+ </function-arg-def>
<function-arg-def name="instances" type="required">
<function-arg-description>
list of instances classes
@@ -57,8 +62,8 @@
<!-- ================= Call preambule ======================== -->
<call function="'phasePreamble'">
- { 'phaseName' : 'postconfiguration',
- 'fileFd' : LOG_MAIN_FD }
+ { 'phase' : phase,
+ 'fileFd' : LOG_MAIN_FD }
</call>
@@ -149,8 +154,8 @@
<!-- ================= Call postambule ======================= -->
<call function="'phasePostamble'">
{
- 'phaseName' : 'postconfiguration',
- 'fileFd' : LOG_MAIN_FD
+ 'phase' : phase,
+ 'fileFd' : LOG_MAIN_FD
}
</call>
</sequence>
--
Gitblit v1.10.0