From 0ddb8fa8c2a1eb6eb244e1fbbaca3f9cb2b9f7a1 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Fri, 21 Sep 2007 07:44:14 +0000
Subject: [PATCH] add restart after changinf plugin-type attribut which is not dynamic

---
 opends/tests/functional-tests/testcases/plugins/plugins_refint.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/plugins/plugins_refint.xml b/opends/tests/functional-tests/testcases/plugins/plugins_refint.xml
index f1fd6b4..d602f29 100755
--- a/opends/tests/functional-tests/testcases/plugins/plugins_refint.xml
+++ b/opends/tests/functional-tests/testcases/plugins/plugins_refint.xml
@@ -540,7 +540,16 @@
         'optionsString'          : '--remove plugin-type:postoperationdelete',
         'expectedRC'           : 0 } 
     </call>	    
-    
+
+    <!-- plugin-type attribute is not dynamic. Need to restart the server -->
+	  <call function="'RestartDs'">
+     { 'dsHost'	  : DIRECTORY_INSTANCE_HOST,
+        'dsPort'	  : DIRECTORY_INSTANCE_PORT,
+        'dsBindDN'  : DIRECTORY_INSTANCE_DN,
+        'dsBindPwd' : DIRECTORY_INSTANCE_PSWD
+    }
+    </call>
+            
     <!-- Delete an entry -->
     <message>'######  Delete an user entry###### '</message>
     <message>' '</message>

--
Gitblit v1.10.0