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

COPY testcases.yaml /usr/lib/python3.9/site-packages/xtesting/ci/testcases.yaml
COPY tempest_conf.yaml /src/functest/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
CMD ["run_tests", "-t", "all"]