This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.tests.test_rpc_kombu Module

Unit Tests for remote procedure calls using kombu

class nova.tests.test_rpc_kombu.RpcKombuTestCase(methodName='runTest')

Bases: nova.tests.test_rpc_common._BaseRpcTestCase

setUp()
tearDown()
test_direct_send_receive()

Test sending to a direct exchange/queue

test_fanout_send_receive(*args, **kw)

Test sending to a fanout exchange and consuming from 2 queues

test_reusing_connection()

Test that reusing a connection returns same one.

test_topic_send_receive()

Test sending to a topic exchange/queue