diff options
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/smoke/Dockerfile b/docker/smoke/Dockerfile index b037728a..b6f84b64 100644 --- a/docker/smoke/Dockerfile +++ b/docker/smoke/Dockerfile @@ -16,3 +16,4 @@ RUN apk --no-cache add --virtual .build-deps --update \ rm thirdparty-requirements.txt && \ apk del .build-deps COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml +CMD ["bash","-c","prepare_env start && run_tests -t all"] |