id | field name | definition |
0 | Product_Type |
xml string |
Name of product type to which this test definition applies. A combination of product type and product format version (see Format_Version) uniquely identifies the test definition that should be used.
|
|
1 | Format_Version |
ascii uint32 |
The product format version number (this number should correspond with the product type version number as used by the CODA software). Together with the Product_Type, this uniquely identifies a product format.
|
|
2 | Quality_Reliability_Flag |
xml string |
If set to 'True', the Product_Quality field value should be used to control dissemination of the product. If set to 'False', the product should be disseminated regardless of the value of the Product_Quality field.
|
|
3 | List_of_Tests |
xml record |
id | field name | definition |
0 | Test |
xml array[dim_0] |
dim_0: determined automatically from xml file
xml record |
id | field name | definition |
0 | Path |
xml string |
Location in product hierarchy where this test should be applied.
|
|
1 | Name |
xml string |
Name of this test. The name is for convenience and will be used in the test report. It does not need to be unique but it is recommended that it is descriptive and unique in the scope of a the Test_Definition.
|
|
2 | Description |
xml string |
Description of this test. The description will be included in the log message when the test fails.
|
|
3 | Criticality |
xml string |
Indicates the severity of failure if this test fails. Valid values are 'Error' and 'Warning'
|
|
4 | Test_Expression |
xml string |
Contains an ASCII boolean expression using the CODA expression language. A test succeeds if the expression results in True, and fails if it results in False.
|
|
|
|
|
|
|
4 | List_of_Named_Test_References |
xml record |
id | field name | definition |
0 | Named_Test_Reference |
xml array[dim_0] |
dim_0: determined automatically from xml file
xml record |
id | field name | definition |
0 | Path |
xml string |
Location in product hierarchy where this test should be applied.
|
|
1 | Name |
xml string |
Cross reference to a Named_Test. The value must be a Name of a Named_Test defined in the List_of_Named_Tests.
|
|
|
|
|
|
|
5 | List_of_Cross_File_Tests |
xml record |
id | field name | definition |
0 | Cross_File_Test |
xml array[dim_0] |
dim_0: determined automatically from xml file
xml record |
id | field name | definition |
0 | Name |
xml string |
Name of this test. The name is for convenience and will be used in the test report. It does not need to be unique but it is recommended that it is descriptive and unique in the scope of a the Test_Definition.
|
|
1 | Description |
xml string |
Description of this test. The description will be included in the log message when the test fails.
|
|
2 | Criticality |
xml string |
Indicates the severity of failure if this test fails. Valid values are 'Error' and 'Warning'
|
|
3 | Value_Expression_Dbl |
xml string |
Contains an ASCII expression using the CODA expression language. The expression should evaluate in the value for the DBL file that will be compared with the value of the HDR file.
|
|
4 | Value_Expression_Hdr |
xml string |
Contains an ASCII expression using the CODA expression language. The expression should evaluate in the value for the HDR file that will be compared with the value of the DBL file.
|
|
|
|
|
|
|
6 | List_of_Named_Cross_File_Test_References |
xml record |
id | field name | definition |
0 | Named_Cross_File_Test_Reference |
xml array[dim_0] |
dim_0: determined automatically from xml file
xml record |
id | field name | definition |
0 | Name |
xml string |
Cross reference to a Named_Cross_File_Test. The value must be a Name of a Named_Cross_File_Test defined in the List_of_Named_Cross_File_Tests.
|
|
|
|
|
|
|