4585edb34863f11536d5dc73896cc00dbdb8caa2
[functest.git] / docker / smoke-cntt / Dockerfile
1 FROM opnfv/functest-smoke
2
3 COPY testcases.yaml /usr/lib/python3.8/site-packages/xtesting/ci/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"]