summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-extended/tempest/tempest_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb
index 8f710ef..a1522c6 100644
--- a/meta-openstack/recipes-extended/tempest/tempest_git.bb
+++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb
@@ -9,13 +9,13 @@ SRCNAME = "tempest"
9 9
10inherit setuptools identity hosts 10inherit setuptools identity hosts
11 11
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
13 file://tempest.conf \ 13 file://tempest.conf \
14 file://logging.conf \ 14 file://logging.conf \
15" 15"
16 16
17SRCREV="6273339e2da725b01560b6a2db11a3bf7a6659d7" 17SRCREV="50af5d5ecc7d21d5e0d1a36fa564ef4850cf94ff"
18PV="2013.2+git${SRCPV}" 18PV="2014.1+git${SRCPV}"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21do_install_append() { 21do_install_append() {
@@ -62,6 +62,7 @@ FILES_${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/tests/*"
62 62
63FILES_${PN} = "${libdir}/* \ 63FILES_${PN} = "${libdir}/* \
64 ${sysconfdir}/* \ 64 ${sysconfdir}/* \
65 ${bindir}/* \
65" 66"
66RDEPENDS_${PN} += " \ 67RDEPENDS_${PN} += " \
67 ${SRCNAME}-tests \ 68 ${SRCNAME}-tests \