aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-07-02 19:50:57 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-07-02 19:59:53 +0200
commit917af9e7c9c5f0395d2edcc4e5d51ed1ca294949 (patch)
tree45a7c402162775fb53382dc5f8dc15ecf573aebd /docs
parent10d3ec8cf74a9a35a45cb5dbafa86f52411f9e5e (diff)
Update python versions and testcase list in docs
Change-Id: I0ed395c39dd7e0ad1bf0f5d181fe6c2c397809e4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/release/release-notes/functest-release.rst4
-rw-r--r--docs/testing/user/configguide/configguide.rst20
2 files changed, 14 insertions, 10 deletions
diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst
index f5bb2c1fb..c0afee9f7 100644
--- a/docs/release/release-notes/functest-release.rst
+++ b/docs/release/release-notes/functest-release.rst
@@ -36,7 +36,9 @@ The internal test cases are:
* tempest_smoke
* neutron-tempest-plugin-api
* rally_sanity
- * refstack_defcore
+ * refstack_compute
+ * refstack_object
+ * refstack_platform
* patrole
* neutron_trunk
* networking-bgpvpn
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst
index 404aed88b..45fcac896 100644
--- a/docs/testing/user/configguide/configguide.rst
+++ b/docs/testing/user/configguide/configguide.rst
@@ -67,7 +67,7 @@ Run healthcheck suite::
sudo docker run --env-file env \
-v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
-v $(pwd)/images:/home/opnfv/functest/images \
- opnfv/functest-healthcheck
+ opnfv/functest-healthcheck:iruya
Results shall be displayed as follows::
@@ -98,7 +98,7 @@ Run smoke suite::
sudo docker run --env-file env \
-v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
-v $(pwd)/images:/home/opnfv/functest/images \
- opnfv/functest-smoke
+ opnfv/functest-smoke:iruya
Results shall be displayed as follows::
@@ -107,7 +107,9 @@ Results shall be displayed as follows::
+------------------------------------+------------------+---------------+------------------+----------------+
| neutron-tempest-plugin-api | functest | smoke | 13:50 | PASS |
| rally_sanity | functest | smoke | 14:13 | PASS |
- | refstack_defcore | functest | smoke | 09:60 | PASS |
+ | refstack_compute | functest | smoke | 07:24 | PASS |
+ | refstack_object | functest | smoke | 02:08 | PASS |
+ | refstack_platform | functest | smoke | 08:32 | PASS |
| tempest_full | functest | smoke | 58:40 | PASS |
| tempest_scenario | functest | smoke | 09:47 | PASS |
| patrole | functest | smoke | 05:34 | PASS |
@@ -128,7 +130,7 @@ Run benchmarking suite::
sudo docker run --env-file env \
-v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
-v $(pwd)/images:/home/opnfv/functest/images \
- opnfv/functest-benchmarking
+ opnfv/functest-benchmarking:iruya
Results shall be displayed as follows::
@@ -152,7 +154,7 @@ Run features suite::
sudo docker run --env-file env \
-v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
-v $(pwd)/images:/home/opnfv/functest/images \
- opnfv/functest-features
+ opnfv/functest-features:iruya
Results shall be displayed as follows::
@@ -177,7 +179,7 @@ Run vnf suite::
sudo docker run --env-file env \
-v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
-v $(pwd)/images:/home/opnfv/functest/images \
- opnfv/functest-vnf
+ opnfv/functest-vnf:iruya
Results shall be displayed as follows::
@@ -214,7 +216,7 @@ Run healthcheck suite::
sudo docker run -it --env-file env \
-v $(pwd)/config:/root/.kube/config \
- opnfv/functest-kubernetes-healthcheck
+ opnfv/functest-kubernetes-healthcheck:iruya
A config file in the current dir 'config' is also required, which should be
volume mapped to ~/.kube/config inside kubernetes container.
@@ -234,7 +236,7 @@ Run smoke suite::
sudo docker run -it --env-file env \
-v $(pwd)/config:/root/.kube/config \
- opnfv/functest-kubernetes-smoke
+ opnfv/functest-kubernetes-smoke:iruya
Results shall be displayed as follows::
@@ -251,7 +253,7 @@ Run features suite::
sudo docker run -it --env-file env \
-v $(pwd)/config:/root/.kube/config \
- opnfv/functest-kubernetes-features
+ opnfv/functest-kubernetes-features:iruya
Results shall be displayed as follows::