Update Functest release notes 33/68633/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 13 Oct 2019 14:13:51 +0000 (16:13 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 13 Oct 2019 15:33:28 +0000 (17:33 +0200)
Change-Id: Icf24ce6ca10c45587ec82278130f9adbe385599b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docs/release/release-notes/functest-release.rst

index 0a443d1..b3e5d60 100644 (file)
@@ -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
 ============