diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-06-13 13:52:16 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-06-13 16:19:28 +0000 |
commit | 4f25dde65158bf67ce4ad02d2a9aa76c3d28f4b5 (patch) | |
tree | dd7135a2e6c14a5873f1a2cc3054503f1c3aee16 /csit/resources/Dockerfile | |
parent | 7bfa0fdd418317bbe90b569c7daa787f17e656bc (diff) |
Add group id for operation topic
Group id added for operation topic config
Fix K8s test cases that were not invoked in clamp due to a missing env variable.
Issue-ID: POLICY-5031
Change-Id: I1b48509091717317a2e501cc1d19e4b9da69c5c8
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'csit/resources/Dockerfile')
-rw-r--r-- | csit/resources/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/resources/Dockerfile b/csit/resources/Dockerfile index 786293d3..b0f41b6a 100644 --- a/csit/resources/Dockerfile +++ b/csit/resources/Dockerfile @@ -1,7 +1,7 @@ FROM nexus3.onap.org:10001/library/python:3.10-slim-bullseye ARG CSIT_SCRIPT=${CSIT_SCRIPT} ARG ROBOT_FILE=${ROBOT_FILE} -ENV ROBOT_WORKSPACE=/opt/robotworkspace ROBOT_FILE=$ROBOT_FILE CLAMP_K8S_TEST=$CLAMP_K8S_TEST +ENV ROBOT_WORKSPACE=/opt/robotworkspace ROBOT_FILE=$ROBOT_FILE TEST_ENV=$TEST_ENV RUN python3 -m pip -qq install --upgrade pip && \ python3 -m pip -qq install --upgrade --extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" 'robotframework-onap==0.6.0.*' --pre && \ python3 -m pip -qq install --upgrade confluent-kafka && \ |