aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke/Dockerfile
blob: 437b965f872e708a1b3ccb08915408c41780dd95 (plain)
1
2
3
4
FROM opnfv/functest-kubernetes-healthcheck:v1.31

COPY testcases.yaml /etc/xtesting/testcases.yaml
CMD ["run_tests", "-t", "all"]