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

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