Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the PostStep stage of a custom diagnostic test. The PostStep stage processes the output from all of the nodes on which the test ran and prepares the results for display.
Usage
<PostStep Element
Command = "character_string"
ResultXml = "boolean">
child elements
</PostStep Element>
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
Command |
character_string |
Yes |
Specifies the command line for the command or application that you want to run for the PostStep stage of the test. You can specify any command or application that you can run from a command prompt, if it performs the tasks that are described in Diagnostic Test Stages. Possible commands include command-line commands, command files or batch files, instances of Windows PowerShell, and compiled console applications. If the command that you want to specify includes quotation marks (such as a command that includes a path with spaces) or other special characters in XML, use character entities to specify the characters, for example, The maximum length of the command line is 255 characters. |
ResultXml |
boolean |
No |
Indicates whether the diagnostic service reads the PostStepResult.xml file to get information about the results of the test. True indicates that the diagnostic service reads the PostStepResult.xml file to get information about the results of the test. False indicates that the diagnostic service does not read the PostStepResult.xml file to get information about the results of the test. |
Child elements
| Element | Description |
|---|---|
|
Represents a set of one or more environment variables that you want to set for the PostStep stage of the diagnostic test. |
|
|
Defines a set of one or more parameters for the PostStep stage in the diagnostic test. |
Child element sequence
Parameters?EnvironmentVariables?
Parent elements
| Element | Description |
|---|---|
|
Defines a custom diagnostic test, including the metadata, parameters, environment variables, and commands for the test. |
Remarks
The PostStep stage of a diagnostic test runs only on the head node.
If you include the AutoGenerateResult element in the definition of a custom diagnostic test, the test report is automatically generated and you do not need to implement a PostStep stage for the test. You can include the AutoGenerateResult element or the PostStep element in the XML file that defines a custom diagnostic test, but you cannot include both elements.
Element information
| Schema file | DiagnosticTests.xsd |
| Can be empty | Yes |