]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix NoSuchOptError in lbaas agent test
authorYuanchao Sun <yuanchao.sun@gmail.com>
Thu, 26 Dec 2013 07:20:23 +0000 (15:20 +0800)
committerYuanchao Sun <yuanchao.sun@gmail.com>
Thu, 26 Dec 2013 12:13:40 +0000 (20:13 +0800)
commit14d1f65699a79f879dde8fb6da2e3b1be72a7266
treefc49ce032ab251f194702da3d89833593edb9014
parent84aeb9a407cde367ff4d6e2b5986dd0a689bc332
Fix NoSuchOptError in lbaas agent test

Option 'periodic_interval' doesn't exist when using testtools
to test lbaas agent, fix this by adding a mock object.

Change-Id: I5ef02d6fa154ea7a18ca77d02a2704b7e3990c3b
Closes-Bug: #1264260
neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_agent.py