2 show-test-help, Table 5-11, Start-test – Artesyn ViewCheck on ATCA-9405 Installation and Use (May 2014) User Manual

Page 71: Commands execution

Advertising
background image

Commands Execution

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

71

<Value>Param1</Value>

</Argument>

</InvokeMethod>

</Script>]]>]]>

The following table lists the start-test command arguments.

5.3.2

show-test-help

show-test-help

command provides the brief information on how to use a particular test.

This command provides information such as how to start, stop, and query the specified test ID.

Syntax for CLI
show-test-help testId <Test ID>

Syntax for XML
<Script>

<InvokeMethod>

<Object>

<Class>deviceCategory</Class>

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

</Object>

<Method>showTestHelp</Method>

<Argument>

<Name>testId</Name>

Table 5-11 start-test

Argument

Data Type

Description

Test ID

Integer

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

Dev Instance

Enum

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

timeout-val

Integer

Timeout value for the test.

Itr-num

Integer

Number of iterations of the test.

halt-string

String

"Yes" or "No" value. if "Yes", the test halts on error. if "No",
the test does not halts.

Advertising