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