From 3a274dfdf0200347f54e452c79e997c4a297d36c Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 23 Aug 2007 19:08:55 +0000
Subject: [PATCH] fix indexes tests commands

---
 opends/tests/functional-tests/testcases/indexes/indexes.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/indexes/indexes.xml b/opends/tests/functional-tests/testcases/indexes/indexes.xml
index e01fc3c..8c4dee6 100644
--- a/opends/tests/functional-tests/testcases/indexes/indexes.xml
+++ b/opends/tests/functional-tests/testcases/indexes/indexes.xml
@@ -132,7 +132,7 @@
               { 'functionName'      : 'StopDsWithScript'               ,
                 'functionException' : 'CLI.stop-ds'                    ,
                 'functionFailureTC' : 'Indexes - Modify' ,
-                'functionArguments' : { 'location'  : STAF_LOCAL_HOSTNAME   ,
+                'functionArguments' : { 'location'  : STAF_REMOTE_HOSTNAME   ,
                                         'dsHost'    : DIRECTORY_INSTANCE_HOST,
                                         'dsPort'    : DIRECTORY_INSTANCE_PORT,
                                         'dsBindDN'  : DIRECTORY_INSTANCE_DN  ,
@@ -151,7 +151,7 @@
               { 'functionName'      : 'StartDsWithScript',
                 'functionException' : 'CLI.start-ds'     ,
                 'functionFailureTC' : 'Indexes - Modify' ,
-                'functionArguments' : { 'location' : STAF_LOCAL_HOSTNAME }
+                'functionArguments' : { 'location' : STAF_REMOTE_HOSTNAME }
               }
             </call>
             <call function="'loopThroughFilters'">
@@ -206,7 +206,7 @@
               { 'functionName'      : 'StopDsWithScript' ,
                 'functionException' : 'CLI.stop-ds'      ,
                 'functionFailureTC' : '%s: %s: %s' % (CurrentTestPath['group'], CurrentTestPath['suite'], STAXCurrentBlock ) ,
-                'functionArguments' : { 'location'  : STAF_LOCAL_HOSTNAME    ,
+                'functionArguments' : { 'location'  : STAF_REMOTE_HOSTNAME    ,
                                         'dsHost'    : DIRECTORY_INSTANCE_HOST,
                                         'dsPort'    : DIRECTORY_INSTANCE_PORT,
                                         'dsBindDN'  : DIRECTORY_INSTANCE_DN  ,
@@ -227,7 +227,7 @@
               { 'functionName'      : 'StartDsWithScript',
                 'functionException' : 'CLI.start-ds'     ,
                 'functionFailureTC' : '%s: %s:  ' ,
-                'functionArguments' : { 'location' : STAF_LOCAL_HOSTNAME }
+                'functionArguments' : { 'location' : STAF_REMOTE_HOSTNAME }
               }
             </call>
             <call function="'loopThroughFilters'">

--
Gitblit v1.10.0