From 4f024fc2ba4b832fc537ed3fefbd96b307ecc519 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Fri, 18 May 2007 10:53:37 +0000
Subject: [PATCH] Setting execution granularity at Suite level: Part 4
---
opends/tests/functional-tests/testcases/aci/aci_teardown.xml | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/aci_teardown.xml b/opends/tests/functional-tests/testcases/aci/aci_teardown.xml
index 9dc31a8..563c5ae 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_teardown.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_teardown.xml
@@ -38,6 +38,8 @@
<sequence>
<script>
+ if not CurrentTestPath.has_key('group'):
+ CurrentTestPath['group']='aci'
CurrentTestPath['suite']=STAXCurrentBlock
</script>
@@ -54,7 +56,13 @@
#@TestSuiteGroup ACI Teardown Tests
#@TestScript aci_teardown.xml
-->
-
+
+
+ <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ file="'%s/testcases/aci/aci_setup.xml' % (TESTS_DIR)"/>
+ <call function="'aci_setup'" />
+
+
<!--- Test Case : Remove Entries for ACI Tests -->
<!---
Place test-specific test information here.
@@ -110,8 +118,14 @@
</sequence>
</testcase>
-
- <call function="'testSuite_Postamble'"/>
+
+
+ <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ file="'%s/testcases/aci/aci_cleanup.xml' % (TESTS_DIR)"/>
+ <call function="'aci_cleanup'" />
+
+
+ <call function="'testSuite_Postamble'"/>
</sequence>
--
Gitblit v1.10.0