From 66d97a2330dd318d48157a4fc0106377265a2573 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 13 Oct 2019 16:21:53 +0200 Subject: Update Functest release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5543bb19a28edcacdff189ab7a145c87e7ed3166 Signed-off-by: Cédric Ollivier --- docs/release/release-notes/functest-release.rst | 41 +++++++++++++++---------- 1 file changed, 25 insertions(+), 16 deletions(-) (limited to 'docs') diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst index 5c668dcc5..9d4f896a6 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 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 ============ -- cgit 1.2.3-korg