beef up the AI/ML framework tests by adding InfluxDB as data source and populate...
[it/test.git] / ric_robot_suite / README
1 This directory contains containers, Helm charts, libraries, and
2 testsuites to support automated, end-to-end testing of the RIC.
3 Testing is implemented in the Robot Framework (robotframework.org).
4
5 The simplest way to execute the tests is using the helm chart in
6 ric_robot_suite/helm/nanobot.  See ric_robot_suite/helm/nanobot/README
7 for instructions on configuring, installing, and extending the chart.
8 The chart depends on the docker image in docker/nanobot.
9
10 Roadmap:
11
12 test/
13 |- ric_robot_suite/    (this directory) 
14    |- docker/
15       |- nanobot/      : Dockerfile for the robot framework image
16       |- robot-xapp/   : Dockerfile for an xapp used by some tests
17    |- helm/
18       |- nanobot/      : Chart for the robot framework
19    |- ric-python-utils : RIC test-support libraries; these are built into the
20                          docker image.
21    |- robot/           : Test libraries, testsuites, and support files to be
22                          built into the docker image
23    |- xapp/            : Go source and deployment files for the test xapp