diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-01 21:13:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-01 21:13:50 +0000 |
| commit | 260c96431f2dc5a5842aef5c105091bd8d64c552 (patch) | |
| tree | fc08882ee42229bca28abf420c9392a613679ac7 /nova | |
| parent | eed008ea770adb952a1ec0b6af7f2afb177285ca (diff) | |
| parent | 1849c274eef7316ea9bdcd2e2ca4788ba2d699ec (diff) | |
Merge "Empty connection pool after test_kombu."
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/rpc/test_kombu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/rpc/test_kombu.py b/nova/tests/rpc/test_kombu.py index 255de275e..b2fe465fa 100644 --- a/nova/tests/rpc/test_kombu.py +++ b/nova/tests/rpc/test_kombu.py @@ -51,6 +51,7 @@ class RpcKombuTestCase(common._BaseRpcTestCase): super(RpcKombuTestCase, self).setUp() def tearDown(self): + impl_kombu.cleanup() super(RpcKombuTestCase, self).tearDown() def test_reusing_connection(self): |
