]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make MockFixedIntervalLoopingCall class as a helper class
authorAman Kumar <amank@hp.com>
Wed, 3 Jun 2015 06:49:40 +0000 (23:49 -0700)
committerAman Kumar <amank@hp.com>
Wed, 3 Jun 2015 07:02:56 +0000 (07:02 +0000)
commit608c282285380704e70228ef549646a61492d2bd
tree3ec8ce4db299db9479ba46ca70a6eed9f35289c6
parent9e3fe1fe57fe5ac988aa60c4c713509f83c27ff4
Make MockFixedIntervalLoopingCall class as a helper class

MockFixedIntervalLoopingCall class is used in both the classes
TestOvsNeutronAgent and TestOvsDvrNeutronAgent.

This patch removes the MockFixedIntervalLoopingCall from both the
places and make it as a helper class in test_ovs_neutron_agent.py.
So that it will be used everywhere in test_ovs_neutron_agent.py.

Change-Id: I5e0803436e91b4f20ec03209e9e799a68df4eaf4
neutron/tests/unit/plugins/openvswitch/agent/test_ovs_neutron_agent.py