From cbf13ac79598fad694fcba848d48684093251c52 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Thu, 12 Feb 2009 10:56:36 +0000
Subject: [PATCH] Update the functional tests for package mode (split between install and instance)

---
 opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml b/opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml
index 9463d8c..646990c 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/indexes/indexes.xml
@@ -178,6 +178,13 @@
                 'functionArguments' : { 'location' : STAF_REMOTE_HOSTNAME }
               }
             </call>
+            <!--- Check that DS started -->
+            <call function="'isAlive'">
+              {
+              'noOfLoops'        : 10 ,
+              'noOfMilliSeconds' : 2000
+              }
+            </call>
             <call function="'loopThroughFilters'">
               { 'filters' : 'after-modify' }
             </call>
@@ -349,6 +356,13 @@
                 'functionArguments' : { 'location' : STAF_REMOTE_HOSTNAME }
               }
             </call>
+            <!--- Check that DS started -->
+            <call function="'isAlive'">
+              {
+              'noOfLoops'        : 10 ,
+              'noOfMilliSeconds' : 2000
+              }
+            </call>
             <call function="'loopThroughFilters'">
               { 'filters' : 'after-add' }
             </call>
@@ -774,7 +788,7 @@
           { 'functionName'      : 'isAlive',
             'functionMessage'   : 'Checking if the server is available',
             'functionException' : 'Topology.StartException',
-            'functionArguments' : { 'noOfLoops'        : 5,
+            'functionArguments' : { 'noOfLoops'        : 10,
                                     'noOfMilliSeconds' : 2000 
                                   }
           }

--
Gitblit v1.10.0