http://www.griddynamics.com/schema/jagger
element test-description

Documentation
                Test description contains two elements - info-collectors and scenario.
                Info-collectors is a list of collectors. Collector can be as metric element or as validator element.
                In scenario you can describe what targets will be loaded and what tool use to make load.
                You can turn on calibration by adding attribute calibration="true".
                Calibration is a process, when Jagger in a simple(one thread) mode load every target only one time.
                The results, that were calculated in this process, will be a benchmark for comparison with the new iterations.
            
Properties
This component is not nillable.

Model
<test-description
  calibration = xsd:string : false
  id = xsd:ID
  name = xsd:string
  parent = xsd:string
  version = xsd:string>
(info-collectors? ; scenario?)
</test-description>


Nested Element Summary
workloadListenersTypeinfo-collectors
          
scenarioAbstractscenario
          

Attribute Summary
 xsd:stringcalibration
          
 xsd:IDid
          
 xsd:stringname
          
 xsd:stringparent
          
 xsd:stringversion
          

Attribute Detail

calibration

Type:
xsd:string
Default:
false
Use:
optional
Form:
unqualified

id

Type:
xsd:ID
Use:
required
Form:
unqualified

name

Type:
xsd:string
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

version

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="test-description" type="testDescriptionType">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.