| /external/autotest/client/site_tests/longevity_Tracker/ |
| longevity_Tracker.py | 12 import logging 153 logging.info('Time: %s, CPU: %s, Mem: %s, Temp: %s', 169 logging.info('== Performance values: %s', perf_values) 170 logging.info('== 90th percentile: cpu: %s, mem: %s, temp: %s', 194 logging.info('== Median: cpu: %s, mem: %s, temp: %s', 218 logging.info('Copied %s to %s)', aggregated_fpath, results_fpath) 306 logging.info('app_manifest_pattern: %s', app_manifest_pattern) 358 logging.debug('data_obj: %s', data_obj) 469 logging.info('Exit flag file detected. Exiting test.')
|
| /external/autotest/site_utils/lxc/ |
| container.py | 7 import logging 170 logging.exception('Error loading ID for container %s:', 220 logging.debug('Generating new name for container: %s', new_name) 235 logging.warn('Failed to destroy container %s, error: %s', 326 logging.debug(e) 349 logging.debug('Wait for network to be up.') 355 logging.debug('Network is up after %.2f seconds.', 388 logging.debug('Destroying container %s/%s', 430 logging.debug('%s entries in %s.', int(result), directory)
|
| /external/autotest/client/bin/input/ |
| input_event_recorder.py | 7 import logging 93 logging.warn('not an event: %s', ev_string) 205 logging.info('Recording input events of %s.', self.device_node) 226 logging.info('Start recording thread.') 233 logging.info('Stop recording thread.')
|
| /external/autotest/client/common_lib/cros/tendo/ |
| privet_helper.py | 6 import logging 89 logging.debug('Requesting %s', url) 117 logging.debug('Got raw response: %s', raw_response) 125 logging.warn('Failed to connect to host. Retrying...') 155 logging.info('Received /privet/%s response: %s',
|
| /external/autotest/client/common_lib/cros/ |
| test_webrtc_peer_connection.py | 1 import logging 117 logging.debug(status) 230 logging.warn('Screenshot using graphics_utils failed', exc_info = e) 247 logging.warn( 251 logging.warn(
|
| /external/autotest/client/cros/chameleon/ |
| chameleon_port_finder.py | 5 import logging 187 logging.warn('Maybe flaky that no display detected. Retry.') 197 logging.info('CrOS detected external connector: %r', output) 205 logging.error('CrOS failed to see any external display') 207 logging.warn('Chameleon timed out waiting CrOS video')
|
| /external/autotest/client/cros/ |
| cros_logging.py | 5 import abc, logging, os, re, time 28 logging.warning('Could not parse syslog message: ' + msg) 197 logging.info('File %s was already present' % 209 logging.info('Leaving existing %s file' % CLEANUP_LOGS_PAUSED_FILE) 286 logging.error('Could not read log file %s', self._filename)
|
| dhcp_unittest.py | 7 import logging 258 logger = logging.getLogger("dhcp") 259 logger.setLevel(logging.DEBUG) 260 stream_handler = logging.StreamHandler() 261 stream_handler.setLevel(logging.DEBUG)
|
| /external/autotest/client/cros/graphics/ |
| graphics_utils.py | 13 import logging 219 logging.debug('GraphicsTest failure: %s' % failure['names']) 458 logging.info('click_mouse()') 510 logging.info('Saving screenshot to %s.', screenshot_file) 520 logging.error(err) 572 logging.error(err) 903 logging.info('wflinfo: %s', result) [all...] |
| /external/autotest/client/cros/power/ |
| power_rapl.py | 18 import logging 42 logging.info('Now measuring rapl power consumption.') 136 logging.debug("RAPL %s joules_per_lsb = %.3e", domain, 243 logging.debug("RAPL: no powercap driver found") 278 logging.debug("RAPL: monitor domain %s", name)
|
| /external/autotest/client/site_tests/graphics_GLBench/ |
| graphics_GLBench.py | 5 import logging 72 logging.info('%s = %f degree Celsius', keyname, temperature) 85 logging.info('%s = %f degree Celsius', keyname, temperature) 280 logging.info('Some images are not matching their reference in %s.', 282 logging.info('Please verify that the output images are correct '
|
| /external/autotest/client/site_tests/kernel_SchedBandwith/ |
| kernel_SchedBandwith.py | 7 import logging 47 logging.debug(ln) 49 logging.debug("name = %s val = %s", name, val) 204 logging.info("%s total:%d idle:%d", 210 logging.error("%s idle count %d < %d ", name, idle,
|
| /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/ |
| network_ChromeCellularNetworkProperties.py | 6 import logging 138 logging.info('Assigning initial property (%s, %s)', 148 logging.info('Testing ModemManager property "%s.%s" against UI ' 151 logging.info('Setting ModemManager value to: %s', 158 logging.info('Checking UI property: %s', ui_prop)
|
| /external/autotest/client/site_tests/performance_InboxInputLatency/ |
| performance_InboxInputLatency.py | 5 import logging 86 logging.info(target) 94 logging.info(window) 155 logging.info('input char latency = %f ms', event.duration) 162 logging.info('%s = %f', description, value)
|
| /external/autotest/client/site_tests/platform_ToolchainOptions/ |
| platform_ToolchainOptions.py | 7 import logging 112 logging.debug(m) 202 logging.debug("ASAN detected on /opt/google/chrome/chrome. " 321 logging.error(fail_msg) 322 logging.debug(full_msg)
|
| /external/autotest/client/site_tests/video_MediaRecorderPerf/ |
| video_MediaRecorderPerf.py | 8 import logging 118 logging.warning('Could not get idle CPU post login.') 120 logging.warning('Could not get cold machine post login.') 154 logging.info('(%s) Number of frames: %d time: %d', 214 logging.info(log)
|
| /external/autotest/contrib/ |
| find_suite_tasks.py | 14 from chromite.lib import cros_logging as logging 60 logging.error( 136 logging.debug(' next task: %(name)s %(job_status)s ' 152 logging.debug('Task %(name)s: %(job_status)s %(hostname)s ' 188 logging.debug(build)
|
| /external/autotest/server/ |
| autoserv | 12 import logging 69 logging.error("Received SIGALARM. Ignoring and continuing on.") 93 logging.debug('Read list of machines from file: %s', machines_file) 94 logging.debug('Machines: %s', ','.join(machines)) 120 for autoserv run requires no logging. 154 results can be None for autoserv run requires no logging. 215 logging.info('Run command in container: %s', cmd_line) 264 logging.debug('Trying to start servod.') 272 logging.warn('Starting servod is aborted. The dut\'s servo_host ' 277 logging.error('Failed to get board name from AFE. Start servod is [all...] |
| autoserv.py | 12 import logging 69 logging.error("Received SIGALARM. Ignoring and continuing on.") 93 logging.debug('Read list of machines from file: %s', machines_file) 94 logging.debug('Machines: %s', ','.join(machines)) 120 for autoserv run requires no logging. 154 results can be None for autoserv run requires no logging. 215 logging.info('Run command in container: %s', cmd_line) 264 logging.debug('Trying to start servod.') 272 logging.warn('Starting servod is aborted. The dut\'s servo_host ' 277 logging.error('Failed to get board name from AFE. Start servod is [all...] |
| /external/autotest/server/cros/network/rf_switch/ |
| rf_switch.py | 13 import logging 211 logging.debug('attenuator status: %s', status) 258 logging.debug('Attenuator relays opened: %s', relays) 261 logging.debug('Attenuator relays closed: %s', relays) 327 logging.debug('Relays to close: %s', relays)
|
| /external/autotest/server/cros/servo/ |
| pd_console.py | 6 import logging 272 logging.info('Dualrole Mode not enabled!') 275 logging.info('PD contract not established!') 282 logging.info('Power swap: %s -> %s', current_pr, new_pr) 381 logging.info('Plankton connection verified on port %d',
|
| /external/autotest/server/hosts/ |
| moblab_host.py | 5 import logging 194 logging.debug('atest host create output for host %s:\n%s', 295 logging.error('Unknown exception when checking moblab AFE: %s', e) 307 logging.debug('DUTs scheduled for reverification: %s', hosts) 319 logging.error('DUT: %s Status: %s', host, host.status)
|
| /external/autotest/server/site_tests/buffet_PrivetSetupFlow/ |
| buffet_PrivetSetupFlow.py | 5 import logging 69 logging.info('Looking for privet bootstrapping network from DUT.') 108 logging.debug('Set up station on %s', station_interface) 111 logging.info('Looking for privet webserver in mDNS records.') 139 logging.info('Waiting for DUT to connect to router network.')
|
| /external/autotest/server/site_tests/display_Tearing/ |
| display_Tearing.py | 7 import logging 60 logging.info('Waiting for the new tab to stabilize...') 102 logging.info('Color %d has checksums %r', (color, checksum)) 197 logging.info('Captured %d frames\n' 235 logging.info('Set mirrored: %s', test_mirrored)
|
| /external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/ |
| enterprise_CFM_USBPeripheralHotplugDetect.py | 5 import logging 176 logging.info("Ccamera_name: %s", camera_name) 179 logging.info("camera_spec: %s", camera_spec) 233 logging.info('Peripherals detected by CrOS: %s', cros_peripherals) 239 logging.info('Peripherals detected by hangouts: %s',
|