6394N/A<?xml version="1.0" encoding="UTF-8" standalone="no"?>
6394N/A<!DOCTYPE stax SYSTEM "/shared/stax.dtd">
6394N/A<!--
6394N/A ! CDDL HEADER START
6394N/A !
6394N/A ! The contents of this file are subject to the terms of the
6394N/A ! Common Development and Distribution License, Version 1.0 only
6394N/A ! (the "License"). You may not use this file except in compliance
6394N/A ! with the License.
6394N/A !
6394N/A ! You can obtain a copy of the license at
6394N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
6394N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
6394N/A ! See the License for the specific language governing permissions
6394N/A ! and limitations under the License.
6394N/A !
6394N/A ! When distributing Covered Code, include this CDDL HEADER in each
6394N/A ! file and include the License file at
6394N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
6394N/A ! add the following below this CDDL HEADER, with the fields enclosed
6394N/A ! by brackets "[]" replaced with your own identifying information:
6394N/A ! Portions Copyright [yyyy] [name of copyright owner]
6394N/A !
6394N/A ! CDDL HEADER END
6394N/A !
6394N/A ! Copyright 2008 Sun Microsystems, Inc.
6394N/A ! Portions Copyright 2012 ForgeRock AS
6394N/A ! -->
6394N/A<stax>
6394N/A
6394N/A <defaultcall function="main_snmp_cleanup"/>
6394N/A
6394N/A <function name="main_snmp_cleanup">
6394N/A
6394N/A <sequence>
6394N/A
6394N/A <block name="'snmp_cleanup'">
6394N/A
6394N/A <sequence>
6394N/A
6394N/A <!--- Test Suite information
6394N/A #@TestSuiteName cleanup
6394N/A #@TestSuitePurpose Cleanup for the snmp test suite.
6394N/A #@TestSuiteGroup cleanup
6394N/A #@TestScript snmp_cleanup.xml
6394N/A -->
6394N/A <script>
6394N/A if not CurrentTestPath.has_key('group'):
6394N/A CurrentTestPath['group'] = 'snmp'
6394N/A CurrentTestPath['suite'] = 'cleanup'
6394N/A </script>
6394N/A
6394N/A <try>
6394N/A
6394N/A <sequence>
6394N/A
6394N/A <call function="'testSuite_Preamble'"/>
6394N/A
6394N/A <call function="'common_cleanup'"/>
6394N/A
</sequence>
<finally>
<call function="'testSuite_Postamble'"/>
</finally>
</try>
</sequence>
</block>
</sequence>
</function>
</stax>