From a062a1592df3552aef2932d8f856a975ab53cfa4 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Wed, 4 Jun 2014 11:34:02 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-keystone_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb') 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 \ file://openrc \ file://keystone-search-in-etc-directory-for-config-files.patch \ file://keystone-fix-location-of-files-for-tests.patch \ + file://keystone-remove-git-commands-in-tests.patch \ " SRCREV="e7c29874e5a0e43f4f0e9970556c701af508152f" -- cgit v1.2.3-54-g00ecf