aboutsummaryrefslogtreecommitdiffstats
path: root/docker/benchmarking/Dockerfile
blob: 6625322ca723f1d21c04846d06381decea6f6f80 (plain)
1
2
3
4
FROM opnfv/functest-kubernetes-smoke

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