From: Bimo Fransiscus Asisi Date: Tue, 7 Jan 2025 05:48:10 +0000 (+0800) Subject: Added repo structure into README X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F14022%2F1;p=it%2Ftest.git Added repo structure into README Change-Id: I39ed2b6a9fe0d9904c193f79ac070432933b0ab5 Signed-off-by: Bimo Fransiscus Asisi --- diff --git a/README.md b/README.md index 3fad272..6b7ba26 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ -This repository contains tools for end-to-end testing of the RIC. Among the included tools: +# it/test -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 +This repository contains tools for end-to-end testing of the RIC and O-Cloud. Among the included tools: + +Repository Structure: +- docs/ +- releases/ +- ric_benchmarking/ +- ric_robot_suite/ : implementations of the Robot Framework (robotframework.org) to enable end-to-end test automation for development and integration testing. +- 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 +- test_scripts/ +- XTesting/ These components generally assume a deployed and running RIC.