aboutsummaryrefslogtreecommitdiffstats
path: root/docker/components/Dockerfile
blob: 1153e9d1aa2135785433373330f4be3abe2ad864 (plain)
1
2
3
4
FROM opnfv/functest-tempest

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