Go to primary content
Oracle® Communications DSR Automated Test Suite (ATS) Installation and User's Guide
Release 8.4
F17134-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Installation Preparation

Table 3-1 Installation Preparation

Sl No Procedure Description
1

Download the ATS package from OSDC

Customers are required to download the ATS package file from Oracle Software Delivery Cloud (OSDC).

Make sure the cloud-user login is working with a private key. Generally direct root login is disabled on Oracle Linux and is not used the test suite at any point. Whenever required the test framework will use sudo to execute test cases that require privilege escalation.

2

Verify Oracle Linux version Verify the version of Oracle Linux as the same in prerequisite.
3

Verify network interfaces The Oracle Linux VM should have atleast two network interfaces that should be in the same subnet (XMI and XSI) as used by the DSR under test.
4

Disable IPtables in the Oracle Linux VM if its running. Execute the below commands to disable IPtables:

sudo systemctl disable iptables

sudo systemctl stop iptables