Reorganize directories and switch libaries to using asn1c
- Move official components (e2agent.cpp and ric_sim.cpp) to top directory
- Move miscellaneous test components to /test
- Switch E2AP libraries from using asn1 to asn1c
Change-Id: I6136ad4db63ecb58744ce2a838a391b28a3cfd67
Signed-off-by: Harry Tran <tuyen@research.att.com>
67 files changed
tree: e806c3f2a1540a255e32e71942fe5eaa491608c5
- 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.