From b643c10a26a80d6270e53229ff61cc730e5a748e Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Fri, 18 May 2007 10:47:47 +0000
Subject: [PATCH] Setting execution granularity at Suite level: Part 2

---
 opends/tests/functional-tests/testcases/schema/schema.xml |   45 ++++-----------------------------------------
 1 files changed, 4 insertions(+), 41 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/schema/schema.xml b/opends/tests/functional-tests/testcases/schema/schema.xml
index b90ad95..6d98227 100644
--- a/opends/tests/functional-tests/testcases/schema/schema.xml
+++ b/opends/tests/functional-tests/testcases/schema/schema.xml
@@ -42,32 +42,11 @@
           </script>
           
           <call function="'testGroup_Preamble'"/>
-    
-          <!--- Start DS -->
-          <message>
-            'Start DS to run on port %s' % DIRECTORY_INSTANCE_PORT
-          </message>
-
-          <!--- Start DS -->
-          <call function="'StartDsWithScript'">
-           { 'location'  : STAF_REMOTE_HOSTNAME }
-          </call>
-
-          <call function="'checkRC'">
-            { 'returncode' : RC , 'result' : STAXResult }
-          </call>
-
-          <!--- Check that DS started -->
-          <call function="'isAlive'">
-            { 'noOfLoops' : 5 , 'noOfMilliSeconds' : 2000 }
-          </call>
+			
+			
 
           <!-- Call the test suites -->
           <import machine="'%s' % STAF_LOCAL_HOSTNAME"
-            file="'%s/testcases/schema/schema_setup.xml' % TESTS_DIR" />
-          <call function="'schema_setup'" />
-
-          <import machine="'%s' % STAF_LOCAL_HOSTNAME"
             file="'%s/testcases/schema/schema_rfc_tests.xml' % TESTS_DIR" />
           <call function="'schema_rfc_tests'" />
           
@@ -75,24 +54,8 @@
             file="'%s/testcases/schema/schema_dynamic.xml' % TESTS_DIR" />
           <call function="'schema-dynamic'" />
 
-          <!--- Stop DS -->
-          <message>
-            'Stop DS running on port %s' % DIRECTORY_INSTANCE_PORT
-          </message>
-
-          <call function="'StopDsWithScript'">
-              { 'location'  : STAF_REMOTE_HOSTNAME,
-                'dsHost'    : DIRECTORY_INSTANCE_HOST,
-                'dsPort'    : DIRECTORY_INSTANCE_PORT,
-                'dsBindDN'  : DIRECTORY_INSTANCE_DN,
-                'dsBindPwd' : DIRECTORY_INSTANCE_PSWD }
-          </call>
-
-          <call function="'checkRC'">
-            { 'returncode' : RC , 
-              'result'     : STAXResult }
-          </call>
-              
+					
+						              
           <call function="'testGroup_Postamble'"/>
 
         </sequence>

--
Gitblit v1.10.0