neutron/neutron/tests/functional/resources
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
..
ovsdb [OVN] Allow schema checks to happen before starting connection 2021-01-29 05:02:27 +00:00
__init__.py [OVN] Add OVN functional tests - part 1 2020-02-18 13:33:52 +00:00
process.py Remove "distutils" library 2022-05-12 23:50:07 +00:00