1 Introduction

This document provides information about Automated Testing Suite (ATS) deployment model for the Network Analytics Suite products.

ATS allows you to run software test cases using an automated testing tool and then, compares the actual results with the expected or predicted results.

1.1 Overview

Using ATS, you can deploy and test 5G NFs.

This document provides information to implement ATS for the following 5G products:
  • Oracle Communications Networks Data Analytics Function
  • Oracle Communications Network Analytics Data Director

ATS for 5G Network Functions

For 5G NFs, ATS is developed using Oracle Linux 8-slim as the base image. Jenkins is a part of the ATS image, and it provides a graphical user interface (GUI) to test either a single NF or multiple NFs independently in the same network environment.

ATS comprises NF docker images, ATS image, simulator images, and test cases of the specific NF. All these images and test cases constitute a fully automated suite to deploy and test NFs. You can combine it with any other Continuous Integration (CI) pipeline with minimal changes because 5G ATS uses Jenkins as GUI.

The ATS package contains the following elements:
  • Test scripts and docker images of test container. The docker images have complete framework and libraries installed, which are common for all NFs working with the Behavior Driven Development (BDD) framework.
  • Docker image of HTTP Server simulator.
  • Helm chart to deploy the ATS (delivered as a tar file).
  • Readme text file (.txt file).

ATS provides basic environment, framework, and a GUI (Jenkins) to run all the functional test cases.

ATS Framework Version with Supporting NF Version

Table 1-1 ATS Framework Version with Supporting NF

ATS Framework Version NWDAF Data Director
23.4.0 23.4.0 NA
23.4.0 NA 23.4.0

1.2 Deployment Model

According to the In-Cluster deployment model, ATS can coexist in the same cluster where the NFs are deployed. This deployment model is useful for In-Cluster testing.

Figure 1-1 In-Cluster Deployment Model


In-Cluster Deployment Model

1.3 References

For more information about NFs and their deployment processes, refer to the following documents:
  • Oracle Communications Network Data Analytics Function User Guide
  • Oracle Communications Network Data Analytics Function Installation and Fault Recovery Guide
  • Oracle Communications Network Analytics Data Director User Guide
  • Oracle Communications Network Analytics Data Director Installation, Upgrade, and Fault Recovery Guide