]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
- Unit tests will use FakePlugin
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Wed, 29 Jun 2011 15:40:15 +0000 (16:40 +0100)
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>
Wed, 29 Jun 2011 15:40:15 +0000 (16:40 +0100)
commita99caf43c10752534da6288f596901c4067dd5e7
treef484643fa2901242841d7c66e4f755e3d2e88b7a
parentd0cb0eea78a85a244a32158ceb93aa78120aa293
- Unit tests will use FakePlugin
- FakePlugin adapted to db API with sqlite
- db Models updated to inherit from generic Quantum Base model (provides utility functions and capabilities for treating db objects as dicts - see nova.db.models.NovaBase)
- functional tests commented out temporarily. Will un-comment when code for starting actual service is in place
quantum/api/networks.py
quantum/db/api.py
quantum/db/models.py
quantum/plugins/SamplePlugin.py