neutron/neutron/agent/windows
Ihar Hrachyshka e30d8cead1 Make sure we return unicode strings for process output
Process output is supposed to be represented with lines, so we should
put Python strings in the queue (not bytes). Just in case, we do it only
for Python 3 environment.

To fix that, we reuse code from utils.execute() linux/windows
implementations.

This fixes the TestAsyncProcess.test_async_process_respawns functional
test for Python 3 environment.

Related-Bug: #1515118
Change-Id: I9efec2290003add44909aab33a0026372a580016
2015-11-20 16:49:51 +01:00
..
__init__.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
polling.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
utils.py Make sure we return unicode strings for process output 2015-11-20 16:49:51 +01:00