aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-10-13 16:13:51 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-10-13 17:33:28 +0200
commit7ad64e6e4030b42e256f7a6661fce61d68860439 (patch)
treef117d010535586c5050e8027d9e0c6063060643f
parentc3509a68c33c10d1fc9859d54b9a5016b1496fbd (diff)
Update Functest release notes
Change-Id: Icf24ce6ca10c45587ec82278130f9adbe385599b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docs/release/release-notes/functest-release.rst41
1 files changed, 27 insertions, 14 deletions
diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst
index 0a443d11a..b3e5d60b2 100644
--- a/docs/release/release-notes/functest-release.rst
+++ b/docs/release/release-notes/functest-release.rst
@@ -1,16 +1,16 @@
.. SPDX-License-Identifier: CC-BY-4.0
-======================================
-OPNFV master release note for Functest
-======================================
+=====================================
+OPNFV Iruya release note for Functest
+=====================================
Abstract
========
This document contains the release notes of the Functest project.
-OPNFV master Release
-====================
+OPNFV Iruya Release
+===================
Functest deals with functional testing of the OPNFV solution.
It includes test cases developed within the project, test cases developed in
@@ -72,7 +72,7 @@ Release Data
+--------------------------------------+--------------------------------------+
| **Project** | functest |
+--------------------------------------+--------------------------------------+
-| **Repository branch** | master |
+| **Repository branch** | stable/iruya |
+--------------------------------------+--------------------------------------+
Deliverables
@@ -93,13 +93,13 @@ Software
* https://hub.docker.com/r/opnfv/functest-kubernetes-healthcheck
* https://hub.docker.com/r/opnfv/functest-kubernetes-smoke
-Docker tag for master: latest
+Docker tag for iruya: iruya
Documents
---------
- * Functests Guides: https://functest.readthedocs.io/en/latest/
- * API Docs: https://functest-api.readthedocs.io/en/latest/
+ * Functests Guides: https://functest.readthedocs.io/en/stable-iruya/
+ * API Docs: https://functest-api.readthedocs.io/en/stable-iruya/
Version change
==============
@@ -108,23 +108,36 @@ Key changes
-----------
* update testcases and containers to `OpenStack Stein`_ and to
- `Kubernetes v1.14.1`_
+ `Kubernetes v1.15.4`_
+ * switch to Python 3.6 as default Python version (Python 2.7 is still
+ supported)
+ * add tempest_slow, octavia, refstack_object and refstack_platform
+ * add new Rally scenarios verifying Barbican and Swift
+ * allow running Rally without any external network
+ * fix the last resource leaks in the upstream projects (Tempest and Neutron
+ Tempest plugin)
+ * run all unit tests and all linters via CircleCI
.. _`OpenStack Stein`: https://github.com/openstack/requirements/blob/stable/stein/upper-constraints.txt
-.. _`Kubernetes v1.14.1`: https://github.com/kubernetes/kubernetes/tree/v1.14.1
+.. _`Kubernetes v1.15.4`: https://github.com/kubernetes/kubernetes/tree/v1.15.4
Key benefits
------------
- * the enduser can leverage on Functest `right after the upstream releases`_
+ * the enduser can easily deploy its own `Functest toolchains`_ in few commands
+ * everyone can pick stable Functest rolling releases (latest included)
+ * Functest can verify VIM in production even on `Raspberry PI`_
+ * all testcases can run in parallel (tested with 4 executors in our gates)
+ * no remaining resources detected in our gates after multiple runs
-.. _`right after the upstream releases`: https://lists.opnfv.org/g/opnfv-tsc/message/5181
+.. _`Functest toolchains`: https://wiki.opnfv.org/pages/viewpage.action?pageId=32015004
+.. _`Raspberry PI`: https://wiki.opnfv.org/display/functest/Run+Functest+containers+on+Raspberry+PI
Code quality
------------
* pylint: 10.00/10
- * code coverage: 71%
+ * code coverage: 70%
Useful links
============