]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adapated plugin infrastructure to allow API to pass options to plugins
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Tue, 5 Jul 2011 16:50:30 +0000 (17:50 +0100)
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Tue, 5 Jul 2011 16:50:30 +0000 (17:50 +0100)
commit8af12499a88d4c0892ded9003bb9848d7945589a
treeb99960389226a43ac7c1de23f00a4fc72b651ac0
parent704ed9a4e1c96fb23f8b964b08664fea3f2be2ff
parenta975ec64514affa5bb95e61957409954e3d9f7fa
Adapated plugin infrastructure to allow API to pass options to plugins
Now using in-memory sqlite db for tests on FakePlugin
teardown() now 'resets' the in-memory db
Adding unit tests for APIs
quantum/api/__init__.py
quantum/api/networks.py
quantum/api/ports.py
quantum/cli.py
quantum/common/utils.py
quantum/db/api.py
quantum/manager.py
quantum/plugins/SamplePlugin.py
quantum/quantum_plugin_base.py
tests/unit/test_api.py
tests/unit/testlib.py