neutron/neutron/tests/functional/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 Add OVS QoS driver cache for minimum bandwidth rules 2020-01-07 14:40:28 +00:00
l2 ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
l3 Replace "ip monitor" command with Pyroute2 implementation 2019-12-08 22:38:45 +00:00
linux Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
ovsdb Switch test cases to sudo dependent 2019-07-19 21:48:09 -05:00
windows All functional tests logs results now 2018-11-21 19:58:18 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Do not inherit from built-in "dict" 2019-11-29 18:12:07 +00:00
test_firewall.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_l2_lb_agent.py LB Trunk: Stop matching MAC of subport to port model 2017-03-01 14:10:00 +00:00
test_l2_ovs_agent.py Merge "Stop OVS agent before starting it again" 2019-05-30 09:03:49 +00:00
test_ovs_flows.py Collect exception information in ARPSpoofTestCase only if initialized 2020-01-24 14:06:50 +00:00
test_ovs_lib.py Set OpenFlow 1.0, 1.3 and 1.4 by default on bridges 2020-01-16 22:13:22 +00:00