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