aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide/index.rst
diff options
context:
space:
mode:
authorCedric Ollivier <ollivier.cedric@gmail.com>2017-03-28 08:12:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-28 08:12:21 +0000
commit18ffb2a431fd82055cd5abf656f00f2c90af7146 (patch)
tree67cb1e8045812d29517a026ac5cc09f4bab28009 /docs/testing/developer/devguide/index.rst
parent514c97b036cf968e03e600a4761757448bef0a0a (diff)
parent69e51470d8e9f51e02d5f0bd6e957c4e24c603c6 (diff)
Merge "Rename testcase_base to testcase"
Diffstat (limited to 'docs/testing/developer/devguide/index.rst')
-rw-r--r--docs/testing/developer/devguide/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst
index d5295903..366eb7d3 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::
+-----------------------------------------+
| |