diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-07-09 14:41:34 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-17 00:14:05 -0400 |
| commit | fc7d564fb43d3768c6ad14a3b8f116142705e733 (patch) | |
| tree | 7c4af710a809fdc1f78e24fc58c9b16d2a14588a /meta-openstack | |
| parent | 27813690a6dbe7e50b68635077196f461b3a1914 (diff) | |
| download | meta-cloud-services-fc7d564fb43d3768c6ad14a3b8f116142705e733.tar.gz | |
tempest missing tools and testr config
OpenStack Rally requires "tools" from tempest.
Also modify tempest ".testr.conf" to allow testr to
run tempest from any location.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-extended/tempest/tempest_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb index dc2b7d8..ae388d9 100644 --- a/meta-openstack/recipes-extended/tempest/tempest_git.bb +++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb | |||
| @@ -56,7 +56,8 @@ do_install_append() { | |||
| 56 | # test infrastructure | 56 | # test infrastructure |
| 57 | cp run_tests.sh ${TEMPEST_CONF_DIR} | 57 | cp run_tests.sh ${TEMPEST_CONF_DIR} |
| 58 | cp .testr.conf ${TEMPEST_CONF_DIR} | 58 | cp .testr.conf ${TEMPEST_CONF_DIR} |
| 59 | 59 | sed "s:discover -t ./ ./tempest:discover -t ${PYTHON_SITEPACKAGES_DIR} tempest:g" -i ${TEMPEST_CONF_DIR}/.testr.conf | |
| 60 | cp -r tools ${TEMPEST_CONF_DIR} | ||
| 60 | } | 61 | } |
| 61 | 62 | ||
| 62 | PACKAGES =+ "${SRCNAME}-tests" | 63 | PACKAGES =+ "${SRCNAME}-tests" |
