883N/A<?xml version="1.0" encoding="UTF-8" standalone="no"?>
883N/A<!DOCTYPE stax SYSTEM "/shared/stax.dtd">
883N/A<!--
883N/A ! CDDL HEADER START
883N/A !
883N/A ! The contents of this file are subject to the terms of the
883N/A ! Common Development and Distribution License, Version 1.0 only
883N/A ! (the "License"). You may not use this file except in compliance
883N/A ! with the License.
883N/A !
883N/A ! You can obtain a copy of the license at
883N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
883N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
883N/A ! See the License for the specific language governing permissions
883N/A ! and limitations under the License.
883N/A !
883N/A ! When distributing Covered Code, include this CDDL HEADER in each
883N/A ! file and include the License file at
883N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
883N/A ! add the following below this CDDL HEADER, with the fields enclosed
883N/A ! by brackets "[]" replaced with your own identifying information:
883N/A ! Portions Copyright [yyyy] [name of copyright owner]
883N/A !
883N/A ! CDDL HEADER END
883N/A !
883N/A ! Copyright 2008 Sun Microsystems, Inc.
883N/A ! -->
883N/A<stax>
883N/A
883N/A <defaultcall function="security_cleanup"/>
883N/A
883N/A <function name="security_cleanup">
883N/A
883N/A <sequence>
883N/A
883N/A <block name="'cleanup'">
883N/A
883N/A <sequence>
883N/A
883N/A
883N/A <block name="'Block DS Process Stop'">
883N/A <!--- Stop DS -->
883N/A <sequence>
883N/A <message>
'Stop DS running on port %s' % (DIRECTORY_INSTANCE_PORT)
</message>
<call function="'StopDsWithScript'">
{ 'location' : STAF_REMOTE_HOSTNAME,
'dsHost' : DIRECTORY_INSTANCE_HOST,
'dsAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsBindDN' : DIRECTORY_INSTANCE_DN,
'dsBindPwd' : DIRECTORY_INSTANCE_PSWD }
</call>
<call function="'checkRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
</sequence>
<!--- End Block DS Process Stop -->
</block>
<block name="'Block Remove DS Topology'">
<!-- Remove the topology created for the test suite -->
<sequence>
<message>
'Remove DS topology created for the Test Suite'
</message>
<call function="'removeTopology'"/>
<call function="'checkRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
</sequence>
<!-- End Block Remove DS Topology-->
</block>
</sequence>
</block>
</sequence>
</function>
</stax>