Nodes element

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

Usage

<Nodes>
  child elements
</Nodes>

Attributes

There are no attributes.

Child 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.

Child element sequence

Node*

Parent elements

Element Description

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 contain child elements in the StepResult XML only for the PreStep stage of a diagnostic test. This element should not contain child elements in the StepResult XML for the RunStep and PostStep stages.

If you want the RunStep stage of the diagnostic test to run on all of the nodes that the user specified when starting the test, include in the PreStepResult.xml file a Nodes element that has child Node elements for all of the nodes that the user specified, or do not include the Nodes element at all. If you include an empty Nodes element, the test fails.

Element information

Can be empty Yes

See also

StepResult