summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/tempest/tempest_git.bb
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-05-23 11:43:27 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-26 11:30:08 -0400
commitd76df162be16d17a5318483602b2c59d7fef66ed (patch)
treef57b358a17138f91a52a1b271012d9feda30056b /meta-openstack/recipes-extended/tempest/tempest_git.bb
parent9d88a37ec7e882605a0a97c7105ef783ca440f25 (diff)
downloadmeta-cloud-services-d76df162be16d17a5318483602b2c59d7fef66ed.tar.gz
tempest: Stop auto-detecting glance API versions
commit 2b5287db8116ef8e3ed5e4fc211296e6293b5dcc upstream https://github.com/openstack/tempest.git This commit switches the image api tests from auto detecting which api versions are available to having them explicitly set in the config file. This is to make it explicit which tests are expected to be run instead of assuming that everything is expected to work. Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/tempest/tempest_git.bb')
-rw-r--r--meta-openstack/recipes-extended/tempest/tempest_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb
index a1522c6..10b772b 100644
--- a/meta-openstack/recipes-extended/tempest/tempest_git.bb
+++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb
@@ -12,6 +12,7 @@ inherit setuptools identity hosts
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 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 file://0001-Stop-auto-detecting-glance-API-versions.patch \
15" 16"
16 17
17SRCREV="50af5d5ecc7d21d5e0d1a36fa564ef4850cf94ff" 18SRCREV="50af5d5ecc7d21d5e0d1a36fa564ef4850cf94ff"