summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
Commit message (Expand)AuthorAgeFilesLines
* Add HACKING compliance testing to run_test.shJoe Gordon2012-01-241-0/+24
* Making pep8 output less verbose.Rick Harris2011-12-141-3/+2
* Rename .nova-venv to .venv.James E. Blair2011-12-081-1/+1
* Merge "First steps towards consolidating testing infrastructure"Jenkins2011-12-071-1/+1
|\
| * First steps towards consolidating testing infrastructureDuncan McGreggor2011-12-061-1/+1
* | Remove some remnants of ChangeLog and vcsversion.py generationMark McLoughlin2011-12-061-1/+1
|/
* Optional --no-site-packages in venvLorin Hochstein2011-10-301-2/+10
* Deallocate ip if build fails.Rick Harris2011-09-301-1/+16
* Fix outstanding pep8 errors for a clean trunk.Monty Taylor2011-09-231-2/+8
* Bug #835952: pep8 failures do not cause the tests to fail Ewan Mellor2011-08-281-8/+10
* Fix ugly little violations before someone says anythingChristopher MacGown2011-08-121-1/+1
* Merge config_drive with trunkChristopher MacGown2011-08-121-1/+1
|\
| * Config-Drive happiness, minus smoketestChristopher MacGown2011-07-221-1/+1
* | Slight indentation changeLorin Hochstein2011-07-211-2/+2
* | Added call to second coverage invocationLorin Hochstein2011-07-211-1/+1
* | Fixed an issue where was invoked before it was defined in the case of a venvLorin Hochstein2011-07-211-1/+6
* | Zapped an extra newlineLorin Hochstein2011-07-191-1/+0
* | Add support for generating local code coverage reportLorin Hochstein2011-07-191-0/+14
|/
* Silence warning in case tests.sqlite doesn't existThierry Carrez2011-07-041-1/+1
* change the default to recreate the db but allow -n for faster testsVishvananda Ishaya2011-06-291-2/+4
* only create the db if it doesn't exist, add an option -r to run_tests.py to d...Vishvananda Ishaya2011-06-251-0/+7
* Showing elapsed time is now defaultRick Harris2011-06-151-1/+1
* Ensuring pep8 runs even when nose optons are passedRick Harris2011-06-151-2/+7
* Removing seconds unitRick Harris2011-06-151-1/+1
* Adds --show-elapsed option for run_testsRick Harris2011-06-141-0/+1
* Added virtual environment to PEP8 testsAlex Meade2011-06-071-6/+8
* Added opt-out system for excluding files/dirs from pep8 (using GLOBIGNORE).Justin Shepherd2011-05-161-1/+6
* Removed tools/clean_vlans and tools/nova-debug from pep8 tests as they are sh...Justin Shepherd2011-05-161-2/+1
* Added lines to include tools/* (except ajaxterm) in pep8 testsJustin Shepherd2011-05-161-0/+2
* Since run_tests.sh utilizes nose to run its tests, the -x, --stop flag works ...Alex Meade2011-05-021-0/+1
|\
| * Updated run_tests.sh usage info to reflect the --stop flagAlex Meade2011-04-261-0/+1
* | Exit early if tests fail, before pep8 is run.Naveed Massjouni2011-04-201-1/+1
* | Changed pep8 command line option from --just-pep8 to --pep8.Naveed Massjouni2011-04-131-2/+2
* | Added an option to run_tests.sh so you can run just pep8. So now you can:Naveed Massjouni2011-04-061-7/+20
|/
* Merging trunk, small fixesRick Harris2011-02-251-7/+15
|\
| * fix missed err.logVishvananda Ishaya2011-02-231-1/+1
| * revert logfile redirection and make colors work by temporarily switching stdoutVishvananda Ishaya2011-02-231-2/+2
| * merged trunkVishvananda Ishaya2011-02-231-1/+14
| |\
| | * Adds some features to run_tests.sh:termie2011-02-231-1/+12
| | |\
| | | * dump error output directly on short import errorstermie2011-02-231-1/+12
| | * | Initial support for per-instance metadata, though the OpenStack API. Key/val...Justin Santa Barbara2011-02-231-1/+3
| | |\ \ | | | |/ | | |/|
| | | * Initial support for per-instance metadata, though the OpenStack API. Key/valu...Justin Santa Barbara2011-02-171-1/+3
| * | | update based on prereq branchVishvananda Ishaya2011-02-211-1/+0
| |/ /
| * / remove changes to test dbVishvananda Ishaya2011-02-211-1/+1
| |/
* | Typo fixesRick Harris2011-02-171-1/+1
* | Putting glance plugin under pep8 controlRick Harris2011-02-161-1/+5
|/
* Only run pep8 after tests if running all the teststermie2011-01-301-2/+7
* Exclude vcsversion.py from pep8 check. It's not compliant, but out of our con...Soren Hansen2011-01-201-1/+1
* Return non-zero if either unit tests or pep8 fails.Soren Hansen2011-01-191-3/+1
* Refactor run_tests.sh to allow us to run an extra command after the tests.Soren Hansen2011-01-191-29/+29