From dcfd0345bb8109b39a1db6d93591750d724e178a Mon Sep 17 00:00:00 2001 From: Bimo Fransiscus Asisi Date: Tue, 7 Jan 2025 13:48:10 +0800 Subject: [PATCH] Added repo structure into README Change-Id: I39ed2b6a9fe0d9904c193f79ac070432933b0ab5 Signed-off-by: Bimo Fransiscus Asisi --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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. -- 2.16.6