ironic/ironic/tests/unit/drivers/modules/ibmc
Julia Kreger 3fce1a54a2 Split ibmc power/reboot classes
We've seen some fun things in the past with
the test runner and things like sleep getting
mocked in the background resulting in some odd
behaviors when multiple tests are iterating
and performing calls.

Since that is the case, and we've seen the ibmc
reboot test case sporatically fail, lets try
splitting the reboot testing into its own test
class which results in a different runner thread
and some minor restructuring to limit variables.

Change-Id: I2051995cc7080ba42aedb57816ab8f63154c7f51
2019-04-09 19:34:15 -07:00
..
__init__.py Add Huawei iBMC driver support 2019-03-14 11:04:29 +08:00
base.py Add Huawei iBMC driver support 2019-03-14 11:04:29 +08:00
test_management.py Add Huawei iBMC driver support 2019-03-14 11:04:29 +08:00
test_power.py Split ibmc power/reboot classes 2019-04-09 19:34:15 -07:00
test_utils.py Optimize: HUAWEI iBMC driver utils 2019-03-18 15:56:48 +08:00
test_vendor.py Add Huawei iBMC driver support 2019-03-14 11:04:29 +08:00