neutron/neutron/tests/functional
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
..
agent Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
common All functional tests logs results now 2018-11-21 19:58:18 +00:00
db Check "security_group_rule" quota during security group creation 2020-01-28 12:02:52 +00:00
pecan_wsgi Remove references to unittest2 library 2020-01-14 09:03:26 +00:00
plugins use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
privileged Avoid calling util.kill_process to kill "sleep" 2019-09-19 12:38:41 +00:00
sanity All functional tests logs results now 2018-11-21 19:58:18 +00:00
scheduler Add binding_index to NetworkDhcpAgentBinding 2019-08-29 12:52:07 +04:00
services Merge "Add description field to portforwarding NAT rules" 2020-01-31 15:43:23 +00:00
tests NetcatTester.stop_processes skip "No such process" exception 2019-11-20 17:47:17 +00:00
__init__.py tests: removed 'retargetable' framework 2017-05-02 16:45:49 +00:00
base.py Enable ovsdb debug messages in functional and fullstack 2020-01-29 17:11:44 +00:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt Don't return null-byte separated string from ExternalProcess.cmdline() 2017-03-08 07:50:51 +00:00
test_server.py Make Neutron gate great again 2019-09-06 07:44:29 +00:00
test_service.py Modify api and rpc default number of workers 2019-02-19 13:24:01 -07:00