Test suite for O1 interface
[smo/o1.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
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.