summaryrefslogtreecommitdiff
path: root/nova/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* docs - Prevent eventlet exception during docs generationDavanum Srinivas2014-08-011-1/+7
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-5/+0
* Fix and gate on E125Joe Gordon2013-07-041-1/+1
* Import eventlet in __init__.pyMichael Still2013-04-091-0/+20
* Move global fixture setup into nova/test.pyMonty Taylor2012-11-221-83/+0
* Move sql options to nova.db.sqlalchemy.sessionMark McLoughlin2012-11-211-2/+2
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+3
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-22/+23
* Remove outdated moduleauthor tagsJoe Gordon2012-10-011-6/+0
* Update reset_db to call setup if _DB is None.Dan Prince2012-08-031-0/+2
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
* Add multi-process support for API servicesJohannes Erdfelt2012-06-281-1/+1
* Imports cleanupZhongyue Luo2012-06-191-0/+1
* Finalize tox config.Monty Taylor2012-06-071-0/+8
* Use openstack.common.cfg.CONF.Russell Bryant2012-06-041-4/+0
* Use cfg's new behavior of reset() clearing overridesMark McLoughlin2012-05-211-0/+1
* Register fake flags with rpc init function.Dan Prince2012-05-041-0/+1
* Compact pre-Folsom database migrations.Dan Prince2012-05-021-2/+3
* Refactor nova.rpc config handling.Russell Bryant2012-04-251-0/+3
* Make sqlite in-memory-db usable to unittestHengqing Hu2012-03-171-10/+35
* Avoid weird test error when mox is missingThierry Carrez2012-02-021-0/+1
* Separate metadata api into its own serviceVishvananda Ishaya2011-11-151-1/+1
* Add DHCP support to the QuantumManager and break apart dhcp/gatewayBrad Hall2011-11-041-0/+1
* pass in the right argumentJason Koelker2011-07-221-1/+1
* allow 2 dns servers to be specified on network createJason Koelker2011-07-211-1/+2
* fix testsVishvananda Ishaya2011-07-081-1/+1
* update testsVishvananda Ishaya2011-07-051-0/+1
* merged trunk, fixed the floating_ip fixed_ip exception stupidityTrey Morris2011-06-291-1/+1
|\
| * only create the db if it doesn't exist, add an option -r to run_tests.py to d...Vishvananda Ishaya2011-06-251-1/+1
* | forgot a commaTrey Morris2011-06-101-1/+1
* | misc argument alterationsTrey Morris2011-06-101-2/+4
* | pep8 fixesJason Kölker2011-05-311-1/+1
* | Virt tests passing while assuming the old style single nicsCerberus2011-05-261-0/+4
* | port the current create_networks over to the new network schemeJason Kölker2011-05-231-9/+11
|/
* move the deletion of the db into fixturesVishvananda Ishaya2011-02-231-2/+6
* use flags for sqlite db names and fix flags in dhcpbridgeVishvananda Ishaya2011-02-231-1/+6
* speed up network testsVishvananda Ishaya2011-02-231-1/+2
* move db creation into fixtures and clean db for each testVishvananda Ishaya2011-02-231-0/+15
* move db sync into nosetests package-level fixtures so that the existing noset...Andy Smith2011-01-181-0/+5
* Initial i18n commit for endpoints. All endpoints must installjaypipes@gmail.com2010-12-111-0/+5
* update copyrightsTodd Willey2010-07-151-3/+1
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* Updated licensesDevin Carlen2010-06-231-12/+18
* initial commitJesse Andrews2010-05-271-0/+27