Use standard library unittest.mock instead of mock

Use unittest.mock instead of mock.
Because mock became part of standard library
and available as unittest.mock since Python 3.6

Conflicts:
    scciclient/tests/irmc/test_elcm.py
    scciclient/tests/irmc/test_ipmi.py
    scciclient/tests/irmc/test_scci.py
    scciclient/tests/irmc/test_snmp.py
    scciclient/tests/irmc/viom/test_client.py
    scciclient/tests/irmc/viom/test_elcm.py

Change-Id: Ibfe27316c20fa2c8935b559fed7885a6e194d314
(cherry picked from commit 435484df1b)
(cherry picked from commit 1c75202a74)
(cherry picked from commit 0440e46553)
This commit is contained in:
vanou 2022-01-10 09:39:45 +09:00 committed by Vanou Ishii
parent 7f1176810c
commit 2351e487ee

Diff Content Not Available