ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 1 | .. |
| 2 | SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | |
ajay | ce0380c | 2021-12-14 21:51:00 -0800 | [diff] [blame] | 5 | Overview |
| 6 | ======== |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 7 | |
| 8 | The goal and objective of SD-Core test automation is to build a framework that |
| 9 | provides highly scalable and low maintenance code which will help cover various |
| 10 | categories of tests. Framework includes libraries and tools that allows both |
| 11 | component level and integration level tests. Robot Framework will be used for |
| 12 | covering integration tests. Component level test coverage have been |
| 13 | accomplished by leveraging the existing test frameworks that were developed in |
| 14 | their respective projects. Component level tests include tests for SD-CORE areas. |
| 15 | |
| 16 | Test Frameworks |
| 17 | --------------- |
| 18 | |
| 19 | The following diagram outlines each SD-Core component, followed by an online |
| 20 | of the test frameworks used: |
| 21 | |
| 22 | .. image:: images/4G-Common-Testing.png |
| 23 | :width: 840 |
| 24 | :height: 540 |
| 25 | :alt: Aether Overview Diagram |
| 26 | |
| 27 | .. list-table:: Test Frameworks |
| 28 | :widths: 5 3 |
| 29 | :header-rows: 1 |
| 30 | |
| 31 | * - Aether Core Component |
| 32 | - Test Framework |
| 33 | * - SD-Core |
| 34 | - `NG40/NG4T <https://www.ng4t.com/>`_ |
| 35 | |
| 36 | Test Automation |
| 37 | --------------- |
| 38 | |
| 39 | `Jenkins <https://www.jenkins.io/>`_ is the primary automation server that is |
| 40 | used to help trigger our automated tests. All Aether Jenkins jobs are |
| 41 | created and run on the Aether Jenkins instance. |