Update Xtesting to 0.98
[functest.git] / docker / smoke-cntt / Dockerfile
1 FROM opnfv/functest-smoke
2
3 COPY testcases.yaml /etc/xtesting/testcases.yaml
4 COPY tempest_conf.yaml /src/functest/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
5 CMD ["run_tests", "-t", "all"]