summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix RPC responses to allow None response correctly.Chris Behrens2011-11-291-37/+0
* created nova/tests/test_rpc_common.py which contains a rpc test base class so...Chris Behrens2011-08-291-154/+3
* ditched rpc.create_consumer(conn) interface... instead you now do conn.create...Chris Behrens2011-08-291-8/+2
* fix test_rpc and kombu stuffChris Behrens2011-08-281-10/+15
* switch FLAGS.* = in tests to self.flags(...)Chris Behrens2011-08-031-2/+0
* Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-261-49/+12
* changes per reviewtermie2011-05-261-9/+3
* change the behavior of calling a multicalltermie2011-05-251-2/+2
* cleanupstermie2011-05-251-26/+21
* cleanup the code for mergingtermie2011-05-251-1/+0
* make sure that using multicall on a call with a single result still functionstermie2011-05-251-0/+29
* bring back commits lost in mergetermie2011-05-251-0/+19
* connection pool tests and make the pool LIFOChris Behrens2011-05-251-0/+42
* make the test more expicittermie2011-05-251-4/+5
* add support to rpc for multicalltermie2011-05-251-0/+17
* tests working againSandy Walsh2011-02-231-2/+2
* Updated trunk changes to work with localizationEd Leafe2011-01-191-1/+2
* Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-1/+1
* Merge trunk.Todd Willey2011-01-071-3/+3
|\
* | Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-3/+4
|/
* Merged trunk and resolved conflicts.Eric Day2010-12-231-1/+28
* First pass at converting run_tests.py to nosetests. The network and objctstor...Eric Day2010-12-161-0/+103