test listtests

Lists the diagnostic tests that are currently installed on the HPC cluster, including the identifiers, aliases, names, and descriptions for the tests.

For examples of how to use this command, see Examples.

Syntax

test listtests [/server:<server_name>]  
  
test listtests {/? | /help}  
  

Parameters

Parameter Description
/server:<server_name> Specifies the host name or IP address of the server that hosts the HPC Diagnostics Service for the HPC cluster for which you want to get a list of the installed diagnostic tests. The value must be a valid computer name or IP address. If you do not specify the /server parameter, this command uses the head node that the CCP_SCHEDULER environment variable specifies.
/? Displays Help at the command prompt.
/help Displays Help at the command prompt.

Remarks

  • You must be a cluster administrator to run this command successfully.

Examples

To list the diagnostic tests that are installed on the HPC cluster for which the server named HeadNode hosts the HPC Diagnostics Service, type:

test listtests /server:HeadNode  

Additional references