X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=83316788aa68e18ca1e62169801882ad72ad3f0a;hb=refs%2Fchanges%2F70%2F4170%2F1;hp=45465bdf68e006c3d26aa86a07fdad916dca0cb0;hpb=0ecb83876534057c87d21675c7b5fa773d77a828;p=it%2Ftest.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 45465bd..8331678 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,12 +1,175 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2019 AT&T Intellectual Property +.. ===============LICENSE_START======================================================= +.. Copyright (C) 2019 AT&T Intellectual Property +.. =================================================================================== +.. This documentation file is distributed under the Creative Commons Attribution +.. 4.0 International License (the "License"); you may not use this file except in +.. compliance with the License. You may obtain a copy of the License at +.. +.. http://creativecommons.org/licenses/by/4.0 +.. +.. This file is distributed on an "AS IS" BASIS, +.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +.. See the License for the specific language governing permissions and +.. limitations under the License. +.. ===============LICENSE_END========================================================= + + +This document provides the release notes for the Bronze Release of the it/test repository. + +.. contents:: + :depth: 3 + :local: + + +Release Notes +============= + +Version history +--------------- + + ++--------------------+--------------------+--------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2020-06-16 | 0.1.1 | Bharath B | Bronze version | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2019-11-29 | 0.1.0 | Bharath B | First draft | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ + + + +Summary +------- + +The Bronze Release of it/test repository contains: + +- Test automation scripts written using the robot frameworkDeployment scripts for a dev-test 1-node Kubernetes cluster. The following improvements were made to the robot framework: + • Substantial rework of the ric-robot-framework tree to make it more user-friendly + • Added an XApp specifically for testing purposes; currently only used for A1 mediator tests + • Tests for many more RIC components + • Support for tests which execute commands in pods + • Bugfixes and functionality upgrades to existing tests + • Improved documentation +- A workload generator that is used to benchmark the RIC (no change since Amber) + + + + +Release Data +------------ + ++--------------------------------------+--------------------------------------+ +| **Project** | End-to-End (E2E) Testing | +| | | ++--------------------------------------+--------------------------------------+ +| **Repo/commit-ID** | it/test | +| | | ++--------------------------------------+--------------------------------------+ +| **Release designation** | Bronze | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | 2020-06-16 | +| | | ++--------------------------------------+--------------------------------------+ +| **Purpose of the delivery** | Bronze release | +| | | ++--------------------------------------+--------------------------------------+ + + + + +Feature additions +------------------- + +**JIRA BACK-LOG:** + ++--------------------------------------+--------------------------------------+ +| **JIRA REFERENCE** | **SLOGAN** | +| | | ++--------------------------------------+--------------------------------------+ +| | | +| | | +| | | ++--------------------------------------+--------------------------------------+ +| | | +| | | +| | | ++--------------------------------------+--------------------------------------+ + +Bug corrections +---------------- + +**JIRA TICKETS:** + ++--------------------------------------+--------------------------------------+ +| **JIRA REFERENCE** | **SLOGAN** | +| | | ++--------------------------------------+--------------------------------------+ +| | | +| | | +| | | ++--------------------------------------+--------------------------------------+ +| | | +| | | +| | | ++--------------------------------------+--------------------------------------+ + +Deliverables +------------- + + + +Software deliverables +--------------------- + +- Stand-alone light-weight robot container: nexus3.o-ran-sc.org:10002/o-ran-sc/it-test-nanobot:0.0.3 +- Full-fledged robot container with GUI: nexus3.o-ran-sc.org:10002/o-ran-sc/it-test-ric-robot:0.2.0 + +Documentation deliverables +--------------------------- + +- release notes present in it/test/docs + +Known Limitations, Issues, and Workarounds +------------------------------------------ + +System Limitations +------------------ + + +Known issues +------------------ + +**JIRA TICKETS:** + ++--------------------------------------+--------------------------------------+ +| **JIRA REFERENCE** | **SLOGAN** | +| | | ++--------------------------------------+--------------------------------------+ +| | | +| | | +| | | ++--------------------------------------+--------------------------------------+ +| | | +| | | +| | | ++--------------------------------------+--------------------------------------+ + +Workarounds +------------------ + + + + +References +----------- + -RIC E2E Testing Repo Release Notes -================================== -Version 1.0.0, 12 Nov 2019 --------------------------- -* Initial version