aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/com/pres/framework/framework.md1
-rw-r--r--docs/testing/developer/devguide/index.rst4
-rw-r--r--docs/testing/user/configguide/configguide.rst1
3 files changed, 1 insertions, 5 deletions
diff --git a/docs/com/pres/framework/framework.md b/docs/com/pres/framework/framework.md
index 7979bede..109d8a03 100644
--- a/docs/com/pres/framework/framework.md
+++ b/docs/com/pres/framework/framework.md
@@ -65,7 +65,6 @@ base model for single test case
| is_successful() | interpret the results |
| get_duration() | return the duration |
| push_to_db() | push the results to the DB |
-| create_snapshot() | save the testing environment |
| clean() | clean the resources |
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst
index 11d541ae..19a1bdcb 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
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst
index 6bc1b5e3..a98772a6 100644
--- a/docs/testing/user/configguide/configguide.rst
+++ b/docs/testing/user/configguide/configguide.rst
@@ -462,7 +462,6 @@ The structure of functest repo can be described as follows::
| |-- functest_utils.py
| |-- functest_vacation.py
| |-- openstack_clean.py
- | |-- openstack_snapshot.py
| |-- openstack_tacker.py
| `-- openstack_utils.py
|-- requirements.txt