bb4f7129e945602a8e830520e7877a33b2539530
84 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Vishvananda Ishaya
|
9978d656d2 | only create the db if it doesn't exist, add an option -r to run_tests.py to delete it | ||
|
Lorin Hochstein
|
64942d92f3 | Fix for a problem where run_tests.sh would output a seemingly unrelated error message when there was a sqlalchemy-migrate version number conflict | ||
|
Rick Harris
|
4d5a73bf7c | Show only if we have slow tests, elapsed only if test success | ||
|
Rick Harris
|
43dd1ec608 | Showing elapsed time is now default | ||
|
Rick Harris
|
3368a35ff9 | Removing seconds unit | ||
|
Rick Harris
|
f46c9d7c96 | Making timing points stricter, only show slow/sluggish tests in summary | ||
|
Rick Harris
|
00071a6e0b | Adds --show-elapsed option for run_tests | ||
|
Vishvananda Ishaya
|
498638ce36 | make smoketests run with nose | ||
|
Vishvananda Ishaya
|
e7ed4e198e | merge clean db | ||
|
Vishvananda Ishaya
|
78eddce564 | added comments about where code came from | ||
|
Vishvananda Ishaya
|
9c1f1c7288 | merge and fix conflicts | ||
|
Vishvananda Ishaya
|
c27c19ea31 | fix pep8 | ||
|
Vishvananda Ishaya
|
80970a82f1 | merged upstream | ||
|
Vishvananda Ishaya
|
5e2f82b148 | revert logfile redirection and make colors work by temporarily switching stdout | ||
|
Vishvananda Ishaya
|
f4c95e1f18 | merged trunk | ||
|
Vishvananda Ishaya
|
19dc13131b | move the deletion of the db into fixtures | ||
|
Vishvananda Ishaya
|
0addb1147f | merged upstream | ||
|
Vishvananda Ishaya
|
b09534dac0 | put the redirection back in to run_tests.sh and fix terminal colors by using original stdout | ||
|
Vishvananda Ishaya
|
3c09d486f8 | use flags for sqlite db names and fix flags in dhcpbridge | ||
|
termie
|
d160455b77 | allow users to omit 'nova.tests' with run_tests | ||
|
Vishvananda Ishaya
|
60ed7c9c52 | fix failures | ||
|
Vishvananda Ishaya
|
af34f45855 | update based on prereq branch | ||
|
Vishvananda Ishaya
|
11c57867ec | fixed newline and moved import fake_flags into run_tests where it makes more sense | ||
|
Vishvananda Ishaya
|
71f7119910 | remove changes to test db | ||
|
Vishvananda Ishaya
|
90007cd908 | pretty colors for logs and a few optimizations | ||
|
Vishvananda Ishaya
|
29644fe5a9 | switch to explicit call to logging.setup() | ||
|
Vishvananda Ishaya
|
c7d83e26f7 | use tests.sqlite so it doesn't conflict with running db | ||
|
Vishvananda Ishaya
|
106eb47eff | fixes for various logging errors and issues | ||
|
termie
|
f3652fd481 | add logging.basicConfig() to tests | ||
|
Soren Hansen
|
b2ec5bf282 | Pass a PluginManager to nose.config.Config(). This lets us use plugins like coverage, xcoverage, etc. | ||
|
Andy Smith
|
7f352a7233 | move db sync into nosetests package-level fixtures so that the existing nosetests attempt in hudson will pass | ||
|
Andy Smith
|
4f5c0c64ec | add support for database migration | ||
|
termie
|
384da35986 | change exit code | ||
|
termie
|
7e469690f0 | Output of run_tests.sh to be closer to trial | ||
|
Eric Day
|
8c343e1b4b | First pass at converting run_tests.py to nosetests. The network and objctstore tests don't yet work. Also, we need to manually remove the sqlite file between runs. | ||
|
termie
|
40dd925070 | merged from upstream | ||
|
termie
|
a2a8406b5d | updates per review | ||
| a6645d8a43 |
Initial i18n commit for endpoints. All endpoints must install
gettext, which injects the _ function into the builtins. |
|||
|
Andy Smith
|
a1640f3528 | formatting and naming cleanup | ||
|
Andy Smith
|
3b376b8ad1 | get service unittests runnning again | ||
|
Andy Smith
|
3c85f1b7ed |
intermediate commit to checkpoint progress
all relevant tests are passing except volume, next step is volume manager fixery |
||
|
Soren Hansen
|
3b695e11da |
Added a .mailmap that maps addresses in bzr to people's real, preferred
e-mail addresses. (I made a few guesses along the way, feel free to adjust according to what is actually the preferred e-mail) Added a couple of methods to nova.utils to parse said .mailmap and do the appropriate (though highly naïve) replacement. Apply mailmap replacement in changelog generation in setup.py. Add a unit test that checks everyone is properly listed in Authors. Add sleepsonthefloor to Authors. If anyone knows the real name, please add it. |
||
|
Andy Smith
|
c0f050c54f | Fix the --help flag for printing help on twistd-based services | ||
|
Andy Smith
|
8b2d1143f5 | make --help work for twistd-based services | ||
|
Soren Hansen
|
3f737b0a84 |
Move Redis code into fakeldap, since it's the only thing that still uses it.
Adjust auth unittests to skip fakeldap tests if Redis isn't around. Adjust auth unittests to actually run the fakeldap tests if Redis /is/ around. |
||
|
Soren Hansen
|
e0dff8694e | Merge trunk. | ||
|
Soren Hansen
|
a374efd4cc | Run the virt tests by default. | ||
|
Soren Hansen
|
3e8c19c42b | Merge trunk | ||
|
Soren Hansen
|
41fa6058f9 | Merge trunk. | ||
|
Soren Hansen
|
d42e168763 | Merge trunk |