blob: 8dc7554ca8fbcdc398655b6eb8c458f20918f31b (
plain)
1
2
3
4
5
|
FROM opnfv/functest-smoke:zed
COPY testcases.yaml /etc/xtesting/testcases.yaml
COPY tempest_conf.yaml /src/functest/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
CMD ["run_tests", "-t", "all"]
|