diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2024-09-16 18:59:06 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2024-09-29 18:42:24 +0200 |
commit | 70033a5cb561a3f02a77c14017ee51460e16d877 (patch) | |
tree | 8fcc7f9a60586b6390a0bebc41b710aaff2495ae /healthcheck/docker | |
parent | 5237fc53183547e8d189e8bfd8697c7811043b09 (diff) |
[XTESTING] Fix constraint issue in smoke-usecase images
Since last build there were changes in availability
of both packages and constraits files. This commit
fixes that by copying constraints locally and altering
required packages versions to avoid conflicts.
Issue-ID: INT-2288
Change-Id: Iba2e3eeb15c98522b1ac3018142f544dcb9aa61c
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Diffstat (limited to 'healthcheck/docker')
-rw-r--r-- | healthcheck/docker/Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile index eb3086c..5e0a5e1 100644 --- a/healthcheck/docker/Dockerfile +++ b/healthcheck/docker/Dockerfile @@ -25,10 +25,6 @@ RUN apk --no-cache add --update openssl chromium chromium-chromedriver && \ git clone --depth 1 https://git.onap.org/testsuite -b $ONAP_TAG /var/opt/ONAP && \ git clone --depth 1 https://git.onap.org/demo -b $ONAP_TAG /src/demo && \ pip install \ - -chttps://releases.openstack.org/constraints/upper/$OPENSTACK_TAG \ - pip==$PIP_TAG && \ - pip install \ - -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \ -cupper-constraints.txt \ -rrequirements.txt && \ mkdir -p /var/opt/ONAP/demo/heat && cp -Rf /src/demo/heat/vFW /var/opt/ONAP/demo/heat/ && \ |