Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 693 Bytes

1.0. Installation.md

File metadata and controls

14 lines (8 loc) · 693 Bytes

Installing the Testing Tool

The tool can be deployed either locally or by using a Docker container. The Docker version is pre-installed with all of the required dependencies, so may involve fewer steps to get started.

Configuration

The testing tool has a number of general configuration settings that affect its operation, defined in nmostesting/Config.py.

To alter these, copy nmostesting/UserConfig.example.py to nmostesting/UserConfig.py and make your changes there.

Further guidance is given in Usage.