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 | .. _sdcore-testing: |
| 6 | |
| 7 | Test frameworks and coverage |
| 8 | ============================ |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 9 | |
| 10 | Test Framework |
| 11 | -------------- |
| 12 | |
| 13 | NG40 |
| 14 | """" |
| 15 | |
| 16 | NG40 tool is used as RAN emulator in SD-Core testing. NG40 runs inside a VM |
| 17 | which is connected to both Aether control plane and data plane. In testing |
| 18 | scenarios that involve data plane verification, NG40 also emulates a few |
| 19 | application servers which serve as the destinations of data packets. |
| 20 | |
| 21 | A typical NG40 test case involves UE attaching, data plane verification and |
| 22 | UE detaching. During the test NG40 acts as UEs and eNBs and talks to the |
| 23 | mobile core to complete attach procedures for each UE it emulates. Then NG40 |
| 24 | verifies that data plane works for each attached UE by sending traffic between |
| 25 | UEs and application servers. Before finishing each test NG40 performs detach |
| 26 | procedures for each attached UE. |
| 27 | |
| 28 | Test cases |
| 29 | '''''''''' |
| 30 | |
| 31 | Currently the following NG40 test cases are implemented: |
| 32 | |
| 33 | 4G Tests: |
| 34 | |
| 35 | 1. ``4G_M2AS_PING_FIX`` (attach, dl ping, detach) |
| 36 | 2. ``4G_M2AS_UDP`` (attach, dl+ul udp traffic, detach) |
| 37 | 3. ``4G_M2AS_TCP`` (attach, release, service request, dl+ul tcp traffic, detach) |
| 38 | 4. ``4G_AS2M_PAGING`` (attach, release, dl udp traffic, detach) |
| 39 | 5. ``4G_M2AS_SRQ_UDP`` (attach, release, service request, dl+ul udp traffic) |
| 40 | 6. ``4G_M2CN_PS`` (combined IMSI/PTMSI attach, detach) |
| 41 | 7. ``4G_HO`` (attach, relocate and dl ping, detach) |
| 42 | 8. ``4G_SCALE`` (attach, dl ping, detach with multiple UEs) |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 43 | 9. ``4G_3_APPS`` (4G attach-detach with ICMP/UDP Data test with 3 applications) |
| 44 | 10. ``4G_SCALE_HO`` (attach, Handover, dl ping, detach with multiple UEs) |
| 45 | 11. ``4G_ATTACH_STRESS`` (attach-detach 200 times consecutively) |
| 46 | 12. ``4G_TAU`` (attach, Tracking Area Update, detach) |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 47 | |
| 48 | 5G Tests: |
| 49 | |
| 50 | 1. ``5G_SA_Register_Deregister`` (registration, deregistration) |
| 51 | 2. ``5G_SA_Register`` (registration, session establishment, deregistration) |
| 52 | 3. ``5G_SA_Release`` (registration, session establishment, dl ping, release, deregistration) |
| 53 | 4. ``5G_SA_Activate_Release`` (registration, session establishment, dl ping, release, service request, |
| 54 | dl ping, deregistration) |
| 55 | 5. ``5G_SA_Scale`` (registration, session establishment, dl ping, deregistration for multiple UEs) |
| 56 | 6. ``5G_SA_M2AS_ICMP`` (registration, session establishment, dl ping, deregistration) |
| 57 | 7. ``5G_SA_M2AS_TCP`` (registration, session establishment, dl+ul tcp traffic, deregistration) |
| 58 | 8. ``5G_SA_M2AS_UDP`` (registration, session establishment, dl+ul udp traffic, deregistration) |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 59 | 9. ``5G_SA_SCALE`` (registration, session establishment, dl+ul udp traffic, deregistration with multiple UEs) |
| 60 | 10. ``5G_SA_Error_Malformed_Reg_Type`` (Error Scenario: registration with malformed registration type) |
| 61 | 11. ``5G_SA_Error_Auth_response_with_invalid_RES`` (Error Scenario: Invalid RES sent in Auth Response) |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 62 | |
| 63 | All the test cases are parameterized and can take arguments to specify number |
| 64 | of UEs, attach/detach rate, traffic type/rate etc. For example, ``4G_SCALE`` |
| 65 | test case can be configured as a mini scalability test which performs only 5 |
| 66 | UE attaches in a patchset pre-merge test, while in the nightly tests it can |
| 67 | take different arguments to run 10K UE attaches with a high attach rate. |
| 68 | |
| 69 | Test suites |
| 70 | ''''''''''' |
| 71 | |
| 72 | The test cases are atomic testing units and can be combined to build test |
| 73 | suites. The following test suites have been built so far: |
| 74 | |
| 75 | 1. ``functionality test suite`` verifies basic functionality of the |
| 76 | mobile core. 4G functionality suite runs 4G test case #1 to #8 including |
| 77 | ``4G_SCALE`` which attaches 5 UEs with 1/s attach rate. 5G functionality |
| 78 | suite runs 5G test case #1 to #8 including ``5G_SA_Scale`` which attaches |
| 79 | 100 UEs with 1/s attach rate. |
| 80 | 2. ``scalability test suite`` tests the system by scale and verifies |
| 81 | system stability. It runs ``4G_SCALE`` (or ``5G_SA_Scale``) which attaches |
| 82 | a large number of UEs with high attach rate (16k UEs with 100/s rate on 4G |
| 83 | CI pod, 1k UEs with 10/s rate on 4G staging pod, and 1k UEs with 1/s rate |
| 84 | on 5G CI pod). |
| 85 | 3. ``performance test suite`` measures performance of the control and |
| 86 | data plane. It runs ``4G_SCALE`` multiple times with different attach rates |
| 87 | to understand how the system performs under different loads. |
| 88 | |
| 89 | Robot Framework |
| 90 | """"""""""""""" |
| 91 | |
| 92 | Robot Framework was chosen to build test cases that involve interacting with |
| 93 | not only NG40 but also other parts of the system. In these scenarios Robot |
| 94 | Framework acts as a high level orchestrator which drives various components |
| 95 | of the system using component specific libraries including NG40. |
| 96 | |
| 97 | Currently the ``Integration test suite`` is implemented using Robot |
| 98 | Framework. In the integration tests Robot Framework calls the ng40 library to |
| 99 | perform normal attach/detach procedures. Meanwhile it injects failures into |
| 100 | the system (container restarts, link down etc.) by calling functions |
| 101 | implemented in the k8s library. |
| 102 | |
| 103 | The following integration tests are implemented at the moment: |
| 104 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 105 | 4G Tests: |
| 106 | |
| 107 | 1. Subscriber Attach with HSS Restart (attach, Restart HSS, detach) |
| 108 | 2. Subscriber Attach with SPGWC Restart (attach, Restart SPGWC, detach) |
| 109 | 3. Subscriber Attach Detach HSS Restart Attach Detach (attach-detach, Restart HSS, attach-detach) |
| 110 | 4. Subscriber Attach Detach SPGWC Restart Attach Detach (attach-detach, Restart SPGWC, attach-detach) |
| 111 | 5. Measure Downtime for HSS Restart (Verifies if HSS restarts within acceptable time limit) |
| 112 | 6. Measure Downtime for SPGWC Restart (Verifies if SPGWC restarts within acceptable time limit) |
| 113 | |
| 114 | 5G Tests: |
| 115 | |
| 116 | 1. ``Subscriber Register-Deregister with SMF Restart`` (registration, SMF Restart, deregistration) |
| 117 | 2. ``Subscriber Register-Deregister with AUSF Restart`` (registration, AUSF Restart, deregistration) |
| 118 | 3. ``Subscriber Register-Deregister with NRF Restart`` (registration, NRF Restart, deregistration) |
| 119 | 4. ``Subscriber Register-Deregister with NSSF Restart`` (registration, NSSF Restart, deregistration) |
| 120 | 5. ``Subscriber Register-Deregister with PCF Restart`` (registration, PCF Restart, deregistration) |
| 121 | 6. ``Subscriber Register-Deregister with UDR Restart`` (registration, UDR Restart, deregistration) |
| 122 | 7. ``Measure Downtime for SMF Restart`` (Verifies if SMF restarts within acceptable time limit) |
| 123 | 8. ``Measure Downtime for AUSF Restart`` (Verifies if AUSF restarts within acceptable time limit) |
| 124 | 9. ``Measure Downtime for NRF Restart`` (Verifies if NRF restarts within acceptable time limit) |
| 125 | 10. ``Measure Downtime for NSSF Restart`` (Verifies if NSSF restarts within acceptable time limit) |
| 126 | 11. ``Measure Downtime for PCF Restart`` (Verifies if PCF restarts within acceptable time limit) |
| 127 | 12. ``Measure Downtime for UDR Restart`` (Verifies if UDR restarts within acceptable time limit) |
| 128 | 13. ``Context Replacement at AMF`` (Verifies context replacement at AMF after NG40 restart) |
| 129 | 14. ``Context Replacement at UPF`` (Verifies context replacement at UPF after SMF restart) |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 130 | |
| 131 | .. Note:: |
| 132 | More integration tests are being developed as part of Robot Framework |
| 133 | |
| 134 | Test Schedules |
| 135 | -------------- |
| 136 | |
| 137 | Nightly Tests |
| 138 | """"""""""""" |
| 139 | |
| 140 | SD-Core nightly tests are a set of jobs managed by Aether Jenkins. |
| 141 | All four test suites we mentioned above are scheduled to run nightly. |
| 142 | |
| 143 | 1. ``functionality job (func)`` runs NG40 test cases included in the |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 144 | functionality suite and Integration test suite and verifies all tests pass. |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 145 | 2. ``scalability job (scale)`` runs the scalability test suite and reports |
| 146 | the number of successful/failed attaches, detaches and pings. |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 147 | |
| 148 | And all these jobs can be scheduled on any of the Aether PODs including |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 149 | ``ci-4g`` pod, ``ci-5g`` pod, ``qa`` pod and ``qa2`` pod. By combining |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 150 | the test type and test pod the following Jenkins jobs are generated: |
| 151 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 152 | 1. ``ci-4g`` pod: `sdcore_ci-4g_4g_bess_func`, `sdcore_ci-4g_4g_bess_scale` |
| 153 | 2. ``ci-5g`` pod: `sdcore_ci-5g_5g_bess_func`, `sdcore_ci-5g_5g_bess_scale` |
| 154 | 3. ``qa`` pod: `sdcore_qa_4g_bess_func`, `sdcore_qa_4g_bess_scale` |
| 155 | 4. ``qa2`` pod: `sdcore_qa2_4g_bess_func`, `sdcore_qa2_4g_bess_scale` |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 156 | |
| 157 | Nightly Job structure |
| 158 | """"""""""""""""""""" |
| 159 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 160 | Take `sdcore_ci-4g_4g_bess_scale` job as an example. It runs the following downstream jobs: |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 161 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 162 | 1. `sdcore_ci-4g_deploy`: this job re-deploys the ``ci-4g`` pod with latest OMEC images. |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 163 | |
| 164 | .. Note:: |
| 165 | only the ``ci-4g`` and ``ci-5g`` pod jobs trigger deployment downstream job. No |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 166 | re-deployment is performed on the qa and qa2 pods before the tests. |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 167 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 168 | 2. `sdcore_ci-4g_4g_bess_robot-test`: this job executes the scalability test suite. |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 169 | 3. `archive-artifacts_ci-4g`: this job collects and uploads k8s and container logs. |
| 170 | 4. `post-results_ci-4g`: this job collects the NG40 test logs/pcaps and pushes the |
| 171 | test data to database. It also generates plots using Rscript for func and |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 172 | scale tests. |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 173 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 174 | The integration tests are written using Robot Framework and are executed along |
| 175 | with the functional tests. Take `sdcore_ci-4g_4g_bess_func` as an example. It runs the |
| 176 | following downstream jobs: |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 177 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 178 | 1. `sdcore_ci-4g_deploy`: this job executes the scalability test suite. |
| 179 | 2. `sdcore_ci-4g_4g_bess_robot-test`: this job calls robot |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 180 | framework to execute the test cases and publishes the test results using |
| 181 | `RobotPublisher` Jenkins plugin. The robot results will also be copied to |
| 182 | the upstream job and published there. |
| 183 | 3. `archive-artifacts_ci-4g`: this job collects and uploads k8s and container logs. |
| 184 | 4. `post-results_ci-4g`: this job collects the NG40 test logs/pcaps and pushes the |
| 185 | test data to database. It also generates plots using Rscript for func and |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 186 | scale tests. |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 187 | |
| 188 | Patchset Tests |
| 189 | -------------- |
| 190 | |
| 191 | SD-Core pre-merge verification covers the following public Github repos: ``c3po``, |
| 192 | ``Nucleus``, ``upf-epc`` and the following private Github repos: ``spgw``. ``amf``, |
| 193 | ``smf``, ``ausf``, ``nssf``, ``nrf``, ``pcf``, ``udm``, ``udr``, ``webconsole``. |
| 194 | SD-Core CI verifies the following: |
| 195 | |
| 196 | 1. ONF CLA verification |
| 197 | 2. License verification (FOSSA/Reuse) |
| 198 | 3. NG40 tests |
| 199 | |
| 200 | These jobs are automatically triggered by submitted or updated PR to the repos |
| 201 | above. They can also be triggered manually by commenting ``retest this please`` |
| 202 | to the PR. At this moment only CLI and NG40 verification are mandatory. |
| 203 | |
| 204 | The NG40 verification are a set of jobs running on both opencord Jenkins and |
| 205 | Aether Jenkins (private). The jobs run on opencord Jenkins include |
| 206 | |
| 207 | 1. `omec_c3po_container_remote <https://jenkins.opencord.org/job/omec_c3po_container_remote/>`_ (public) |
| 208 | 2. `omec_Nucleus_container_remote <https://jenkins.opencord.org/job/omec_Nucleus_container_remote/>`_ (public) |
| 209 | 3. `omec_upf-epc_container_remote <https://jenkins.opencord.org/job/omec_upf-epc_container_remote/>`_ (public) |
| 210 | 4. `omec_spgw_container_remote` (private, under member-only folder) |
| 211 | |
| 212 | And the jobs run on Aether Jenkins include |
| 213 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 214 | 1. `c3po_premerge_ci-4g_4g_bess` |
| 215 | 2. `Nucleus_premerge_ci-4g_4g_bess` |
| 216 | 3. `upf-epc_premerge_ci-4g_4g_bess` |
| 217 | 4. `spgw_premerge_ci-4g_4g_bess` |
| 218 | 5. `amf_premerge_ci-5g_5g_bess` |
| 219 | 6. `smf_premerge_ci-5g_5g_bess` |
| 220 | 7. `ausf_premerge_ci-5g_5g_bess` |
| 221 | 8. `nssf_premerge_ci-5g_5g_bess` |
| 222 | 9. `nrf_premerge_ci-5g_5g_bess` |
| 223 | 10. `pcf_premerge_ci-5g_5g_bess` |
| 224 | 11. `udm_premerge_ci-5g_5g_bess` |
| 225 | 12. `udr_premerge_ci-5g_5g_bess` |
| 226 | 13. `webconsole_premerge_ci-5g_5g_bess` |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 227 | |
| 228 | Patchset Job structure |
| 229 | """""""""""""""""""""" |
| 230 | |
| 231 | Take ``c3po`` jobs as an example. ``c3po`` PR triggers a public job |
| 232 | `omec_c3po_container_remote |
| 233 | <https://jenkins.opencord.org/job/omec_c3po_container_remote/>`_ job running |
| 234 | on opencord Jenkins through Github webhooks, which then triggers a private job |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 235 | `c3po_premerge_ci-4g_4g_bess` running on Aether Jenkins using a Jenkins plugin called |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 236 | `Parameterized Remote Trigger Plugin |
| 237 | <https://www.jenkins.io/doc/pipeline/steps/Parameterized-Remote-Trigger/>`_. |
| 238 | |
| 239 | The private ``c3po`` job runs the following downstream jobs sequentially: |
| 240 | |
| 241 | 1. `docker-publish-github_c3po`: this job downloads the ``c3po`` PR, runs docker |
| 242 | build and publishes the ``c3po`` docker images to `Aether registry`. |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 243 | 2. `sdcore_ci-4g_deploy`: this job deploys the images built from previous job onto |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 244 | the omec ``ci-4g`` pod. |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 245 | 3. `sdcore_ci-4g_4g_bess_robot-test`: this job executes the functionality test suite. |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 246 | 4. `archive-artifacts_ci-4g`: this job collects and uploads k8s and container logs. |
| 247 | |
Ruchit Bawa | 5606dd2 | 2021-12-15 23:41:43 +0530 | [diff] [blame] | 248 | After all the downstream jobs are finished, the upstream job (`c3po_premerge_ci-4g_4g_bess`) |
ajay | f66b38e | 2021-12-09 23:44:54 -0800 | [diff] [blame] | 249 | copies artifacts including k8s/container/ng40 logs and pcap files from |
| 250 | downstream jobs and saves them as Jenkins job artifacts. |
| 251 | |
| 252 | These artifacts are also copied to and published by the public job |
| 253 | (`omec_c3po_container_remote <https://jenkins.opencord.org/job/omec_c3po_container_remote/>`_) |
| 254 | on opencord Jenkins so that they can be accessed by the OMEC community. |
| 255 | |
| 256 | Pre-merge jobs for other SD-Core repos share the same structure. |
| 257 | |
| 258 | Post-merge |
| 259 | """""""""" |
| 260 | |
| 261 | The following jobs are triggered as post-merge jobs when PRs are merged to |
| 262 | SD-Core repos: |
| 263 | |
| 264 | 1. `docker-publish-github-merge_c3po` |
| 265 | 2. `docker-publish-github-merge_Nucleus` |
| 266 | 3. `docker-publish-github-merge_upf-epc` |
| 267 | 4. `docker-publish-github-merge_spgw` |
| 268 | 5. `docker-publish-github-merge_amf` |
| 269 | 6. `docker-publish-github-merge_smf` |
| 270 | 7. `docker-publish-github-merge_ausf` |
| 271 | 8. `docker-publish-github-merge_nssf` |
| 272 | 9. `docker-publish-github-merge_nrf` |
| 273 | 10. `docker-publish-github-merge_pcf` |
| 274 | 11. `docker-publish-github-merge_udm` |
| 275 | 12. `docker-publish-github-merge_udr` |
| 276 | 13. `docker-publish-github-merge_webconsole` |
| 277 | |
| 278 | Again take the ``c3po`` job as an example. The post-merge job (`docker-publish-github-merge_c3po`) |
| 279 | runs the following downstream jobs sequentially: |
| 280 | |
| 281 | 1. `docker-publish-github_c3po`: this is the same job as the one in pre-merge |
| 282 | section. It checks out the latest ``c3po`` code, runs docker build and |
| 283 | publishes the ``c3po`` docker images to `docker hub <https://hub.docker.com/u/omecproject>`__. |
| 284 | |
| 285 | .. Note:: |
| 286 | the images for private repos are published to Aether registry instead of docker hub |
| 287 | |
| 288 | 2. `c3po_postrelease`: this job submits a patchset to aether-pod-configs repo |
| 289 | for updating the CD pipeline with images published in the job above. |
| 290 | |
| 291 | Post-merge jobs for other SD-Core repos share the same structure. |