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

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