summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/tempest/tempest_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-extended/tempest/tempest_git.bb')
-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 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
62PACKAGES =+ "${SRCNAME}-tests" 63PACKAGES =+ "${SRCNAME}-tests"