aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-17 20:47:33 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-17 22:05:42 +0100
commit31f3f58a3797fce821e8e40dfd7095fb84ae3ecf (patch)
treec00debaebd389b9db230ba16bc687b772063a5fa
parent41092fc15c76b5bb4968f3c5fd607eeae34a0e04 (diff)
Fix typo
Change-Id: I1c232d201915e7fe199b5c9cb19cdca878d3e28d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 2360d16c90c681857e001bb60d92a867029dbff1)
-rw-r--r--README.md108
1 files changed, 53 insertions, 55 deletions
diff --git a/README.md b/README.md
index 3ca575da7..a06d5a95c 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,11 @@ datacenters as the lowest cost (50 euros hardware and software included).
| Functest releases | OpenStack releases |
|-------------------|--------------------|
| Hunter | Rocky |
-| Iruya | Stein |
+| **Iruya** | **Stein** |
| Jerma | Train |
| Kali | Ussuri |
| Leguer | Victoria |
-| **Master** | **next Wallaby** |
+| Master | next Wallaby |
## Prepare your environment
@@ -50,7 +50,7 @@ export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME=XXX
```
-mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh | bash -s -- images && ls -1 images/*
+mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=stable/iruya | bash -s – images && ls -1 images/*
```
images/cirros-0.4.0-aarch64-disk.img
images/cirros-0.4.0-x86_64-disk.img
@@ -63,13 +63,13 @@ images/ubuntu-16.04-server-cloudimg-amd64-disk1.img
images/vyos-1.1.8-amd64.qcow2
```
-### Run healthcheck suite
+## Run healthcheck suite
```bash
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
```
```
@@ -80,14 +80,14 @@ sudo docker run --env-file env \
| tenantnetwork1 | functest | healthcheck | 00:05 | PASS |
| tenantnetwork2 | functest | healthcheck | 00:06 | PASS |
| vmready1 | functest | healthcheck | 00:06 | PASS |
-| vmready2 | functest | healthcheck | 00:08 | PASS |
-| singlevm1 | functest | healthcheck | 00:32 | PASS |
-| singlevm2 | functest | healthcheck | 00:37 | PASS |
-| vping_ssh | functest | healthcheck | 00:46 | PASS |
-| vping_userdata | functest | healthcheck | 00:39 | PASS |
-| cinder_test | functest | healthcheck | 01:05 | PASS |
-| tempest_smoke | functest | healthcheck | 05:39 | PASS |
-| tempest_horizon | functest | healthcheck | 01:05 | PASS |
+| vmready2 | functest | healthcheck | 00:07 | PASS |
+| singlevm1 | functest | healthcheck | 00:36 | PASS |
+| singlevm2 | functest | healthcheck | 00:35 | PASS |
+| vping_ssh | functest | healthcheck | 00:45 | PASS |
+| vping_userdata | functest | healthcheck | 00:34 | PASS |
+| cinder_test | functest | healthcheck | 01:01 | PASS |
+| tempest_smoke | functest | healthcheck | 04:16 | PASS |
+| tempest_horizon | functest | healthcheck | 00:57 | PASS |
| odl | functest | healthcheck | 00:00 | SKIP |
+--------------------------+------------------+---------------------+------------------+----------------+
```
@@ -98,31 +98,29 @@ sudo docker run --env-file env \
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
```
```
+---------------------------+------------------+---------------+------------------+----------------+
| TEST CASE | PROJECT | TIER | DURATION | RESULT |
+---------------------------+------------------+---------------+------------------+----------------+
-| tempest_neutron | functest | smoke | 15:30 | PASS |
-| tempest_cinder | functest | smoke | 02:01 | PASS |
-| tempest_keystone | functest | smoke | 01:17 | PASS |
-| tempest_heat | functest | smoke | 22:14 | PASS |
-| tempest_telemetry | functest | smoke | 00:00 | SKIP |
-| rally_sanity | functest | smoke | 17:24 | PASS |
-| refstack_compute | functest | smoke | 07:03 | PASS |
-| refstack_object | functest | smoke | 02:09 | PASS |
-| refstack_platform | functest | smoke | 07:31 | PASS |
-| tempest_full | functest | smoke | 41:52 | PASS |
-| tempest_scenario | functest | smoke | 08:42 | PASS |
-| tempest_slow | functest | smoke | 43:42 | PASS |
-| patrole_admin | functest | smoke | 21:06 | PASS |
-| patrole_member | functest | smoke | 21:23 | PASS |
-| patrole_reader | functest | smoke | 21:56 | PASS |
-| tempest_barbican | functest | smoke | 02:30 | PASS |
+| tempest_neutron | functest | smoke | 13:41 | PASS |
+| tempest_cinder | functest | smoke | 01:59 | PASS |
+| tempest_keystone | functest | smoke | 01:19 | PASS |
+| tempest_heat | functest | smoke | 25:02 | PASS |
+| rally_sanity | functest | smoke | 20:09 | PASS |
+| refstack_compute | functest | smoke | 08:36 | PASS |
+| refstack_object | functest | smoke | 02:15 | PASS |
+| refstack_platform | functest | smoke | 08:22 | PASS |
+| tempest_full | functest | smoke | 45:39 | PASS |
+| tempest_scenario | functest | smoke | 08:36 | PASS |
+| tempest_slow | functest | smoke | 50:49 | PASS |
+| patrole | functest | smoke | 02:39 | PASS |
+| networking-bgpvpn | functest | smoke | 00:00 | SKIP |
+| networking-sfc | functest | smoke | 00:00 | SKIP |
+| tempest_barbican | functest | smoke | 02:56 | PASS |
| tempest_octavia | functest | smoke | 00:00 | SKIP |
-| tempest_cyborg | functest | smoke | 00:00 | SKIP |
+---------------------------+------------------+---------------+------------------+----------------+
```
@@ -132,21 +130,21 @@ sudo docker run --env-file env \
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-cntt
+ opnfv/functest-smoke-cntt:iruya
```
```
+-------------------------------+------------------+---------------+------------------+----------------+
| TEST CASE | PROJECT | TIER | DURATION | RESULT |
+-------------------------------+------------------+---------------+------------------+----------------+
-| tempest_neutron_cntt | functest | smoke | 11:35 | PASS |
-| tempest_cinder_cntt | functest | smoke | 01:58 | PASS |
+| tempest_neutron_cntt | functest | smoke | 10:43 | PASS |
+| tempest_cinder_cntt | functest | smoke | 01:46 | PASS |
| tempest_keystone_cntt | functest | smoke | 01:13 | PASS |
-| tempest_heat_cntt | functest | smoke | 22:32 | PASS |
-| rally_sanity_cntt | functest | smoke | 17:16 | PASS |
-| tempest_full_cntt | functest | smoke | 41:13 | PASS |
-| tempest_scenario_cntt | functest | smoke | 08:57 | PASS |
-| tempest_slow_cntt | functest | smoke | 35:58 | PASS |
+| tempest_heat_cntt | functest | smoke | 22:36 | PASS |
+| rally_sanity_cntt | functest | smoke | 17:37 | PASS |
+| tempest_full_cntt | functest | smoke | 42:42 | PASS |
+| tempest_scenario_cntt | functest | smoke | 09:02 | PASS |
+| tempest_slow_cntt | functest | smoke | 31:13 | PASS |
+-------------------------------+------------------+---------------+------------------+----------------+
```
@@ -156,17 +154,17 @@ sudo docker run --env-file env \
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
```
```
+--------------------+------------------+----------------------+------------------+----------------+
| TEST CASE | PROJECT | TIER | DURATION | RESULT |
+--------------------+------------------+----------------------+------------------+----------------+
-| rally_full | functest | benchmarking | 93:03 | PASS |
-| rally_jobs | functest | benchmarking | 27:05 | PASS |
-| vmtp | functest | benchmarking | 17:56 | PASS |
-| shaker | functest | benchmarking | 24:02 | PASS |
+| rally_full | functest | benchmarking | 92:16 | PASS |
+| rally_jobs | functest | benchmarking | 17:31 | PASS |
+| vmtp | functest | benchmarking | 15:20 | PASS |
+| shaker | functest | benchmarking | 22:44 | PASS |
+--------------------+------------------+----------------------+------------------+----------------+
```
@@ -176,17 +174,17 @@ sudo docker run --env-file env \
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-cntt
+ opnfv/functest-benchmarking-cntt:iruya
```
```
+-------------------------+------------------+----------------------+------------------+----------------+
| TEST CASE | PROJECT | TIER | DURATION | RESULT |
+-------------------------+------------------+----------------------+------------------+----------------+
-| rally_full_cntt | functest | benchmarking | 89:52 | PASS |
-| rally_jobs_cntt | functest | benchmarking | 19:39 | PASS |
-| vmtp | functest | benchmarking | 16:59 | PASS |
-| shaker | functest | benchmarking | 23:43 | PASS |
+| rally_full_cntt | functest | benchmarking | 99:42 | PASS |
+| rally_jobs_cntt | functest | benchmarking | 18:49 | PASS |
+| vmtp | functest | benchmarking | 16:01 | PASS |
+| shaker | functest | benchmarking | 23:31 | PASS |
+-------------------------+------------------+----------------------+------------------+----------------+
```
@@ -196,17 +194,17 @@ sudo docker run --env-file env \
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
```
```
+----------------------+------------------+--------------+------------------+----------------+
| TEST CASE | PROJECT | TIER | DURATION | RESULT |
+----------------------+------------------+--------------+------------------+----------------+
-| cloudify | functest | vnf | 05:08 | PASS |
-| cloudify_ims | functest | vnf | 24:46 | PASS |
-| heat_ims | functest | vnf | 33:12 | PASS |
-| vyos_vrouter | functest | vnf | 15:53 | PASS |
-| juju_epc | functest | vnf | 27:52 | PASS |
+| cloudify | functest | vnf | 03:35 | PASS |
+| cloudify_ims | functest | vnf | 23:26 | PASS |
+| heat_ims | functest | vnf | 34:22 | PASS |
+| vyos_vrouter | functest | vnf | 13:49 | PASS |
+| juju_epc | functest | vnf | 41:49 | PASS |
+----------------------+------------------+--------------+------------------+----------------+
```