blob: 854293966718b223e441866028ca8a8e0b4c96c8 (
plain)
1
2
3
4
5
|
FROM opnfv/functest-smoke:yoga
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"]
|