IMPL: MC Xapp tests
This change adds tests and supporting code for the measurement campaign (MC)
XApp.
The change also makes some cleanups to the robot files, moving utility keywords
to a separate resource file and adding some missing license headers.
signed-off-by: dave kormann <dk3239@att.com>
Change-Id: I5ae1a41157f29fc95545aa18bad127b6c9efb968
17 files changed
tree: c9f55e6c4d4716e023b5d9745aceccd51c023315
- ons_2019_demo/
- ric_robot_suite/
- simulators/
- test_scripts/
- .gitreview
- LICENSES.txt
- README.md
README.md
RIC end-to-end (E2E) deployment and testing
- Clone the it_dep and it_test folders on your VM
- Install kubernetes using the script in it_dep_kubernetes/setup-1node-k8s.sh
- Install the RIC using the script in it_dep_ricplt/ric_install.sh
- Copy robot_install.sh from it_test_ric_robot_suite_helm_ into it_dep_ricplt/
- cd into it_dep_ricplt and run robot_install.sh. It will create a softlink to the it_test_ric_robot_suite helm director and do the helm install of rig-robot from it_dep_ricplt
- The command “kubectl -n ricplatform get pods” will show the additional pod for ric-robot.
- cd into it_test_ric_robot_suite_helm_ric-robot and run ./ete.sh health to verify that the RIC is ready and deployed.