From: Alexandru Antone Date: Wed, 10 Jun 2020 18:09:32 +0000 (+0300) Subject: Fix BMCException handling X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=commitdiff_plain;h=bd5d48582c682f3802f4707578b3b06adf650ccf;hp=bd5d48582c682f3802f4707578b3b06adf650ccf Fix BMCException handling The outer control loop in install.py handled exceptions of type BMCException defined in remoteinstaller.installer.bmc_management.bmctools. Redefining BMCException for each platform in local scope caused it no to be properly handled and the running installation would not get its state change to failure, instead it would remain in 'ongoing' state indefinetly. If per-platform excception customization is required, then it should be done through inheritance from BMCException defined in bmctools. Signed-off-by: Alexandru Antone Change-Id: Ia6a09ee4b1a4b7e02113d75b02deec8ae7a19ae0 ---