Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field Name

Required/

Optional/

Conditional

DatatypeValid ValuesDescription
idRequiredstring

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
Requiredstring
Full text of the requirement.  This text may be multi-line, and it will
keyword
Requiredstring

MUST

MUST NOT

MAY

SHOULD

SHOULD NOT

RFC 2119 keyword associated with the requirement
result
Requiredstring

PASS

SKIP

FAIL

ERROR

One of the valid values. 

  • PASS - The test case passed with no violations or issues
  • SKIP - The test case was skipped because it was deemed not applicable
  • FAIL - The test case completed, but it found a violation
  • ERROR - An unexpected error was found while setting up the test case
errors
Requiredlist of string
Error messages associated with this requirement.  This will be an empty string if the result is PASS or SKIP

...