This section describes the format of the application launch file that is used in the installation verification test.
The application launch file is used when the system is testing state tables. It defines the state tables called by the custom server.
The following figure shows the application launch file that is used in the installation verification test:
X |
Wait |
State Table |
EntryPoint |
Parameters |
1 |
Y |
GeoTel |
start |
,0,0,0,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22 |
The format of the application launch file is shown in Table 1. Each field in the application launch file is separated by one or more blanks:
Field name |
Value |
Data type |
Maximum size |
---|---|---|---|
X (Operations) |
The number of times the state table is to be run. |
STRING |
9 |
WaitForCompletion |
"Y" means that the state table completes before the next one is started. "N" means that the next state table is to be started immediately after this one has been started. |
STRING |
1 |
StateTable |
The name of the state table to be run. |
STRING |
15 |
EntryPoint |
The name of the state table entry point. |
STRING |
15 |
Parameters |
The list of parameters that are sent to the state table. The first character is used as a separator for the remainder of the parameters in the string. |
STRING |
255 |