oslo.utils/oslo_utils/tests
Cédric Jeanneret b41268417c Make mask_password case insensitive, and add new patterns
It appears that Mistral service logs everything, and doesn't use yet
the mask_password (nor mask_dict_password) method. In order to ensure
all is properly masked, we have to add some new patterns, and make it
case insensitive in order to simplify and avoid duplicated entries.

Change-Id: Icc19b7c8bdb6a3182939d5e9fdef21288b19f43d
Related-Bug: #1850843
Signed-off-by: Cédric Jeanneret <cjeanner@redhat.com>
2019-11-05 11:04:18 +00:00
..
fake Make method import_versioned_module work 2016-10-12 16:51:52 +08:00
__init__.py Move files out of the namespace package 2015-01-06 17:07:36 -05:00
base.py Move files out of the namespace package 2015-01-06 17:07:36 -05:00
test_dictutils.py Create dictutils and add 'flatten_dict_to_keypairs' 2016-11-01 23:35:57 +08:00
test_eventletutils.py eventletutils: Optimise EventletEvent.clear() 2019-01-25 14:56:57 +13:00
test_excutils.py Remove moxstubout usage 2018-08-22 07:21:09 -04:00
test_fileutils.py Add method last_bytes in fileutils 2017-12-27 10:52:27 +08:00
test_fixture.py UUID sentinel 2018-08-28 12:55:33 +00:00
test_fnmatch.py Fix flake8 issues 2016-06-17 07:51:19 +03:00
test_imageutils.py Support "qemu-img info" virtual size in QEMU 4.1 and later 2019-09-20 16:56:47 -04:00
test_importutils.py Make method import_versioned_module work 2016-10-12 16:51:52 +08:00
test_netutils.py Add method to escape ipv6 ip addresses 2017-08-18 12:50:08 +01:00
test_reflection.py Add __ne__ built-in function 2016-10-17 08:51:06 +08:00
test_secretutils.py Add digestmod when using hmac 2019-08-21 18:28:09 +02:00
test_specs_matcher.py Document specs_matcher.py functions 2018-01-30 10:10:26 -08:00
test_strutils.py Make mask_password case insensitive, and add new patterns 2019-11-05 11:04:18 +00:00
test_timeutils.py Fix breaking unit tests due to iso8601 changes 2018-02-06 09:47:15 -08:00
test_uuidutils.py Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' 2018-01-19 19:21:47 +08:00
test_versionutils.py versionutils: add version convert helper methods 2015-07-10 15:42:12 +08:00
tests_encodeutils.py Fix flake8 issues 2016-06-17 07:51:19 +03:00