diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-03-27 10:26:05 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-13 08:32:24 +0200 |
commit | f5b4588ae8d59f1f1bd4ca4406419d1dc9da35df (patch) | |
tree | 929498e6c5c1223acef29a1939ec97042c63ea1b /docs/testing/developer/devguide/index.rst | |
parent | 5112760fe2ca1e4d31f368235c4aee87e7577e5f (diff) |
Rename testcase_base to testcase
It simply removes the useless suffix.
Change-Id: Ib9a682b57d8f33518359d817a593bb3786577390
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 69e51470d8e9f51e02d5f0bd6e957c4e24c603c6)
Diffstat (limited to 'docs/testing/developer/devguide/index.rst')
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index d5295903c..366eb7d37 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -156,13 +156,13 @@ Functest abstraction classes In order to harmonize test integration, 3 abstraction classes have been introduced in Danube: - * testcase_base: base for any test case + * testcase: base for any test case * feature_base: 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_base:: +feature_base and vnf_base inherit from testcase:: +-----------------------------------------+ | | |