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

ATS Installation

Run all the below commands as root user. Make sure to set proxy environment variables in case the server is behind a firewall.

Table 3-6 ATS Installation

Sl. No. Procedure Description
1.

Copy the ATS package and unpack the ATS tar in an empty directory Once all the required dependencies are installed on the Oracle Linux 7.5 VM, download and unpack the test suite tar.
tar -xvf <automated test suite package>
2.

Navigate to empty directory Go into the empty directory
cd <directory>
3.

Install the ATS framework Run the python command to install the ATS framework library and sanity test case suite
sudo python setup.py install

Failure to install/upgrade setuptools can cause this command to fail. Incase the install command fails run 'pip install -U setuptools' and try the install command again

Note: Configure http_proxy and https_proxy for yum to connect to internet if the server is behind a corporate firewall.

Eg. sudo http_proxy= http://www-proxy.us.oracle.com:80 https_proxy=$http_proxy python setup.py install