summaryrefslogtreecommitdiffstats
path: root/docker/smoke/Dockerfile
blob: 84322d02ce403535aadb8ea5ef99f4b9346051d0 (plain)
1
2
3
4
FROM opnfv/functest-kubernetes-healthcheck:fraser

COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml
CMD ["run_tests", "-t", "all"]