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

gary_williams
27.10.2007 fc6f488bb6628abcafd6d4811fe24bfbe07c2c50
add block and timer around staf log query
1 files modified
16 ■■■■■ changed files
opends/tests/functional-tests/shared/functions/stafcmd.xml 16 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/stafcmd.xml
@@ -442,12 +442,16 @@
    </function-map-args>
    <sequence>
      <stafcmd name="'STAF Command: Log Query for Test Case Log.'">
        <location>'%s' % location</location>
        <service>'log'</service>
        <request>'QUERY ALL MACHINE %s LOGNAME %s FROM %s TO %s' % (location,logname,startfrom,endat)</request>
      </stafcmd>
      <block name="'Query Logs'">
        <timer duration="'60s'">
          <stafcmd name="'STAF Command: Log Query for Test Case Log.'">
            <location>'%s' % location</location>
            <service>'log'</service>
            <request>'QUERY ALL MACHINE %s LOGNAME %s FROM %s TO %s' % (location,logname,startfrom,endat)</request>
          </stafcmd>
        </timer>
      </block>
      
    </sequence>