From 7ad64e6e4030b42e256f7a6661fce61d68860439 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 13 Oct 2019 16:13:51 +0200 Subject: Update Functest release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icf24ce6ca10c45587ec82278130f9adbe385599b Signed-off-by: Cédric Ollivier --- docs/release/release-notes/functest-release.rst | 41 ++++++++++++++++--------- 1 file 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 ============ -- cgit 1.2.3-korg