summaryrefslogtreecommitdiffstats
path: root/docker/healthcheck/Dockerfile
blob: 93567ce2695f754e6be0b12ee3b1ab2eb49f45d3 (plain)
1
2
3
4
5
6
7
FROM opnfv/functest-core:euphrates

# useless build arg forced by releng/jjb/releng/opnfv-docker.sh
ARG BRANCH=stable/euphrates

COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
CMD ["bash","-c","prepare_env start && run_tests -t all"]