X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Fbmctools.py;h=4a6e383aadc4aa79d5a9c815653681f50c2855ae;hp=dfdeaea5e97abbe84a9ee89b7d9447a9ca11f84a;hb=a772a381a84dd9b906a06c314b113b997bce71f4;hpb=d8795ffdbafa06c8fbe943878dc4d51de1105d69 diff --git a/src/remoteinstaller/installer/bmc_management/bmctools.py b/src/remoteinstaller/installer/bmc_management/bmctools.py index dfdeaea..4a6e383 100644 --- a/src/remoteinstaller/installer/bmc_management/bmctools.py +++ b/src/remoteinstaller/installer/bmc_management/bmctools.py @@ -306,6 +306,8 @@ class BMC(object): logging.info('Retry to expect a flag in console, %s seconds remaining', remaining_time) self.close() + raise BMCException('Expected message in console did not occur in time ({})'.format(flags)) + def _wait_for_bios_settings_done(self): logging.debug('Wait until BIOS settings are updated')