oslo.utils/oslo_utils/tests
Dougal Matthews c49a426b66 Make mask_dict_password case insensitive and add new patterns
In Icc19b7c8bdb6a3182939d5e9fdef21288b19f43d mask_password was made case
insensitive but mask_dict_password wasn't. This update makes the
behaviour of these functions the same.

Instead of lowering _SANITIZE_KEYS each time the source list is lowered.

New password patterns from realworld logs were added to the patterns.

Change-Id: Ic3ee301857630a15b9c26fd5d0fc907c43199517
Related-Bug: #1850843
(cherry picked from commit ed70bd3cd1)
2019-11-18 09:13:41 +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: Fix behavior discrepency when reusing Events 2018-04-11 13:02:29 -04:00
test_excutils.py Fix flake8 issues 2016-06-17 07:51:19 +03:00
test_fileutils.py Add method last_bytes in fileutils 2017-12-27 10:52:27 +08:00
test_fixture.py Add TimeFixture 2015-01-16 16:19:54 -06:00
test_fnmatch.py Fix flake8 issues 2016-06-17 07:51:19 +03:00
test_imageutils.py Support json format output from qemu command 2016-06-20 01:21:14 +00: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 Fix exception with secretutils 2018-05-24 18:55:24 +08:00
test_specs_matcher.py Document specs_matcher.py functions 2018-01-30 10:10:26 -08:00
test_strutils.py Make mask_dict_password case insensitive and add new patterns 2019-11-18 09:13:41 +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