neutron/neutron/tests/functional/agent/linux/bin
Rodolfo Alonso Hernandez 48730d9449 Use threads insted of greethreads in IP monitor
IP monitor is a method that is going to be executed in a separate
process, to monitor the IP addresses changes in a namespace.

This method spawns a thread to read from a socket opened by Pyroute2.
The read function is a blocking method that will end only when the
socket is closed. To avoid thread starvation that can happen using
greenthreads, IP monitor will use kernel threads.

This will increase the resources used but will ensure that no message
is lost when reading the monitor socket.

Reduced the number of IPs generated in "test_add_and_remove_multiple_ips"
to shrink the testing time used.

Change-Id: I3fbba2854d40ab0f683443aa30c2a95752345d2e
Closes-Bug: #1849547
2019-10-23 18:36:59 +00:00
..
__init__.py Add a functional test for iptables_manager.binary_name 2015-03-02 16:19:50 +09:00
ip_monitor.py Use threads insted of greethreads in IP monitor 2019-10-23 18:36:59 +00:00
ipt_binname.py Adopt hacking 1.1.0 2018-07-05 11:31:40 +09:00