Parameters element

Represents a set of parameters that you want to set for the RunStep stage of a diagnostic test, on one node or on all of the nodes in the test.

Usage

<Parameters>
  child elements
</Parameters>

Attributes

There are no attributes.

Child elements

Element Description

Parameter

Specifies the value to use for a parameter in the RunStep stage of a diagnostic test, on one node or on all of the nodes in the test.

Child element sequence

Parameter*

Parent elements

Element Description

Node

Represents a node on which the RunStep stage of a diagnostic test should run, or a node on which the diagnostic test failed.

StepResult

Represents the result of a stage in a diagnostic test and serves as the root element of a StepResult XML file.

Remarks

This element should have child elements in the StepResult XML only for the PreStep stage of a diagnostic test. This element should not have child elements in the StepResult XML for the RunStep and PostStep stages.

If the Parameters element is a child element of a Node element, the parameter values that are specified by the Parameter elements that the Parameters element contains apply only to the node that corresponds to the Node element.

If the Parameters element is a child element of a StepResult element, the parameter values that are specified by the Parameter elements that the Parameters element contains apply to all of the nodes in the test.

Element information

Can be empty Yes

See also

Node

StepResult