]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Avoid creating FixedIntervalLoopingCall in agent UT
authorEugene Nikanorov <enikanorov@mirantis.com>
Tue, 11 Mar 2014 12:04:49 +0000 (16:04 +0400)
committerGerrit Code Review <review@openstack.org>
Fri, 21 Mar 2014 07:17:46 +0000 (07:17 +0000)
commit712923d3ab3dd4b0b133a11735fed1533db84995
tree438504a53d2ca1bca9fcaec57a5fdca0d35e191f
parent386aa20710cb7bb9fd2195f695c09b1ac1c04786
Avoid creating FixedIntervalLoopingCall in agent UT

Set polling_interval to 0 to avoid creating LoopingCall
in loadbalancer agent tests, dhcp agent tests, linuxbridge agent tests

Change-Id: Ib6edbc11feba402a4c2f19b7d6833b49879ee626
Closes-Bug: #1288079
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py
neutron/tests/unit/services/loadbalancer/agent/test_agent_manager.py
neutron/tests/unit/test_dhcp_agent.py