diff options
Diffstat (limited to 'docker/smoke/Dockerfile')
-rw-r--r-- | docker/smoke/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/smoke/Dockerfile b/docker/smoke/Dockerfile index 949a52a8f..fbf961500 100644 --- a/docker/smoke/Dockerfile +++ b/docker/smoke/Dockerfile @@ -44,6 +44,8 @@ RUN apk --no-cache add --virtual .build-deps --update \ rm -r oslo upper-constraints.txt upper-constraints.opnfv.txt \ /src/patrole /src/barbican-tempest-plugin /src/neutron-tempest-plugin && \ apk del .build-deps -COPY defcore.txt /home/opnfv/functest/data/refstack/defcore.txt +COPY compute.txt /home/opnfv/functest/data/refstack/compute.txt +COPY object.txt /home/opnfv/functest/data/refstack/object.txt +COPY platform.txt /home/opnfv/functest/data/refstack/platform.txt COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml CMD ["run_tests", "-t", "all"] |