CI: Add SonarCloud scan GHA workflow

Change-Id: I963c394b791d2fccac66c927c2fc37f09f9c83a5
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
1 file changed
tree: 3c47b884886b3bafe39e1fccae16956d6365c36c
  1. .github/
  2. client/
  3. docs/
  4. scripts/
  5. .gitreview
  6. .readthedocs.yaml
  7. INFO.yaml
  8. README.md
  9. run_tests.sh
  10. 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.