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