ironic-lib/ironic_lib
Hervé Beraud c3d9449dbc Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: If307ca1f689b1ade1428b904bbf122bd6aa5da97
2020-06-11 11:57:49 +02:00
..
common Remove translation of log messages 2017-03-21 12:12:56 -07:00
tests Use unittest.mock instead of mock 2020-06-11 11:57:49 +02:00
__init__.py Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
auth_basic.py Implement Basic HTTP authentication middleware 2020-05-26 10:00:06 +12:00
disk_partitioner.py Add logic to create PReP partition for ppc64* arch 2018-07-16 14:26:50 +00:00
disk_utils.py image_convert: retry resource unavailable and make RLIMIT configurable 2020-05-11 12:09:27 +02:00
exception.py Implement Basic HTTP authentication middleware 2020-05-26 10:00:06 +12:00
mdns.py Merge "Stop using six library" 2019-12-11 18:32:06 +00:00
metrics.py Bump hacking to 3.0.0 2020-03-30 11:34:27 +02:00
metrics_statsd.py Convert str to bytes for py3 socket compatibility 2020-04-10 10:41:06 -05:00
metrics_utils.py Stop using six library 2019-12-06 01:49:46 +01:00
utils.py Bump hacking to 3.0.0 2020-03-30 11:34:27 +02:00
version.py Add framework for doc building in ironic-lib 2016-08-18 09:14:52 -07:00