From 82ba0f53a0035e3f8c5ffcb8d4d2d9a8d1522bbc Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 02 Apr 2008 13:20:15 +0000
Subject: [PATCH] fix: getbuildid for all instances evenif running on the same host
---
opends/tests/system-tests/phases/main_run_lib.xml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/opends/tests/system-tests/phases/main_run_lib.xml b/opends/tests/system-tests/phases/main_run_lib.xml
index aa4f3aa..1962933 100644
--- a/opends/tests/system-tests/phases/main_run_lib.xml
+++ b/opends/tests/system-tests/phases/main_run_lib.xml
@@ -157,7 +157,13 @@
'fileFd' : NO_FILE
}
</call>
- <!-- Get opends buildid is instance is already installed -->
+ </sequence>
+ </paralleliterate>
+
+
+ <!-- Get opends buildid if instance is already installed -->
+ <paralleliterate in="instances" var="instance">
+ <sequence>
<if expr="instance.getProduct() == 'opends'">
<sequence>
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
@@ -171,7 +177,6 @@
</sequence>
</paralleliterate>
-
<!--== Get the clients list from all modules ==-->
<script>
clients = []
--
Gitblit v1.10.0