lp://staging/~jbryce/nova/lp691704
- Get this branch:
- bzr branch lp://staging/~jbryce/nova/lp691704
Branch merges
- Vish Ishaya (community): Approve
- Rick Clark (community): Approve
-
Diff: 17 lines (+2/-5)1 file modifiednova/tests/auth_unittest.py (+2/-5)
Related bugs
Related blueprints
Branch information
Recent revisions
- 468. By Ed Leafe
-
Replaced the use of redis in fakeldap with a customized dict class. Auth unittests should now run fine without a redis server running, or without python-redis installed.
- 465. By termie
-
This branch removes most of the dependencies on twisted and moves towards the plan described by https:/
/blueprints. launchpad. net/nova/ +spec/unified- service- architecture Tests are currently passing besides objectstore which is being skipped because it is heavily reliant on our twisted pieces, and I can run everything using the nova.sh
Additionally this adds nova-combined that covers everythign except for nova-objectstore, to test it what I've usually done is run nova.sh as usual
$ sudo ./eventlet_
merge/contrib/ nova.sh run ignored eventlet_merge and then quit all the services except for nova-objectstore and then in one of the screens do
$ ./eventlet_
merge/bin/ nova-combined And then run whatever manual testing you normally run.
Once objectstore has been deprecated and removed nova-combined can be expected to run the whole nova stack in a single process for testing and dev.
- 463. By Soren Hansen
-
Make sure we properly close the bzr WorkingTree in our Authors up-to-datedness unit test.
- 461. By Jay Pipes
-
Initial work on i18n. This adds the installation of the nova domain in gettext to all the "endpoints", which are all the bin/* files and run_tests.py.
In addition, we place a small hack in /nova/tests/
__init_ _.py that allows nosetests to run without problems. The next series of patches will "i18n"-ify the strings in Nova using the _() gettext function.
- 460. By Vish Ishaya
-
Includes architecture on register. Additionally removes a couple lines of cruft.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~hudson-openstack/nova/trunk