]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add unit tests for the ovs quantum agent.
authorMaru Newby <mnewby@internap.com>
Tue, 23 Oct 2012 22:25:54 +0000 (22:25 +0000)
committerMaru Newby <mnewby@internap.com>
Wed, 24 Oct 2012 04:13:49 +0000 (04:13 +0000)
commita2f3f47bdea6b7ba2a75603ded44fb6a2c556b69
treee80eb4ab99868d94b4679e318fd2a0ef5ea38b04
parenta5c1c89aa1cc9bbc69beae6cb37ea76faec708d3
Add unit tests for the ovs quantum agent.

 * Supporting the quantum dhcp agent on XenServer/XCP requires
   modifying the ovs agent.  As no unit tests exist at present for
   the ovs agent, this change adds enough test coverage to help
   ensure that the modifications to support xen will not break
   existing functionality.
 * Supports blueprint xenapi-ovs

Change-Id: Ib99414ec02e8910cbb0ce377b1a1e73acd057794
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/tests/unit/openvswitch/test_ovs_quantum_agent.py [new file with mode: 0644]