Merge "Stop leveraging on neutron-tempest-plugin package"
authorCedric Ollivier <cedric.ollivier@orange.com>
Mon, 13 May 2019 17:54:33 +0000 (17:54 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 13 May 2019 17:54:33 +0000 (17:54 +0000)
1  2 
docker/smoke/Dockerfile

@@@ -24,9 -30,11 +30,9 @@@ RUN apk --no-cache add --virtual .build
          git checkout FETCH_HEAD) && \
      update-requirements -s --source /src/openstack-requirements /src/barbican-tempest-plugin/ && \
      pip install --no-cache-dir --src /src -cupper-constraints.txt -cupper-constraints.opnfv.txt \
-         /src/patrole /src/barbican-tempest-plugin neutron-tempest-plugin \
+         /src/patrole /src/barbican-tempest-plugin /src/neutron-tempest-plugin \
          networking-bgpvpn networking-sfc && \
      mkdir -p /home/opnfv/functest/data/refstack && \
 -    wget "https://refstack.openstack.org/api/v1/guidelines/${REFSTACK_TARGET}/tests?target=compute&type=required&alias=true&flag=false" \
 -        -O /home/opnfv/functest/data/refstack/defcore.txt && \
      mkdir -p /etc/neutron /etc/cinder /etc/glance /etc/keystone /etc/nova && \
      wget -q -O /etc/glance/policy.json https://opendev.org/openstack/glance/raw/branch/$OPENSTACK_TAG/etc/policy.json && \
      virtualenv --no-pip --no-setuptools --no-wheel oslo && . oslo/bin/activate && \
@@@ -35,9 -43,8 +41,9 @@@
      oslopolicy-sample-generator  --format json --output-file /etc/neutron/policy.json --namespace neutron && \
      deactivate && \
      rm -r oslo upper-constraints.txt upper-constraints.opnfv.txt \
-         /src/patrole /src/barbican-tempest-plugin \
+         /src/patrole /src/barbican-tempest-plugin /src/neutron-tempest-plugin \
          /src/neutron && \
      apk del .build-deps
 +COPY defcore.txt /home/opnfv/functest/data/refstack/defcore.txt
  COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml
  CMD ["run_tests", "-t", "all"]