neutron/neutron/tests/unit/agent/common
Thomas Bechtold 244e6eead8 Use sys.executable instead of 'python'
In a python3 only environment, 'python' might not be available (only
'python3'). So instead of hardcoding 'python' as executable, use the
executable that is used to run the tests itself which is
sys.executable .

Change-Id: Iae44aa2f1c336a0f5501312af05b0133193c5462
2020-02-07 19:48:05 +01:00
..
__init__.py Add missing neutron/tests/unit/agent/common/__init__.py 2015-04-01 22:43:13 +02:00
test_async_process.py Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
test_ovs_lib.py don't clear skb mark when ovs is hw-offload enabled 2019-12-13 20:03:17 +02:00
test_ovsdb_monitor.py ovsdb monitor: handle modified ports 2019-10-08 10:57:42 +03:00
test_placement_report.py Locate RP-tree parent by hypervisor name 2019-12-10 10:21:53 +01:00
test_polling.py Windows OVS: minimize polling 2018-08-14 09:54:07 +03:00
test_resource_processing_queue.py Rename router processing queue code to be more generic 2018-07-20 15:09:20 -04:00
test_utils.py Locate RP-tree parent by hypervisor name 2019-12-10 10:21:53 +01:00