...
Field Name | Required/ Optional/ Conditional | Datatype | Valid Values | Description |
---|---|---|---|---|
id | Required | string | Requirement ID from the VNFRQTS project NOTE: a requirement ID of "Unmapped" may be included if one or more tests are not mapped to a requirement. In this case, all test cases not mapped to are requirement will be rolled up to a single "Unmapped" requirement. | |
text | Required | string | Full text of the requirement. This text may be multi-line, and it will | |
keyword | Required | string |
| RFC 2119 keyword associated with the requirement |
result | Required | string |
| One of the valid values.
|
errors | Required | list of string | Error messages associated with this requirement. This will be an empty string if the result is PASS or SKIP |
...