neutron/neutron/tests/unit/agent
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
..
common Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
dhcp Do not inherit from built-in "dict" 2019-11-29 18:12:07 +00:00
l2 Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
l3 Merge "Add description field to portforwarding NAT rules" 2020-01-31 15:43:23 +00:00
linux Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
metadata Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
ovn [OVN] Move OVN metadata agent 2019-12-09 10:48:39 +00:00
ovsdb Add native OVSDB implementation for bridge monitor 2018-12-03 16:09:06 +00:00
windows remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py Initialize modifiable list of resources in CacheBackedPluginApi. 2019-07-26 11:51:39 +00:00
test_securitygroups_rpc.py Remove unused global_refresh_firewall 2019-09-07 23:27:43 +00:00