From 917af9e7c9c5f0395d2edcc4e5d51ed1ca294949 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 2 Jul 2019 19:50:57 +0200 Subject: Update python versions and testcase list in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0ed395c39dd7e0ad1bf0f5d181fe6c2c397809e4 Signed-off-by: Cédric Ollivier --- docs/release/release-notes/functest-release.rst | 4 +++- docs/testing/user/configguide/configguide.rst | 20 +++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) (limited to 'docs') 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:: -- cgit 1.2.3-korg