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>
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"]