aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide/index.rst
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-12-21 01:54:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-21 01:54:28 +0000
commit0eaf50150fccd1acd1e8d8c2bbd8ef0a1e1afc3f (patch)
tree20de7eee379e9d0257d19ed5689a31f3e2a73d96 /docs/testing/developer/devguide/index.rst
parented9c3b0b4aaa751e298aed6c52f56d2a0319c70d (diff)
parent00c01aeafab54ec7b9ea376099fb6aaff0da5f5a (diff)
Merge "Remove openstack_[clean,snapshot]"
Diffstat (limited to 'docs/testing/developer/devguide/index.rst')
-rw-r--r--docs/testing/developer/devguide/index.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst
index 11d541ae2..19a1bdcb8 100644
--- a/docs/testing/developer/devguide/index.rst
+++ b/docs/testing/developer/devguide/index.rst
@@ -249,7 +249,7 @@ Functest util classes
In order to simplify the creation of test cases, Functest develops also some
functions that are used by internal test cases.
Several features are supported such as logger, configuration management and
-Openstack capabilities (snapshot, clean, tacker,..).
+Openstack capabilities (tacker,..).
These functions can be found under <repo>/functest/utils and can be described as
follows::
@@ -259,8 +259,6 @@ follows::
|-- decorators.py
|-- env.py
|-- functest_utils.py
- |-- openstack_clean.py
- |-- openstack_snapshot.py
|-- openstack_tacker.py
`-- openstack_utils.py