Node element

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

Usage

<Node>
  child elements
</Node>

Attributes

There are no attributes.

Child elements

Element Description

Parameters

Specifies the set of parameters that you want to set for the RunStep stage on the node.

Child element sequence

Parameters

Parent elements

Element Description

FailedNodes

Indicates the nodes on which the diagnostic test failed.

Nodes

Indicates the nodes on which the RunStep stage of the diagnostic test should run.

Remarks

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

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

Element information

Can be empty No

See also

FailedNodes

Nodes