From 94191c3f6bfa29d75c519803da8de08bc9e7cc7d Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 04 Apr 2008 14:52:15 +0000
Subject: [PATCH] add client tag management for the reports
---
opends/tests/system-tests/phases/main_run.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/opends/tests/system-tests/phases/main_run.xml b/opends/tests/system-tests/phases/main_run.xml
index b94ff65..7932315 100644
--- a/opends/tests/system-tests/phases/main_run.xml
+++ b/opends/tests/system-tests/phases/main_run.xml
@@ -261,7 +261,8 @@
<call function="'preConfiguration'">
{
'instances' : instances,
- 'suffix' : suffix
+ 'suffix' : suffix,
+ 'scheduler' : scheduler
}
</call>
<script>
@@ -308,7 +309,8 @@
<call function="'postConfiguration'">
{
'instances' : instances,
- 'suffix' : suffix
+ 'suffix' : suffix,
+ 'scheduler' : scheduler
}
</call>
<script>
--
Gitblit v1.10.0