aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-extended/tempest/tempest_git.bb3
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 dc2b7d8a..ae388d9b 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() {
# test infrastructure
cp run_tests.sh ${TEMPEST_CONF_DIR}
cp .testr.conf ${TEMPEST_CONF_DIR}
-
+ sed "s:discover -t ./ ./tempest:discover -t ${PYTHON_SITEPACKAGES_DIR} tempest:g" -i ${TEMPEST_CONF_DIR}/.testr.conf
+ cp -r tools ${TEMPEST_CONF_DIR}
}
PACKAGES =+ "${SRCNAME}-tests"