diff options
author | 2019-05-11 19:35:28 +0200 | |
---|---|---|
committer | 2019-05-16 20:48:57 +0200 | |
commit | f19e3cc9053e8e64606b43d759b7ff019dbcd07a (patch) | |
tree | 81acc900ceb62b45800f07c3ab3445e6f6d5023e /docker/smoke/Dockerfile | |
parent | 90389efe0257f730418181291b82dda9c390b953 (diff) |
Add all RefStack lists
It adds platform and object targets.
refstack_defcore is renamed to refstack_compute.
Change-Id: Iad5bfb27be614aada98eef5b3148965e65210725
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ce75381bdce754d40f632894f81a31ba6771a39f)
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"] |