tempest/tempest/lib
Ade Lee 56860ccae7 Replace md5 with oslo version
md5 is not an approved algorithm in FIPS mode, and trying to
instantiate a hashlib.md5() will fail when the system is running in
FIPS mode.

md5 is allowed when in a non-security context.  There is a plan to
add a keyword parameter (usedforsecurity) to hashlib.md5() to annotate
whether or not the instance is being used in a security context.

In the case where it is not, the instantiation of md5 will be allowed.
See https://bugs.python.org/issue9216 for more details.

Some downstream python versions already support this parameter.  To
support these versions, a new encapsulation of md5() has been added to
oslo_utils.  See https://review.opendev.org/#/c/750031/

This patch is to replace the instances of hashlib.md5() with this new
encapsulation, adding an annotation indicating whether the usage is
a security context or not.

In this case, all hashlib.md5() invocations are to run tempest tests
so this is not a security context.  With this patch, we can run tempest
tests from a FIPS enabled machine.

Change-Id: Ib301466bb0a1996997c63599918fa96059a927bd
2021-02-25 16:14:08 -05:00
..
api_schema Add tag in compute interfaces schema for microversion 2.70 2020-11-19 09:58:43 +08:00
cli Remove six.PY3/six.PY2 2020-11-10 09:54:35 +00:00
cmd Remove usage of six 2021-02-18 10:43:57 +08:00
common Replace md5 with oslo version 2021-02-25 16:14:08 -05:00
services Merge "[part1] Remove six" 2021-02-25 17:09:59 +00:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
auth.py Remove usage of six 2021-02-23 00:38:55 +00:00
base.py Add workaround to handle the testtool skip exception in CLI test 2019-10-12 01:40:29 +00:00
decorators.py Refactor skip_because decorator 2021-02-08 08:23:05 +00:00
exceptions.py Add default RBAC personas to dynamic credentials 2021-01-11 19:12:26 +00:00