neutron/neutron/tests/functional/cmd
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 a netns-cleanup functional test 2015-03-13 17:14:37 +00:00
process_spawn.py Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
test_ipset_cleanup.py All functional tests logs results now 2018-11-21 19:58:18 +00:00
test_linuxbridge_cleanup.py Switch IPDevice.exists() method to use pyroute2 2018-03-19 11:56:45 +01:00
test_netns_cleanup.py Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
test_ovs_cleanup.py Remove deprecated 'external_network_bridge' option 2019-03-09 22:07:38 +00:00
test_status.py Fix neutron-status upgrade check CLI tool 2019-03-21 15:01:50 +00:00