aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-robot-py3/docker/Dockerfile
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-04-21 15:00:31 +0100
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2022-04-26 06:14:06 +0000
commit83f992fba09a8308ad41e1d3eb02e736571c6d34 (patch)
treec376c0f22c963c7e56db9fdb323f9e73c7f158d9 /smoke-usecases-robot-py3/docker/Dockerfile
parent3ba4806e503089906b2a0952f1d7aae9648fc30c (diff)
[CPS] Add cps-temporal health check in CI
Health check included for cps-temporal Issue-ID: CPS-990 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I432126b42cf7f66e18c615633ac9d1843c2c2632
Diffstat (limited to 'smoke-usecases-robot-py3/docker/Dockerfile')
-rw-r--r--smoke-usecases-robot-py3/docker/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/smoke-usecases-robot-py3/docker/Dockerfile b/smoke-usecases-robot-py3/docker/Dockerfile
index 1caf0f5..ce12e90 100644
--- a/smoke-usecases-robot-py3/docker/Dockerfile
+++ b/smoke-usecases-robot-py3/docker/Dockerfile
@@ -22,6 +22,10 @@ RUN apk --no-cache add --update openssl && \
openssl-dev libjpeg-turbo-dev && \
git clone --depth 1 https://github.com/onap/cps.git -b $ONAP_TAG /cps && \
find /cps -mindepth 1 -name csit -prune -o -exec rm -rf {} + && \
+ git clone --depth 1 https://github.com/onap/cps-cps-temporal.git -b $ONAP_TAG /cps-cps-temporal && \
+ find /cps-cps-temporal -mindepth 1 -name csit -prune -o -exec rm -rf {} + && \
+ git clone --depth 1 https://github.com/onap/cps-ncmp-dmi-plugin.git -b $ONAP_TAG /cps-ncmp-dmi-plugin && \
+ find /cps-ncmp-dmi-plugin -mindepth 1 -name csit -prune -o -exec rm -rf {} + && \
pip install --upgrade pip && \
pip install --no-cache-dir \
pip install \