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

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