Add script to build all containers
[functest.git] / docker / smoke / Dockerfile
index b037728..15ab702 100644 (file)
@@ -1,4 +1,4 @@
-FROM ollivier/functest-core
+FROM opnfv/functest-core
 
 ARG BRANCH=master
 ARG OPENSTACK_TAG=stable/ocata
@@ -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"]