]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Do not mock arping in L3AgentTestFramework functional tests
authorNikolay Fedotov <nfedotov@cisco.com>
Mon, 29 Jun 2015 08:57:52 +0000 (11:57 +0300)
committerNikolay Fedotov <nfedotov@cisco.com>
Mon, 29 Jun 2015 20:38:39 +0000 (23:38 +0300)
commitcd323563edd00382f16188f776a5c182fa34fbbd
treeb6efd1b83d4d06d1cd437794b5bee4aa24a847c2
parentc24c3f4c9031aec7c7ad07b5937a9ce74a6e9fe1
Do not mock arping in L3AgentTestFramework functional tests

The arping is called using eventlet.spawn_n therefore it
should not affect tests execution time.

Change-Id: I5a224196b98e1f6fa3478e9984ee6797a7c48b61
neutron/tests/functional/agent/test_l3_agent.py