X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=3fad272338b521367ee05d9cea1e878eac3fe4a9;hb=HEAD;hp=f63e4cadfa85b3de5fc3d7d5e0c19ccbe45fbfe4;hpb=629e0b05b1ce4251671842cf52a67d464a198363;p=it%2Ftest.git diff --git a/README.md b/README.md index f63e4ca..3fad272 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# RIC end-to-end (E2E) deployment and testing: -1. Clone the it_dep and it_test folders on your VM -2. Install kubernetes using the script in it_dep_kubernetes/setup-1node-k8s.sh -3. Install the RIC using the script in it_dep_ricplt/ric_install.sh -4. Copy robot_install.sh from it_test_ric_robot_suite_helm_ into it_dep_ricplt/ -5. 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 -6. The command “kubectl -n ricplatform get pods” will show the additional pod for ric-robot. -7. cd into it_test_ric_robot_suite_helm_ric-robot and run ./ete.sh health to verify that the RIC is ready and deployed. +This repository contains tools for end-to-end testing of the RIC. Among the included tools: +o In simulators/, an implementation of the gNodeB E2 interface to allow +testing without a live gNodeB and a workload generator to exercise the +interfaces between XApps +o In ric_robot_suite/, implementations of the Robot Framework +(robotframework.org) to enable end-to-end test automation for +development and integration testing. - +These components generally assume a deployed and running RIC. + +See the component subdirectories for documentation on the components themselves.