summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | Lots of modifications surrounding the OSAPI to remove any mention of dealing ...Brian Lamar2011-08-194-61/+101
| | | * | | | | | | | | | | | | | | | | | | vm_state --> vm_statesDan Prince2011-08-192-5/+5
| | | * | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-08-1920-259/+610
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Updated a number of items to pave the way for new states.Brian Lamar2011-08-182-18/+24
| | * | | | | | | | | | | | | | | | | | | | Implements lp:798876 which is 'switch carrot to kombu'. Leaves carrot as the...Chris Behrens2011-08-318-252/+351
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | pep8 fix for test_rpc_common.pyChris Behrens2011-08-291-2/+3
| | | * | | | | | | | | | | | | | | | | | | | created nova/tests/test_rpc_common.py which contains a rpc test base class so...Chris Behrens2011-08-294-475/+211
| | | * | | | | | | | | | | | | | | | | | | | ditched rpc.create_consumer(conn) interface... instead you now do conn.create...Chris Behrens2011-08-294-26/+7
| | | * | | | | | | | | | | | | | | | | | | | merged trunkChris Behrens2011-08-296-1/+1411
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | remove unused rpc connections in test_cloud and test_adminapiChris Behrens2011-08-282-4/+0
| | | * | | | | | | | | | | | | | | | | | | | add carrot/kombu tests... small thread fix for kombuChris Behrens2011-08-283-88/+468
| | | * | | | | | | | | | | | | | | | | | | | fix nova/tests/test_test.pyChris Behrens2011-08-281-3/+3
| | | * | | | | | | | | | | | | | | | | | | | fix test_rpc and kombu stuffChris Behrens2011-08-281-10/+15
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Disassociated previously associated floating ips when calling network_api.ass...Anthony Young2011-08-312-8/+126
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | add test to verify 400 response when out of addressesAnthony Young2011-08-301-3/+15
| | | * | | | | | | | | | | | | | | | | | | fix FloatingIpAlreadyInUse to use correct string pattern, convert ApiErrors t...Anthony Young2011-08-301-0/+32
| | | * | | | | | | | | | | | | | | | | | | disassociate floating ips before re-associating, and prevent re-association o...Anthony Young2011-08-302-5/+79
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Removed test_parallel_builds in the XenAPI tests due to it frequently hanging...Brian Lamar2011-08-301-37/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Removed test_parallel_buildsBrian Lamar2011-08-291-37/+0
| | | | |_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Update RequestContext so that it correctly sets self.is_admin from theDan Prince2011-08-291-0/+33
| | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | fix remaining testsVishvananda Ishaya2011-08-303-37/+38
| * | | | | | | | | | | | | | | | | | pep8, fix fakesVishvananda Ishaya2011-08-303-1/+4
| * | | | | | | | | | | | | | | | | | make two functions instead of fast flag and add compute api commands instead ...Vishvananda Ishaya2011-08-301-5/+5
| * | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2011-08-3011-2/+2015
| |\| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | In the XenAPI simulator, set VM.domid, when creating the instance initially,Ewan Mellor2011-08-291-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Start domid's at 1, not 0, to avoid any confusion with dom0.Ewan Mellor2011-08-291-2/+2
| | | * | | | | | | | | | | | | | | | In the XenAPI simulator, set VM.domid, when creating the instance initially,Ewan Mellor2011-08-281-0/+4
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Bug #835964: pep8 violations in IPv6 codeEwan Mellor2011-08-281-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Bug #835964: pep8 violations in IPv6 codeEwan Mellor2011-08-281-1/+1
| | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | reverted CA filesvladimir.p2011-08-261-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Update compute API and manager so that the image_ref is set beforeDan Prince2011-08-261-1/+2
| | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | merged with rev.1499vladimir.p2011-08-255-2/+818
| | |\| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Add a set of generic tests for the virt drivers.Soren Hansen2011-08-253-0/+598
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Update a few doc strings.Soren Hansen2011-08-223-10/+125
| | | | * | | | | | | | | | | | | Add a generic set of tests for hypervisor drivers.Soren Hansen2011-08-221-0/+483
| | * | | | | | | | | | | | | | | cosmetic cleanupvladimir.p2011-08-254-5/+0
| | * | | | | | | | | | | | | | | VSA code redesign. Drive types completely replaced by Volume typesvladimir.p2011-08-258-459/+156
| | * | | | | | | | | | | | | | | merged with volume types (based on rev.1490). no code rework yetvladimir.p2011-08-242-0/+104
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged with volume_types. no code refactoring yetvladimir.p2011-08-2450-961/+3621
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | added virtio flag; associate address for VSA; cosmetic changes. Prior to volu...vladimir.p2011-08-242-31/+30
| | * | | | | | | | | | | | | | | | | merged with nova-1450vladimir.p2011-08-1720-315/+1628
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | nova-manage VSA print & forced update_cap changes; fixed bug with report capa...vladimir.p2011-08-171-0/+2
| | * | | | | | | | | | | | | | | | | | merged with 1416vladimir.p2011-08-1111-38/+175
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | moved vsa_id to metadata. Added search my metavladimir.p2011-08-111-0/+63
| | * | | | | | | | | | | | | | | | | | | merged with nova-1411vladimir.p2011-08-0917-78/+1353
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with nova. Moved user+access to flags. changes for log access modevladimir.p2011-08-097-6/+313
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged with 1383vladimir.p2011-08-082-14/+254
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged with 1382vladimir.p2011-08-0558-2222/+3539
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merged with nova-1336vladimir.p2011-07-2813-291/+905
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | prior to nova-1336 mergevladimir.p2011-07-274-4/+644