From 167f6fb95a05cfe083e5b1a9126f2a8b6d96342d Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Wed, 04 Apr 2007 10:42:07 +0000
Subject: [PATCH] Set of changes introducing the Synchronization Test Group + Basic Test
---
opends/tests/functional-tests/testcases/runFuncTests.xml | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/runFuncTests.xml b/opends/tests/functional-tests/testcases/runFuncTests.xml
index 5a96612..ef71ae7 100755
--- a/opends/tests/functional-tests/testcases/runFuncTests.xml
+++ b/opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -51,6 +51,9 @@
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/security.xml' % (TESTS_FUNCTIONS_DIR)" />
+
+ <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ file="'%s/topology.xml' % (TESTS_FUNCTIONS_DIR)" />
<!-- Load in any standard python libraries -->
<script>
@@ -96,11 +99,11 @@
CurrentTestPath={}
</script>
- <!--- The Functional Tests -->
+ <!--- The Functional Tests -->
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/testcases/setup/setup.xml' % (TESTS_DIR)" />
<call function="'main_setup'" />
-
+
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/testcases/quickstart/quickstart.xml' % (TESTS_DIR)" />
<call function="'main_quickstart'" />
@@ -124,11 +127,21 @@
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/testcases/schema/schema.xml' % (TESTS_DIR)" />
<call function="'main_schema'" />
+
+ <if expr="not isWindows">
+ <!-- Do not execute Synchronization Test Suite as long as dynamic configuration
+ is not supported. ('dd' not supported in Windows. see 'configureSynchronization' -->
+ <sequence>
+ <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ file="'%s/testcases/synchronization/synchronization.xml' % (TESTS_DIR)" />
+ <call function="'main_synchronization'" />
+ </sequence>
+ </if>
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/testcases/cleanup/cleanup.xml' % (TESTS_DIR)" />
<call function="'main_cleanup'" />
-
+
</sequence>
</function>
</stax>
--
Gitblit v1.10.0