Merge "Use unittest mock instead of 3rd party mock in test_raid"

This commit is contained in:
Zuul 2020-07-06 11:30:30 +00:00 committed by Gerrit Code Review
commit c0a978cedb
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
"""Test class for iBMC RAID interface."""
import mock
from unittest import mock
from oslo_utils import importutils
from ironic.common import exception