Update Functest release notes 34/68634/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 13 Oct 2019 14:21:53 +0000 (16:21 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 13 Oct 2019 15:32:56 +0000 (17:32 +0200)
Change-Id: I5543bb19a28edcacdff189ab7a145c87e7ed3166
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docs/release/release-notes/functest-release.rst

index 5c668dc..9d4f896 100644 (file)
@@ -1,16 +1,16 @@
 .. SPDX-License-Identifier: CC-BY-4.0
 
-======================================
-OPNFV master release note for Functest
-======================================
+=====================================
+OPNFV Jerma release note for Functest
+=====================================
 
 Abstract
 ========
 
 This document contains the release notes of the Functest project.
 
-OPNFV master Release
-====================
+OPNFV Jerma Release
+===================
 
 Functest deals with functional testing of the OPNFV solution.
 It includes test cases developed within the project, test cases developed in
@@ -73,7 +73,7 @@ Release Data
 +--------------------------------------+--------------------------------------+
 | **Project**                          | functest                             |
 +--------------------------------------+--------------------------------------+
-| **Repository branch**                | master                               |
+| **Repository branch**                | stable/jerma                         |
 +--------------------------------------+--------------------------------------+
 
 Deliverables
@@ -94,13 +94,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 jerma: jerma
 
 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-jerma/
+ * API Docs: https://functest-api.readthedocs.io/en/stable-jerma/
 
 Version change
 ==============
@@ -108,23 +108,32 @@ Version change
 Key changes
 -----------
 
- * update testcases and containers to `OpenStack master`_ and to
-   `Kubernetes master`_
+ * update testcases and containers to `OpenStack Train`_ and to
+   `Kubernetes v1.16.1`_
+ * switch to Python 3.7 as default Python version (Python 2.7 is still
+   supported)
+ * add xrally_kubernetes
 
-.. _`OpenStack master`: https://github.com/openstack/requirements/blob/master/upper-constraints.txt
-.. _`Kubernetes master`: https://github.com/kubernetes/kubernetes
+.. _`OpenStack Train`: https://github.com/openstack/requirements/blob/stable/train/upper-constraints.txt
+.. _`Kubernetes v1.16.1`: https://github.com/kubernetes/kubernetes/tree/v1.16.1
 
 Key benefits
 ------------
 
- * Functest master is conformed with OpenStack Gates
- * Functest VNF testcases could be executed in Openstack Gates
+ * 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
+
+.. _`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
 ============