test viewresult

Displays the Report.html file that includes the results for the specified test run in a web browser.

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

Syntax

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

Parameters

Parameter Description
<test_run_identifier> Specifies the identifier of the diagnostic test run for which you want to view the results.
/server:<server_name> Specifies the host name or IP address of the server that hosts the HPC Diagnostics Service for the HPC cluster that ran the diagnostic test for which you want to view the results. 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

  • The Report.html file for a test run is the file that the HPC Cluster manager displays in the Result tab for the test run.

  • To get a list of diagnostic test runs for the HPC cluster, use the test listruns command.

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

Examples

To view the Report.html file that includes the results for the test run with an identifier of 31, type:

test viewresult 31  

Additional references