This module enables iRMC out-of-band hardware inspection for FUJITSU
PRIMERGY bare metal nodes having iRMC S4 and beyond.
Change-Id: I8f406a9beb3fd3c01b15f764211ffd18494464f6
Closes-Bug: #1525108
This patch refactors IRMCVirtualMediaAgentDeploy by applying new
BootInterface. Consequently IRMCVirtualMediaAgentDeploy is divided
into IRMCVirtualMediaBoot and IRMCVirtualMediaAgentDeploy.
Implements: blueprint irmc-driver-uses-boot-interface
Change-Id: I7cae6588dfeffec3c5667ecabdb164ca72d63f22
This patch refactors IRMCVirtualMediaIscsiDeploy by applying new
BootInterface. Consequently IRMCVirtualMediaIscsiDeploy is divided
into IRMCVirtualMediaBoot and IRMCVirtualMediaIscsiDeploy.
Implements: blueprint irmc-driver-uses-boot-interface
Change-Id: I709f3eb9b7798fa9b8a415bafbebbc24b03c5ebe
After the switch to os-testr more output is given in console during
the tests run. Some output is stderr due to mistakes in
mocking/logging. This change fixes such tests.
Change-Id: I074c0f3aeb08df04ca9efcf34a7a49415567f466
Closes-bug: #1504524
This patch adds the missing mock patcher.stop() which corresponds to
patcher.start() so as not to be a cause of failure at the gate.
Change-Id: I6d3cb6f70550d9f36e33b4b9b5f493784dc0f5dc
Related-Bug: #1503603
Prepare for functional testing by creating two new directories:
* ironic/tests/unit
* ironic/tests/functional
Move all files currently in ironic/tests/* to ironic/tests/unit/
Update imports from 'ironic.tests.YYY' to 'ironic.tests.unit.YYY'
Fix any PEP8 issues due to longer lines
Partial-Bug: #1491670
Change-Id: I1166f20adf8c84b2042b62e348926502a4851e08