aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt/Dockerfile
blob: a8e8a6f75978d3d2f9b0971eeb9972ba64fd94d0 (plain)
1
2
3
4
5
FROM opnfv/functest-smoke

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"]