command = {} command.update({'reset': 'reset what', 'reset board': 'board fault', 'board add': 'where to add', 'board delete': 'no board at all', 'reboot backplane': 'impossible', 'backplane abort': 'install first' }) cmd_list = ['reset board', 'board add', 'board delete', 'reboot backplane', 'backp...