neutron/neutron/tests/functional
Rodolfo Alonso Hernandez eb99c22213 Remove "distutils" library
Library "distutils" will be marked as deprecated in Python 3.10:
https://peps.python.org/pep-0386/

This patch does the following replacements, that provide the same
functionality and API:
- distutils.version.StrictVersion -> packaging.version.Version
- distutils.spawn.find_executable -> shutil.which

Closes-Bug: #1973780
Change-Id: Iad96ad3e7055f71c629efbe80070adbe297cd7aa
2022-05-12 23:50:07 +00:00
..
agent [QoS] Unify agent "qos_network_policy_id" constant 2022-04-27 16:51:34 +00:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd Add a privsep context only for link commands 2021-07-16 15:10:03 +00:00
common Refactor session "is_active" handling for sqlalchemy-20 2022-02-10 09:03:36 +00:00
db Don't register config options on imports 2022-04-13 05:49:15 +00:00
objects Group execution of SQL functional tests 2022-03-03 12:10:56 +00:00
pecan_wsgi [API] Return 403 for POST requests when user is not authorized 2022-04-11 10:51:26 +00:00
plugins Merge "Avoid register config options on imports" 2022-05-06 15:14:46 +00:00
privileged Replace "get_routing_table" with "list_ip_routes" 2021-05-01 17:39:42 +00:00
resources Remove "distutils" library 2022-05-12 23:50:07 +00:00
sanity Use pyroute2 for SRIOV VF commands 2020-05-27 16:58:02 +00:00
scheduler Use more pythonic approach 2021-08-25 18:02:53 -07:00
services Merge "[OVN] Reschedule router GW chassis when AZ updated" 2022-03-25 18:50:54 +00:00
tests Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
__init__.py tests: removed 'retargetable' framework 2017-05-02 16:45:49 +00:00
base.py Merge "Avoid register config options on imports" 2022-05-06 15:14:46 +00:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt Update requirements for recent pip failures 2020-12-09 13:17:51 +01:00
test_server.py Wait until workers have been launched 2021-07-29 15:49:50 +00:00
test_service.py Modify api and rpc default number of workers 2019-02-19 13:24:01 -07:00