summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-06-04 11:34:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-09 10:49:39 -0400
commita062a1592df3552aef2932d8f856a975ab53cfa4 (patch)
tree3b26d433ff4474b69672e98f87ad4160b784ec11 /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parent16422afffcb922a61c770b095fc6e8666d5cc935 (diff)
downloadmeta-cloud-services-a062a1592df3552aef2932d8f856a975ab53cfa4.tar.gz
keystone: remove git commands from tests
When running the keystone tests, the tests ensures that keystone is being tested against the latest version of keystone-client available by downloading keystone-client from source using git. However, on the target system keystone-client is installed as a separate package and it is undesirable to download a newer version to test against. This fix comments out the portion of the testing code that attempts to retrieve keystone-client from source code using git. Signed-off-by: Keith Holman <Keith.Holman@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 4c32dc8..050549c 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -14,6 +14,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
14 file://openrc \ 14 file://openrc \
15 file://keystone-search-in-etc-directory-for-config-files.patch \ 15 file://keystone-search-in-etc-directory-for-config-files.patch \
16 file://keystone-fix-location-of-files-for-tests.patch \ 16 file://keystone-fix-location-of-files-for-tests.patch \
17 file://keystone-remove-git-commands-in-tests.patch \
17 " 18 "
18 19
19SRCREV="e7c29874e5a0e43f4f0e9970556c701af508152f" 20SRCREV="e7c29874e5a0e43f4f0e9970556c701af508152f"