summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_test.py
Commit message (Expand)AuthorAgeFilesLines
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Get instances from conductor in init_host.Russell Bryant2013-01-071-0/+6
* Use fixtures library for nova test fixtures.Monty Taylor2012-12-071-1/+1
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* ditched rpc.create_consumer(conn) interface... instead you now do conn.create...Chris Behrens2011-08-291-2/+1
* fix nova/tests/test_test.pyChris Behrens2011-08-281-3/+3
* Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-261-4/+9
* Tests all working againSandy Walsh2011-02-231-1/+1
* add a start_service method to our test baseclasstermie2011-02-211-0/+3
* add a test for rpc consumer isolationtermie2011-02-211-0/+37