5 show-test-result, Table 4-14, Show-test-status – Artesyn ViewCheck on ATCA-9405 Installation and Use (November 2014) User Manual

Page 64: Commands execution

Advertising
background image

Commands Execution

ViewCheck on ATCA-9405 Installation and Use (6806800S51F)

64

Syntax for CLI
show-test-status testId <Test ID> deviceInstance <Dev Instance>

Syntax for XML
<Script>

<InvokeMethod>

<Object>

<Class>deviceCategory</Class>

<Name>SP_VEE0-{Dev Cat}</Name>

</Object>

<Method>showTestStatus</Method>

<Argument>

<Name>deviceInstance</Name>

<Value>Dev Instance</Value>

</Argument>

<Argument>

<Name>testId</Name>

<Value>Test ID</Value>

</Argument>

</InvokeMethod>

</Script>]]>]]>

The following table lists the show-test-status command arguments.

4.3.5

show-test-result

show-test-result

command allows to view the latest result of a particular test. This

command displays the start and end time of the test, the test status such as Passed, Failed,
Aborted, and Timed Out, and additional test arguments.

Table 4-14 show-test-status

Argument

Data Type

Description

Test ID

Integer

Type the unique ID of a particular test that you want to
view the status

Dev Instance

Enum

Use list-device-instances CLI command to get
the equivalent enumerated value of supported Device
Instance

Advertising