diff options
author | xudan <xudan16@huawei.com> | 2019-12-11 03:13:57 -0500 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2019-12-18 01:25:33 +0000 |
commit | e7059465f95bdd8222f2547af802346a04c79362 (patch) | |
tree | 51034d870ebbf21289df9b2077b254919e18ef59 /docs/testing/developer/testcaserequirements | |
parent | 2cc610ce13a0dde2e054a25597292d030aa27353 (diff) |
Update all test specification docs
JIRA: DOVETAIL-795
Change-Id: I807a750c92aa8b50cf3af242b1766e7407063db2
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'docs/testing/developer/testcaserequirements')
-rw-r--r-- | docs/testing/developer/testcaserequirements/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/testing/developer/testcaserequirements/index.rst b/docs/testing/developer/testcaserequirements/index.rst index 6171a07f..b03a033c 100644 --- a/docs/testing/developer/testcaserequirements/index.rst +++ b/docs/testing/developer/testcaserequirements/index.rst @@ -23,7 +23,7 @@ portability across NFVI instances. All OVP tests are available in open source and are executed in open source test frameworks. -Test case requirements +Test Case Requirements ====================== The following requirements are mandatory for a test to be submitted for @@ -101,7 +101,7 @@ consideration in the OVP test suite: - Use case specification - Test preconditions - Basic test flow execution description and test assertions - - Pass fail criteria + - Pass/Fail criteria - The following things may be documented for the test case: @@ -120,9 +120,9 @@ Dovetail Test Suite Naming Convention Test case naming and structuring must comply with the following conventions. The fully qualified name of a test case must comprise three sections: -`<testproject>.<test_area>.<test_case_name>` +`<test_project>.<test_area>.<test_case_name>` -- **testproject**: The fully qualified test case name must identify the test +- **test_project**: The fully qualified test case name must identify the test project which developed and maintains the test case. - **test_area**: The fully qualified test case name must identify the test case |