oslo.utils/oslo_utils/tests
Hervé Beraud 3288539a0b Add a ``strict`` flag allowing users to restrict validation of IPv4 format
Add a ``strict`` flag allowing users to restrict validation to IP
addresses in presentation format (``a.b.c.d``) as opposed to address
format (``a.b.c.d``, ``a.b.c``, ``a.b``, ``a``).

https://github.com/netaddr/netaddr/issues/186
https://man7.org/linux/man-pages/man3/inet_pton.3.html
https://bugzilla.redhat.com/show_bug.cgi?id=1924436

Change-Id: I10fed16dad77ac17691a5d175c42b25916dc8bc4
Closes-Bug: #1914386
2021-02-05 14:07:20 +01: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 Remove all usage of six library 2020-10-09 19:20:51 +08:00
test_excutils.py Use unittest.mock instead of third party mock 2020-03-31 14:39:24 -05:00
test_fileutils.py Remove all usage of six library 2020-10-09 19:20:51 +08:00
test_fixture.py Remove all usage of six library 2020-10-09 19:20:51 +08:00
test_fnmatch.py Remove all usage of six library 2020-10-09 19:20:51 +08:00
test_imageutils.py Update hacking for Python3 2020-04-02 15:10:56 +02:00
test_importutils.py Make method import_versioned_module work 2016-10-12 16:51:52 +08:00
test_netutils.py Add a ``strict`` flag allowing users to restrict validation of IPv4 format 2021-02-05 14:07:20 +01:00
test_reflection.py Remove all usage of six library 2020-10-09 19:20:51 +08:00
test_secretutils.py Add function to encapsule md5 for FIPS systems 2020-09-16 16:47:07 -04:00
test_specs_matcher.py Document specs_matcher.py functions 2018-01-30 10:10:26 -08:00
test_strutils.py Remove all usage of six library 2020-10-09 19:20:51 +08:00
test_timeutils.py Use unittest.mock instead of third party mock 2020-03-31 14:39:24 -05: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 Remove all usage of six library 2020-10-09 19:20:51 +08:00