From f617cbf76e7fe53f8ee7841a3c75f2fa2e8aa5ce Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 15 Nov 2017 19:53:01 +0100 Subject: Remove Domino and Promise testcases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Domino and Promise won't participate in the Fraser Release [1]. [1] https://wiki.opnfv.org/display/SWREL/Projects+Intending+to+Participate+in+the+Fraser+Release Change-Id: Ib06411769439015549cac9353fa92cebd2f61193 Signed-off-by: Cédric Ollivier --- docker/restapi/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docker/restapi/Dockerfile') diff --git a/docker/restapi/Dockerfile b/docker/restapi/Dockerfile index f36100129..dc0119a9e 100644 --- a/docker/restapi/Dockerfile +++ b/docker/restapi/Dockerfile @@ -10,7 +10,7 @@ ARG FDS_TAG=master ARG VIMS_TAG=stable COPY thirdparty-requirements.txt thirdparty-requirements.txt -RUN apk --no-cache add --update nodejs nodejs-npm python3 sshpass \ +RUN apk --no-cache add --update python3 sshpass \ ruby ruby-bundler ruby-irb ruby-rdoc dnsmasq \ procps libxslt libxml2 zlib libffi && \ apk --no-cache add --virtual .build-deps --update \ @@ -45,10 +45,7 @@ RUN apk --no-cache add --update nodejs nodejs-npm python3 sshpass \ git clone --depth 1 -b $VIMS_TAG https://github.com/boucherv-orange/clearwater-live-test /src/vims-test && \ ln -s /src/tempest /src/refstack-client/.tempest && \ virtualenv --system-site-packages /src/tempest/.venv && \ - # the next line must be uncommented as soon as promise is synced with pike - # (cd /src/promise/source && npm install) && \ (cd /src/vims-test && bundle config build.nokogiri --use-system-libraries && bundle install --system) && \ - npm -g install npm@latest && \ rm -r upper-constraints.txt thirdparty-requirements.txt /src/refstack-client/.git /src/odl_test/.git \ /src/os-faults /src/rally /src/fds/.git /src/vims-test/.git && \ apk del .build-deps -- cgit 1.2.3-korg