summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a1522c6..75d8340 100644
--- a/meta-openstack/recipes-extended/tempest/tempest_git.bb
+++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb
@@ -53,7 +53,8 @@ do_install_append() {
53 # test infrastructure 53 # test infrastructure
54 cp run_tests.sh ${TEMPEST_CONF_DIR} 54 cp run_tests.sh ${TEMPEST_CONF_DIR}
55 cp .testr.conf ${TEMPEST_CONF_DIR} 55 cp .testr.conf ${TEMPEST_CONF_DIR}
56 56 sed "s:discover -t ./ ./tempest:discover -t ${PYTHON_SITEPACKAGES_DIR} tempest:g" -i ${TEMPEST_CONF_DIR}/.testr.conf
57 cp -r tools ${TEMPEST_CONF_DIR}
57} 58}
58 59
59PACKAGES =+ "${SRCNAME}-tests" 60PACKAGES =+ "${SRCNAME}-tests"