summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* Moving `test_misc` tests to better locationsRick Harris2013-06-051-61/+0
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Merge "Enable nova exception format checking in tests."Jenkins2013-01-041-0/+2
|\
| * Enable nova exception format checking in tests.Dan Prince2012-12-211-0/+2
* | Removed unused imports.Chuck Short2012-12-211-5/+0
|/
* Migrate to fileutils and lockutils.Michael Still2012-10-251-94/+0
* Makes sure tests don't leave lockfiles aroundVishvananda Ishaya2012-08-171-38/+42
* Improve external lock implementationStanislaw Pitucha2012-08-041-9/+7
* Remove unused importsJoe Gordon2012-08-021-1/+0
* Finish AUTHORS transition.Monty Taylor2012-07-051-27/+0
* Workaround issue with greenthreads and lockfilesVishvananda Ishaya2012-03-161-0/+16
* Don't use _ for variable nameJohannes Erdfelt2012-03-071-1/+1
* Merge "Check all migrations have downgrade in test_misc"Jenkins2012-03-061-24/+2
|\
| * Check all migrations have downgrade in test_miscHengqing Hu2012-02-281-24/+2
* | Minor cleanup based on HACKINGJoe Gordon2012-03-011-3/+2
|/
* Bug #912858: test_authors_up_to_date does not deal with capitalized names pro...Armando Migliaccio2012-01-061-2/+3
* Remove bzr related code in tests/test_miscJoe Gordon2011-12-061-20/+1
* Adding downgrade for migration 57 plus testRick Harris2011-11-141-0/+46
* Made jenkins email pruning more resilient.Monty Taylor2011-09-231-1/+1
* Don't use GitPython for authors checkMark McLoughlin2011-09-231-10/+5
* Tests to assure all exceptions can be raised as well as fixing NotAuthorizedVishvananda Ishaya2011-06-021-0/+13
* It's ok if there's no commit history. Otherwise the test suite in the tarball...Soren Hansen2011-05-041-1/+1
* add support for git checking and a default of failing if the history can't be...Jason Kölker2011-04-191-17/+32
* pep8Soren Hansen2011-03-221-1/+3
* Add a test for leaked semaphores.Soren Hansen2011-03-221-4/+8
* Make synchronized decorator not leak semaphores, at the expense of not being ...Soren Hansen2011-03-221-1/+0
* Make synchronized support both external (file based) locks as well as interna...Soren Hansen2011-03-221-2/+32
* Make Authors check account for tests being run with different os.getcwd() dep...Soren Hansen2011-03-111-5/+7
* Stop assuming anything about the order in which the two processes are scheduled.Soren Hansen2011-03-091-22/+25
* Use functools.wraps to make sure wrapped method's metadata (docstring and nam...Soren Hansen2011-03-011-2/+10
* Add utils.synchronized decorator to allow for synchronising method entrance a...Soren Hansen2011-02-281-1/+36
* Duh, continue skips iteration, not pass. #iamanidiotjaypipes@gmail.com2011-02-211-1/+1
* PEP8 errors and remove check in authors file for nova-core, since nova-core o...jaypipes@gmail.com2011-02-211-0/+2
* First pass at converting run_tests.py to nosetests. The network and objctstor...Eric Day2010-12-161-0/+55