aboutsummaryrefslogtreecommitdiffstats
path: root/healthcheck
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2025-03-05 13:42:29 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2025-03-05 13:42:29 +0100
commit5c811513e11a15ff1e499a9462d6e64db672e10c (patch)
tree4aa584841d8ea486ecdc50a97693b83d156ca407 /healthcheck
parenteb4ed599475e472a3357df8ec204c86c98791a42 (diff)
[INT] Use new python directory for testcases.yamlHEADmaster
as the healthcheck docker image was updated, it uses a new python version 3.8, in which subdir the testcases.yaml need to be copied. Issue-ID: INT-2294 Change-Id: Ia7921c56e4af991d055e4d82c7615f0f20db7fb8 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'healthcheck')
-rw-r--r--healthcheck/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile
index 1ef051f..880adfa 100644
--- a/healthcheck/docker/Dockerfile
+++ b/healthcheck/docker/Dockerfile
@@ -30,6 +30,6 @@ RUN mkdir -p /var/opt/ONAP/demo/heat && cp -Rf /src/demo/heat/vFW /var/opt/ONAP/
cd / && ln -s /var/opt/ONAP/robot/ /robot && \
apk del .build-deps
-COPY docker/testcases.yaml /usr/lib/python3.7/site-packages/xtesting/ci/testcases.yaml
+COPY docker/testcases.yaml /usr/lib/python3.8/site-packages/xtesting/ci/testcases.yaml
COPY scripts/cmd.sh /
CMD ["/cmd.sh"]