mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
11.01.2013 8cf6925f6b5db6499c1086d16a1236d0260ca603
opends/tests/staf-tests/shared/functions/snmp.xml
@@ -24,6 +24,7 @@
 ! CDDL HEADER END
 !
 !      Copyright 2008-2010 Sun Microsystems, Inc.
 !      Portions Copyright 2013 ForgeRock AS
! -->
<stax>
  <!-- SNMP Get -->
@@ -115,6 +116,11 @@
        </function-arg-description>
        <function-arg-property name="type" value="integer"/>
      </function-arg-def>
      <function-arg-def name="knownIssue" type="optional" default="None">
        <function-arg-description>
          Known issue. Corresponds to an issue number.
        </function-arg-description>
      </function-arg-def>
    </function-map-args>
    <sequence>
@@ -211,7 +217,8 @@
        'location'   : location ,
        'path'       : '%s/snmp' % remote.java ,
        'envCmd'     : env ,
        'expectedRC' : expectedRC
        'expectedRC' : expectedRC ,
        'knownIssue' : knownIssue
        }
      </call>