From e5d5c02ffa682a363d269c8ee6f68715edf55819 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 13 Feb 2007 11:28:29 +0000
Subject: [PATCH] quality issue 1140 Design some test preamble and postambles - part II

---
 opends/tests/functional-tests/testcases/security/security.xml |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/security/security.xml b/opends/tests/functional-tests/testcases/security/security.xml
index 87c08d7..3b70d9f 100755
--- a/opends/tests/functional-tests/testcases/security/security.xml
+++ b/opends/tests/functional-tests/testcases/security/security.xml
@@ -33,50 +33,54 @@
 
       <sequence>
       
+        <call function="'testGroup_Preamble'"/>
+      
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/jks/security_jks.xml' % (TESTS_DIR)"/>
-	<call function="'security_jks'" />
+        <call function="'security_jks'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/pkcs12/security_pkcs12.xml' % (TESTS_DIR)"/>
-	<call function="'security_pkcs12'" />
+        <call function="'security_pkcs12'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/startTLS/security_startTLS.xml' % (TESTS_DIR)"/>
-	<call function="'security_startTLS'" />
+        <call function="'security_startTLS'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/sasl/security_sasl.xml' % (TESTS_DIR)"/>
-	<call function="'security_sasl'" />
+        <call function="'security_sasl'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/pwd_policy/security_pwd_policy.xml' % (TESTS_DIR)"/>
-	<call function="'security_pwd_policy'" />
+        <call function="'security_pwd_policy'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/pwd_policy_root/security_pwd_policy_root.xml' % (TESTS_DIR)"/>
-	<call function="'security_pwd_policy_root'" />
+        <call function="'security_pwd_policy_root'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/auth_pwd_syntax/security_auth_pwd_syntax.xml' % (TESTS_DIR)"/>
-	<call function="'security_auth_pwd_syntax'" />
+        <call function="'security_auth_pwd_syntax'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/pwd_validator/security_pwd_validator.xml' % (TESTS_DIR)"/>
-	<call function="'security_pwd_validator'" />
+        <call function="'security_pwd_validator'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/pwd_storage/security_pwd_storage.xml' % (TESTS_DIR)"/>
-	<call function="'security_pwd_storage'" />
+        <call function="'security_pwd_storage'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/bind_no_pwd/security_bind_no_pwd.xml' % (TESTS_DIR)"/>
-	<call function="'security_bind_no_pwd'" />
+        <call function="'security_bind_no_pwd'" />
 
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/testcases/security/account_activation/security_account_activation.xml' % (TESTS_DIR)"/>
-	<call function="'security_account_activation'" />
+        <call function="'security_account_activation'" />
 
+        <call function="'testGroup_Postamble'"/>
+        
       </sequence>
 
   </function>

--
Gitblit v1.10.0