StepResult element

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

Usage

<StepResult
  NodeName = "character_string">
  child elements
</StepResult>

Attributes

Attribute Type Required Description

NodeName

character_string

Yes

The name of the node that generated the result.

The value can be the name of a node in the HPC cluster, or Summary, which indicates that the result is a summary of the results for all of the nodes in the test.

Child elements

Element Description

BulletPoints

Represents a set of items in a bulleted list in a report for a diagnostic test.

Environment

Represents the environment variables that you want to set for the RunStep stage of a diagnostic test.

ExceptionMessage

Contains an exception message that is generated by the command that created the Step Result XML.

FailedNodes

Indicates the nodes on which the diagnostic test failed.

Message

Contains the text of an item in a bulleted list.

Nodes

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

Parameters

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.

Result

Describes the result of a diagnostic test, such as whether the test completed, succeeded, or failed.

Tables

Represents the set of tables in the report for a diagnostic test.

Child element sequence

ResultMessageExceptionMessageNodesFailedNodesEnvironmentParametersTablesBulletPoints

Parent elements

There are no parent elements.

Element information

Can be empty No