Merge "Fix how tier_handler is imported"
[functest.git] / docker / vnf / Dockerfile
index 36e80d7..ac3b8da 100644 (file)
@@ -12,4 +12,4 @@ RUN apk --no-cache add --update \
     cd /src/vims-test && bundle config build.nokogiri --use-system-libraries && bundle install --system && \
     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"]
+CMD ["run_tests", "-t", "all"]