From c43afe3b7383ce93fef9cdd1ebb18de5dda0044a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 20 Feb 2015 15:41:06 -0500 Subject: bbappends: resync to oe-core versions Updating the bbappends to match the oe-core versions ~commit 530565c6cb77319f4cc49edeea6fec6be997415d Signed-off-by: Bruce Ashfield --- ...ent-specify-full-path-to-test-certificate.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch (limited to 'meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch') diff --git a/meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch b/meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch deleted file mode 100644 index 1cee4d0..0000000 --- a/meta-openstack/recipes-devtools/python/python-novaclient/novaclient-specify-full-path-to-test-certificate.patch +++ /dev/null @@ -1,32 +0,0 @@ -From bdd853d38c7b14088d3e6368e298201c249ab004 Mon Sep 17 00:00:00 2001 -From: Keith Holman -Date: Fri, 13 Jun 2014 09:54:41 -0400 -Subject: [PATCH] novaclient: specify full path to test certificate - -The tests shipped with novaclient assume that the files -exist at the same location as are appear within the -source tree. The tests also assume that the test is ran -from the root of the tree. This causes a test to fail as -it can't find a test certificate used in one of the -tests. This patch fixes the affected test by putting in -an identifier that is replaced with the full path to the -certificate file. - -Signed-off-by: Keith Holman ---- - novaclient/tests/v1_1/test_servers.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: git/novaclient/tests/v1_1/test_servers.py -=================================================================== ---- git.orig/novaclient/tests/v1_1/test_servers.py -+++ git/novaclient/tests/v1_1/test_servers.py -@@ -501,7 +501,7 @@ - def test_get_password(self): - s = self.cs.servers.get(1234) - self.assertEqual(b'FooBar123', -- s.get_password('novaclient/tests/idfake.pem')) -+ s.get_password('%PYTHON_SITEPACKAGES_DIR%/novaclient/tests/idfake.pem')) - self.assert_called('GET', '/servers/1234/os-server-password') - - def test_get_password_without_key(self): -- cgit v1.2.3-54-g00ecf