aboutsummaryrefslogtreecommitdiffstats
path: root/docker/cnf/Dockerfile
blob: bc8a6fe72a018dc020f7891f30ae71af0b7edf34 (plain)
1
2
3
4
FROM opnfv/functest-kubernetes-core

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