Update INFO.yaml file

Update INFO.yaml with the new O1 PL info

Change-Id: I140d4f324c1e43c9fb32b85600c6bdd647ac4dbc
Signed-off-by: Toshiaki Takahashi <ts-takahashi@nec.com>
1 file changed
tree: 52995bae43ec1bd1198e600975e0d875a63b68ee
  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.