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/release/release-notes/functest-release.rst4
-rw-r--r--docs/testing/developer/devguide/index.rst4
-rw-r--r--docs/testing/user/configguide/configguide.rst1
-rw-r--r--docs/testing/user/userguide/test_details.rst44
-rw-r--r--docs/testing/user/userguide/test_overview.rst6
6 files changed, 27 insertions, 33 deletions
diff --git a/docs/com/pres/framework/framework.md b/docs/com/pres/framework/framework.md
index 7979beded..109d8a039 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/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst
index d984a558b..ee9a5e921 100644
--- a/docs/release/release-notes/functest-release.rst
+++ b/docs/release/release-notes/functest-release.rst
@@ -100,9 +100,7 @@ Software
* https://hub.docker.com/r/opnfv/testapi
-Docker tag to be pulled:
- * amd64: amd64-opnfv-5.1.0
- * arm64: arm64-opnfv-5.1.0
+Docker tag to be pulled: opnfv-5.1.0
Documents
---------
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
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst
index 6bc1b5e37..a98772a6a 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
diff --git a/docs/testing/user/userguide/test_details.rst b/docs/testing/user/userguide/test_details.rst
index 43a75b73d..97c4688cc 100644
--- a/docs/testing/user/userguide/test_details.rst
+++ b/docs/testing/user/userguide/test_details.rst
@@ -110,28 +110,28 @@ As vPing_ssh, it checks that 2 instances can talk to
each other on a Private Tenant network::
vPing_userdata test case
- +-------------+ +-------------+
- | | | |
- | | Boot VM1 with IP1 | |
- | +------------------->| |
- | | | |
- | | Boot VM2 with | |
- | | ping.sh as userdata| |
- | | with IP1 as $1. | |
- | +------------------->| |
- | Tester | | System |
- | | VM2 exeutes ping.sh| Under |
- | | (ping IP1) | Test |
- | +------------------->| |
- | | | |
- | | Monitor nova | |
- | | console-log VM 2 | |
- | | If ping: | |
- | | exit OK | |
- | | else (timeout) | |
- | | exit Failed | |
- | | | |
- +-------------+ +-------------+
+ +-------------+ +-------------+
+ | | | |
+ | | Boot VM1 with IP1 | |
+ | +-------------------->| |
+ | | | |
+ | | Boot VM2 with | |
+ | | ping.sh as userdata | |
+ | | with IP1 as $1. | |
+ | +-------------------->| |
+ | Tester | | System |
+ | | VM2 executes ping.sh| Under |
+ | | (ping IP1) | Test |
+ | +-------------------->| |
+ | | | |
+ | | Monitor nova | |
+ | | console-log VM 2 | |
+ | | If ping: | |
+ | | exit OK | |
+ | | else (timeout) | |
+ | | exit Failed | |
+ | | | |
+ +-------------+ +-------------+
When the second VM boots it will execute the script passed as userdata
automatically. The ping will be detected by periodically capturing the output
diff --git a/docs/testing/user/userguide/test_overview.rst b/docs/testing/user/userguide/test_overview.rst
index 98af61437..a22a5067f 100644
--- a/docs/testing/user/userguide/test_overview.rst
+++ b/docs/testing/user/userguide/test_overview.rst
@@ -65,7 +65,7 @@ validate the scenario for the release.
| | | | tests |
| | +----------------+----------------------------------+
| | | refstack | Reference RefStack suite |
-| | | \_defcore | tempest selection for NFV |
+| | | \_defcore | tempest selection for NFV |
| +---------------+----------------+----------------------------------+
| | components | tempest_full | Generate and run a full set of |
| | | \_parallel | the OpenStack Tempest Test Suite.|
@@ -139,10 +139,10 @@ validate the scenario for the release.
| | | | VoIP System |
| | +----------------+----------------------------------+
| | | orchestra | OpenIMS deployment using |
-| | | openims | Openbaton orchestrator |
+| | | \_openims | Openbaton orchestrator |
| | +----------------+----------------------------------+
| | | orchestra | Cleawater IMS deployment using |
-| | | cleawaterims | Openbaton orchestrator |
+| | | \_cleawaterims | Openbaton orchestrator |
| | +----------------+----------------------------------+
| | | vyos_vrouter | vRouter testing |
| | +----------------+----------------------------------+