From 7ceef58f514972b6017aae2cbae8c62e015d6c0b Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 29 Nov 2006 15:45:42 +0000
Subject: [PATCH] functional tests - StopDS StartDS ConfigureDS should not be test cases
---
opends/tests/functional-tests/testcases/setup/setup.xml | 30 ++++++++++++++----------------
1 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/setup/setup.xml b/opends/tests/functional-tests/testcases/setup/setup.xml
index 91a5867..b7bd4a7 100755
--- a/opends/tests/functional-tests/testcases/setup/setup.xml
+++ b/opends/tests/functional-tests/testcases/setup/setup.xml
@@ -141,22 +141,20 @@
'ziphost' : STAF_REMOTE_HOSTNAME }
</call>
- <!--- Test Case : Configure DS -->
- <testcase name="'ConfigureDS'">
- <sequence>
- <message>
- 'Configure DS to run on port %s with base suffix %s' % (DIRECTORY_INSTANCE_PORT,DIRECTORY_INSTANCE_SFX)
- </message>
- <call function="'configureDS'">
- { 'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
- 'dsInstanceSuffix' : DIRECTORY_INSTANCE_SFX }
- </call>
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
- </sequence>
- </testcase>
+ <!--- Configure DS -->
+ <sequence>
+ <message>
+ 'Configure DS to run on port %s with base suffix %s' % (DIRECTORY_INSTANCE_PORT,DIRECTORY_INSTANCE_SFX)
+ </message>
+ <call function="'configureDS'">
+ { 'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
+ 'dsInstanceSuffix' : DIRECTORY_INSTANCE_SFX }
+ </call>
+ <call function="'checkRC'">
+ { 'returncode' : RC ,
+ 'result' : STAXResult }
+ </call>
+ </sequence>
</sequence>
--
Gitblit v1.10.0