X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=smo%2Fo1.git;a=blobdiff_plain;f=README.md;fp=README.md;h=e79fce67383a7e2bfb36e4a0014215569269c66e;hp=0000000000000000000000000000000000000000;hb=ce6f4ef99da11085215a25a836042560ecacc067;hpb=e4c1a39a4abda7edd5782c49f1b73a5d53f8f38d diff --git a/README.md b/README.md new file mode 100644 index 0000000..e79fce6 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +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.