summaryrefslogtreecommitdiffstats
path: root/nova/test.py
Commit message (Expand)AuthorAgeFilesLines
* get rid of initialized flagVishvananda Ishaya2011-02-211-0/+3
* move the fake initialized into fake flagsVishvananda Ishaya2011-02-201-2/+0
* fixes for various logging errors and issuesVishvananda Ishaya2011-02-201-0/+2
* Changed method signature of create_networkNachi Ueno2011-01-261-1/+2
* undo accidental removal of fake_flagsVishvananda Ishaya2011-01-141-2/+1
* remove TrialTestCase again and fix merge issuesVishvananda Ishaya2011-01-141-97/+2
* Merged and fiexed conflicts with r515Nachi Ueno2011-01-041-15/+88
|\
| * First pass at converting run_tests.py to nosetests. The network and objctstor...Eric Day2010-12-161-0/+3
| * pep8 fixestermie2010-12-161-0/+1
| * formatting and naming cleanupAndy Smith2010-12-091-5/+4
| * get service unittests runnning againAndy Smith2010-12-091-24/+94
| * intermediate commit to checkpoint progressAndy Smith2010-12-081-26/+26
* | Support IPv6NTT PF Lab.2010-12-241-1/+2
|/
* Delete BaseTestCase and with it the last reference to tornado.Michael Gundlach2010-10-261-156/+0
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-8/+15
* trivial style changeAndy Smith2010-10-151-2/+2
* prevent leakage of FLAGS changes across testsAndy Smith2010-10-151-29/+27
* cleaned up most of the issuesVishvananda Ishaya2010-10-131-5/+8
* cleanup leftover addressesVishvananda Ishaya2010-10-121-0/+4
* merged trunkVishvananda Ishaya2010-10-121-0/+1
|\
| * Merge trunk.Soren Hansen2010-09-291-5/+49
| |\
| * | move default group creation to apiVishvananda Ishaya2010-09-281-0/+2
| * | Last of cleanup, including removing fake_storage flageVishvananda Ishaya2010-09-071-6/+0
| * | merged trunkVishvananda Ishaya2010-08-171-3/+2
| |\ \
| * | | got run_tests.py to run (with many failed tests)Jesse Andrews2010-08-141-0/+6
* | | | Fixed flat network manager with network index gone.Vishvananda Ishaya2010-09-301-1/+3
* | | | merged trunkVishvananda Ishaya2010-09-301-5/+48
|\ \ \ \ | | |_|/ | |/| |
| * | | Tests turn things into inlineCallbacks.andy2010-09-081-4/+47
| * | | Remove tornado-related code from almost everything.andy2010-09-081-3/+4
| | |/ | |/|
* / | get rid of network indexes and make networks into a poolVishvananda Ishaya2010-09-281-0/+10
|/ /
* / rather comprehensive style fixesandy2010-08-161-3/+2
|/
* Fix up variable names instead of disabling pylint naming rule. Makes variabl...jaypipes@gmail.com2010-08-091-15/+14
* Disables warning about TODO in code comments in pylintrcjaypipes@gmail.com2010-08-091-1/+0
* pylint fixes for /nova/test.pyjaypipes@gmail.com2010-08-091-33/+41
* renamed xxxnode to xxserviceVishvananda Ishaya2010-07-231-4/+4
* reorder imports spacingJesse Andrews2010-07-151-4/+2
* remove import of vendor since we have PPA nowJesse Andrews2010-07-151-1/+1
* update copyrightsTodd Willey2010-07-151-2/+0
* removed all references to keeperVishvananda Ishaya2010-06-291-5/+0
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* Updated licensesDevin Carlen2010-06-231-9/+14
* fix fakeldap so it can use redis keeperVishvananda Ishaya2010-06-241-22/+15
* Refactored Instance to get rid of _s bits, and fixed some bugs in state manag...andy2010-06-241-3/+6
* Flush redis db in setup and teardown of tests.Joshua McKenty2010-06-241-0/+5
* initial commitJesse Andrews2010-05-271-0/+246