]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure arping always exits
authorTerry Wilson <twilson@redhat.com>
Tue, 24 Feb 2015 01:31:02 +0000 (19:31 -0600)
committerTerry Wilson <twilson@redhat.com>
Tue, 24 Feb 2015 18:08:51 +0000 (12:08 -0600)
commitc308dc89076e99d15cac7100ecc90df2ddb5f4fa
tree92cd70ad064521cdde1b4a04761daa6c24a8a6dd
parent194afde3a64b70a934ec94f40550137ceacffbe2
Ensure arping always exits

It is possible for the arping process to hang if the interface is
removed while it is running. This patch adds a timeout to ensure
that the process eventually exits no matter what.

Change-Id: I60458b91e88b3fbd9fbc19c004e47a005b0ed408
Closes-Bug: #1425173
neutron/agent/linux/ip_lib.py
neutron/tests/unit/test_linux_ip_lib.py