Issue-ID: RIC-149 72/4872/12
authorSangeetha mani <sangeetha-kr@hcl.com>
Wed, 21 Oct 2020 08:55:35 +0000 (01:55 -0700)
committerSathiyaraj Periyannan <satraj_p@hcl.com>
Wed, 18 Nov 2020 15:44:48 +0000 (15:44 +0000)
commit029cc1f45c4c40e0867104b730495d4d2fe468b8
tree60b0b261385aaf03b8b1f4c69e5a6ad964c9261a
parent0d26f300d5f9da0aa23612b8a4a9e863423d598b
Issue-ID: RIC-149
          As per reviewer comments
  Dockerfile of nanobot : Moved 57 to 78 lines to up(starting
  point)

Issue-ID: RIC-149
         1) Fixed Dockerfile for Jenkins job.
         2) values.yaml: Revert the ORAN repo image.
         3) Dockerfile: Added SDLWrapper.py and RICSDL packages,fixed Nccclient issue, RMR packages and kubectl installed.

Issue-ID: RIC-149
         1) global_properties.robot: Added global variables for RAN elements and XAPP.
         2) values.yaml: Added E2sim name and namespace.
         3) job-ric-robot-run.yaml: Added rbac service to e2sim pod and logs access.
         4) Copied negative_appmgr_tests.robot, ric_utils.robot, dashboard_interface.robot files inside configmap-src path.
         5) e2e.robot: Added packet captures related test cases between e2sim and xapp

Issue-ID: RIC-149 As per the review comments by Dave, updated the following changes.
          1) Removed lib directory inside configmap-src/public
          2) Removed SDLWrapper.py and shell scripts
          3) Updated configmaps-robot.yaml and job-ric-robot-run.yaml due to this change
          4) Planning to update the packages to install SDLWrapper.py via docker images
          5) Removed shell script related code in e2term_interface.robot
          6) Removed shell script related code in health-check.robot

Issue-ID: RIC-149
values.yaml: Added submgr related parameters

Signed-off-by: Sangeetha mani <sangeetha-kr@hcl.com>
Change-Id: Ic034cfe153ba6ae9af7add095c330f7146ab6458
19 files changed:
ric_robot_suite/docker/nanobot/Dockerfile
ric_robot_suite/helm/nanobot/configmap-src/public/properties/global_properties.robot
ric_robot_suite/helm/nanobot/configmap-src/public/resources/a1mediator_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/appmgr_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/dashboard_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/dbaas_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/e2mgr_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/e2term_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/negative_appmgr_tests.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/o1mediator_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/ric_utils.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/rtmgr_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/resources/submgr_interface.robot [new file with mode: 0644]
ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ete.robot
ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/health-check.robot
ric_robot_suite/helm/nanobot/configmap-src/public/testsuites/ricdeployment.robot
ric_robot_suite/helm/nanobot/templates/job-ric-robot-run.yaml
ric_robot_suite/helm/nanobot/values.yaml
ric_robot_suite/ric-python-utils/ricutils/KubernetesEntity.py