jufei

Results 1 comments of jufei

BTW, I have added closed() in the reboot function, it is like: ```python def reboot(self): self.exec_command('reboot', timeout=10) self.close() self.logger.info('{} reboot done.'.format(self.name)) ```