]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Make kombu support optional for running unit tests.
authorRussell Bryant <rbryant@redhat.com>
Wed, 2 May 2012 16:14:56 +0000 (12:14 -0400)
committerJenkins <jenkins@review.openstack.org>
Wed, 18 Jul 2012 16:42:49 +0000 (16:42 +0000)
commitc044d3c1f6541b4f7d504e9375eb13efdd36e5a2
treed5fe7adbf3f62142a1c5e2f083c7b57d5a0da537
parent9e4242c3865da976928ecd43ef82030ac8bfc8cf
Make kombu support optional for running unit tests.

Fix bug 838386.

Previously, the unit tests required kombu to be installed to run.  This
patch makes it so the unit tests will still complete successfully, even
if kombu is not installed.

Change-Id: I06831a37f8c857bbfd0bce1b1c3aeda7d341a589
Reviewed-on: https://review.openstack.org/9900
Reviewed-by: Vish Ishaya <vishvananda@gmail.com>
Approved: John Griffith <john.griffith@solidfire.com>
Tested-by: Jenkins
cinder/tests/rpc/common.py
cinder/tests/rpc/test_kombu.py
cinder/tests/rpc/test_kombu_ssl.py