aboutsummaryrefslogtreecommitdiffstats
path: root/docker/healthcheck/Dockerfile
blob: 248e94a783114d03dd338609f9503a7ec74a616b (plain)
1
2
3
4
FROM opnfv/functest-core:fraser

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