Add support for generating documentation for smo/o1

Issue-ID: SMO-34

Signed-off-by: mjethanandani <mjethanandani@gmail.com>
Change-Id: I6f3ffd69f362ea6ef9556d1f1440a6ae46d5c97c
Signed-off-by: mjethanandani <mjethanandani@gmail.com>
14 files changed
tree: c18f3ce38c29f1609cbf3db65fe81ee694cf6e01
  1. client/
  2. docs/
  3. scripts/
  4. .gitreview
  5. .readthedocs.yaml
  6. INFO.yaml
  7. README.md
  8. run_tests.sh
  9. tox.ini
README.md

This README is for running the tests. See the README in the client folder for how the SMO NETCONF client is setup.

The run_tests.sh script

  1. Brings up simulators(RU & DU)
  2. Brings up SDNR
  3. Add simulators to SDNR
  4. Checks connectivity status by fetching the capabilities
  5. Updates DU and RU config and prints the output
  6. Teardown the services

The environmental variables used to setup and run the simulators is stored in a .env file.

Note: This script should be executed from the root of the repository.