blob: f92ad25d49025c57b6bfe1e0aa13cb115a550dea (
plain)
1
2
3
4
5
|
FROM opnfv/functest-smoke:kali
COPY testcases.yaml /usr/lib/python3.8/site-packages/xtesting/ci/testcases.yaml
COPY tempest_conf.yaml /usr/lib/python3.8/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
CMD ["run_tests", "-t", "all"]
|