blob: 20d7717ca06d12fbee08d4d3ad18a9e692a46ea5 (
plain)
1
2
3
4
5
|
FROM opnfv/functest-smoke:hunter
COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml
COPY tempest_conf.yaml /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
CMD ["run_tests", "-t", "all"]
|