tempest/tempest/lib/common
Hervé Beraud 8aea021537 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I522388e474c205aa2bdf2e5167193f4e6b3381a4
2020-07-24 04:27:38 +00:00
..
utils Merge "Add autopep8 to tox.ini" 2019-03-16 02:12:07 +00:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
api_microversion_fixture.py Add APIMicroversionFixture to library interface 2019-04-16 02:01:12 +00:00
api_version_request.py Migrated microversion testing framework to tempest/lib 2016-03-11 08:17:15 +00:00
api_version_utils.py compute: Add volume and placement microversion support to BaseV2ComputeTest 2020-02-07 11:11:30 +00:00
cred_client.py keystone roles are case insensitive 2017-02-25 07:18:35 +01:00
cred_provider.py Remove creds providers dependency from clients 2017-07-20 20:42:36 +00:00
dynamic_creds.py Fix code to pass pep8 Tox environment. 2018-04-12 11:09:37 +02:00
fixed_network.py docs: Fix incorrect docstrings in reStructuredText format 2018-11-21 19:06:43 -06:00
http.py Allow to create a rest_client not following redirects 2018-10-11 08:07:38 +00:00
jsonschema_validator.py Replace deprecated "decodestring" 2018-11-02 15:15:24 +07:00
preprov_creds.py Add autopep8 to tox.ini 2019-03-08 16:04:05 +01:00
profiler.py Add profiler support into Tempest 2019-02-16 08:10:28 +00:00
rest_client.py Fix the logging of request body credentials 2019-10-02 23:11:04 +00:00
ssh.py Prevent SSH client proxy loops 2020-02-12 09:44:05 +00:00
thread.py Stop to use the __future__ module. 2020-07-24 04:27:38 +00:00
validation_resources.py Make validation_resources a stable interface 2017-09-12 15:02:15 -06:00