Lines Matching full:logging

6 import logging
58 logging.info('Host is down; Skipping the verification')
63 logging.debug('Detected storage type: %s', storage_type)
65 logging.debug('Detected storage state: %s', storage_state)
111 logging.info('Servo not initialized; Skipping the verification')
115 logging.debug('USB path: %s', usb)
118 logging.debug('(Not critical) %s', e)
125 logging.info('Starting verification of USB drive...')
132 logging.info('Try run check on DUT side.')
135 logging.info('Try run check on ServoHost side.')
141 logging.info('Timeout during running action')
149 logging.debug(str(e))
152 logging.info('Finished verification of USB drive.')
168 logging.info('USB drive detected on DUT side as %s', path)
179 logging.error('USB %s is not detected by fdisk!', usb_path)
182 logging.warning('Timeout encountered during fdisk run.')
184 logging.error('(Not critical) fdisk check fail for %s; %s',
195 logging.info('Running command: %s', command)
201 logging.info("Check result: '%s'", result)
212 logging.debug('Started to install test image to USB-drive')
216 logging.debug('Finished installing test image to USB-drive')
220 logging.info('Fail to install test image to USB-drive')
236 logging.info('Servo host is down; Skipping the verification')
251 logging.info('Host is down; Skipping the verification')
267 logging.info('Host is down; Skipping the action')
270 logging.info('Servo not initialized; Skipping the action')
276 logging.info('Starting flashing the keyboard map.')
278 logging.info('Set status: %s', status)
283 logging.debug('Failed to flash servo keyboard map; %s', e)
293 logging.info(
300 logging.info('Already using the new keyboard map.')
314 logging.info('Not an expected chip: %s', result)
321 logging.info('Updating the keyboard map...')
331 logging.info('Update successfully!')
334 logging.info('Update failed!')
341 logging.info('got the result: %s', result)
375 logging.info('Host is down; Skipping the action')
378 logging.info('Servo host is down; Skipping the action')
383 logging.info('Only servo_v4 has NIC; '
387 logging.info('"macaddr" control not supported;'
397 logging.info('The servo_v4 HUB not detected from DUT')
400 logging.info('Path to the servo_v4 HUB device: %s', hub_path)
403 logging.info('The servo_v4 NIC not detected in HUB folder')
406 logging.info('Path to the servo_v4 NIC device: %s', nic_path)
408 logging.info('The servo_v4 NIC was detect out of servo_v4 HUB;'
422 logging.info('Successfully updated the servo "macaddr"!')
424 logging.debug('Fail to update macaddr value; %s', e)
425 logging.info('Fail to update the "macaddr" value!')
428 logging.info('The servo "macaddr" doe not need update.')
434 logging.error('(Non-critical) Fail to get macaddr: %s', e)
444 logging.info('Timeout during retriving NIC address files.')
448 logging.info('No NIC address file found.')
451 logging.info('More than one NIC address file found.')
453 logging.info('Found NIC address file: %s', addrs[0])
460 logging.info('Timeout during attemp read NIC address file: %s',
465 logging.info('incorrect format of the mac address: %s', mac_addr)
467 logging.info('Servo_v4 NIC mac address from DUT side: %s', mac_addr)