diff options
author | xudan <xudan16@huawei.com> | 2019-12-11 03:13:57 -0500 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2019-12-19 01:19:43 +0000 |
commit | 0674532a540c36b246dab0b2b88c49a748f66f2b (patch) | |
tree | 9a69ee5f776edf912e91c08b5478e67d471d68b0 /docs/testing/developer | |
parent | d2291d12050c22cea7a92f68eaa75e2c9c50cd2f (diff) |
Update all test specification docs
JIRA: DOVETAIL-795
Change-Id: I807a750c92aa8b50cf3af242b1766e7407063db2
Signed-off-by: xudan <xudan16@huawei.com>
(cherry picked from commit e7059465f95bdd8222f2547af802346a04c79362)
Diffstat (limited to 'docs/testing/developer')
-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 |