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