diff options
author | Cedric Ollivier <ollivier.cedric@gmail.com> | 2017-03-29 12:52:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-29 12:52:31 +0000 |
commit | fe60c2fbe2b3f8d7c4c6cbf7e11dd97a9598fb7e (patch) | |
tree | 56da7c4855fc46e89fe627c57f1be070aedc415f /docs/testing/developer/devguide/index.rst | |
parent | e0ff12a18ff24f7c023fa5d6be0d145f450e0283 (diff) | |
parent | eaacf8913a141b1e518ea990e7f12f0a195f8c21 (diff) |
Merge "rename feature_base to feature"
Diffstat (limited to 'docs/testing/developer/devguide/index.rst')
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index 67890f0b9..43f0804d7 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -157,12 +157,12 @@ In order to harmonize test integration, 3 abstraction classes have been introduced in Danube: * testcase: base for any test case - * feature_base: abstraction for feature project + * feature: abstraction for feature project * vnf_base: abstraction for vnf onboarding The goal is to unify the way to run test from Functest. -feature_base and vnf_base inherit from testcase:: +feature and vnf_base inherit from testcase:: +-----------------------------------------+ | | @@ -178,7 +178,7 @@ feature_base and vnf_base inherit from testcase:: V V +--------------------+ +--------------------------+ | | | | - | feature_base | | vnf_base | + | feature | | vnf_base | | | | | | - prepare() | | - prepare() | | - execute() | | - deploy_orchestrator() | |