tempest/tempest/lib/common
Martin Kopec a47c8afc0e Get rid of jsonschema.compat usage
jsonschema.compat module is not a public interface anymore and
it got removed in version > 3.2.0
The compat module was a helper for py2/3 compatibility [1].
As Tempest is full py3 now, we can rework the whole
if-condition and let the timeutils to handle any wrong format.

[1] https://github.com/Julian/jsonschema/blob/v3.2.0/jsonschema/compat.py

Closes-Bug: #1946321
Change-Id: Ia78c19c06cfb712b1b8d0aff457fd2f91144dc07
2021-10-07 19:01:21 +00:00
..
utils Remove usage of six 2021-04-15 09:25:19 +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 Remove usage of six 2021-04-15 09:01:01 +00:00
cred_client.py Remove usage of six 2021-02-23 00:38:55 +00:00
cred_provider.py Fix cleanup of default security group when preprov creds are used 2021-08-19 09:52:00 +02:00
dynamic_creds.py Fix cleanup of default security group when preprov creds are used 2021-08-19 09:52:00 +02:00
fixed_network.py docs: Fix incorrect docstrings in reStructuredText format 2018-11-21 19:06:43 -06:00
http.py Remove usage of six 2021-04-15 09:01:01 +00:00
jsonschema_validator.py Get rid of jsonschema.compat usage 2021-10-07 19:01:21 +00:00
preprov_creds.py Merge "Replace md5 with oslo version" 2021-03-11 06:57:12 +00:00
profiler.py Add profiler support into Tempest 2019-02-16 08:10:28 +00:00
rest_client.py Replace deprecated import of ABCs from collections 2021-07-17 12:25:30 +09:00
ssh.py Remove usage of six 2021-04-15 09:01:01 +00:00
thread.py Remove six.PY3/six.PY2 2020-11-10 09:54:35 +00:00
validation_resources.py Make validation_resources a stable interface 2017-09-12 15:02:15 -06:00