From 683fffb9395a9b43df5935090162c25d17ba4725 Mon Sep 17 00:00:00 2001
From: elocatel <elocatel@localhost>
Date: Fri, 16 May 2008 12:46:55 +0000
Subject: [PATCH] Initial version of the entire setup suite

---
 opends/tests/functional-tests/testcases/setup/setup.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/setup/setup.xml b/opends/tests/functional-tests/testcases/setup/setup.xml
index d4e4aea..244a2ad 100644
--- a/opends/tests/functional-tests/testcases/setup/setup.xml
+++ b/opends/tests/functional-tests/testcases/setup/setup.xml
@@ -50,7 +50,7 @@
           
           <call function="'runSTAFCommand'">
             { 'name'      :  'Create directory for this group',
-              'location'  :  STAXServiceMachine,
+              'location'  :  STAF_REMOTE_HOSTNAME,
               'service'   :  'FS',
               'request'   :  'CREATE',
               'arguments' :  'DIRECTORY %s FAILIFEXISTS' % OUT_GROUP
@@ -61,12 +61,12 @@
             testList = []
             testList.append(['.','_pre'])
             testList.append(['.','general_options'])
-#            testList.append(['.','directory_manager'])
-#            testList.append(['.','import'])
-#            testList.append(['.','incompatible_options'])
-#            testList.append(['.','security'])
-#            testList.append(['.','ports'])
-#            testList.append(['.','misc'])
+            testList.append(['.','directory_manager'])
+            testList.append(['.','import'])
+            testList.append(['.','incompatible_options'])
+            testList.append(['.','security'])
+            testList.append(['.','ports'])
+            testList.append(['.','misc'])
             testList.append(['.','_post'])
           </script>
 

--
Gitblit v1.10.0