]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Mock out tunnel_sync in test to avoid sleeping
authorKevin Benton <blak111@gmail.com>
Fri, 11 Jul 2014 07:58:41 +0000 (07:58 +0000)
committerKevin Benton <blak111@gmail.com>
Fri, 11 Jul 2014 08:00:14 +0000 (08:00 +0000)
commit40417e67820b38dc5492211554ac2ac1cd272f09
tree00d2925eab0982e74ce4b4e484db820bd6118fe7
parent2626d14dc1b58e3b3d3540a249a56ef18d14a115
Mock out tunnel_sync in test to avoid sleeping

The tunnel_sync call in the daemon loop for the ovs tunnel
tests blocks for 30 seconds. This patch mocks it out to stop
that.

Closes-Bug: #1340570
Change-Id: I58c3907ed564413a8251bc1bb7922e25f673db18
neutron/tests/unit/openvswitch/test_ovs_tunnel.py