| /external/autotest/server/cros/clique_lib/ |
| clique_dut_updater.py | 5 import logging 57 logging.debug('Detected board %s for host %s', board, dut_host.hostname) 127 logging.debug('Host: %s. Start updating DUT to %s', dut_host, image) 133 logging.info('Host: %s. Already running %s', 144 logging.error(error_str) 148 logging.debug('Host: %s. Installing image from %s', dut_host, url) 154 logging.error(error_str) 162 logging.error(error_str) 165 logging.info('Host: %s. Finished updating DUT to %s', dut_host, image)
|
| /external/autotest/server/site_tests/audio_AudioArtifacts/ |
| audio_AudioArtifacts.py | 7 import logging 98 logging.debug('Record duration: %f seconds', record_secs) 119 logging.info('Setting playback data on Cros device') 122 logging.info('Start recording from Chameleon.') 126 logging.info('Start playing %s on Cros device', 130 logging.info('Start playing %s on Cros device using browser', 162 logging.info('Stopped recording from Chameleon.') 174 logging.info('Read recorded binary from Chameleon.') 178 logging.info('Saving recorded data to %s', recorded_file)
|
| /external/autotest/server/site_tests/audio_LeftRightInternalSpeaker/ |
| audio_LeftRightInternalSpeaker.py | 9 import logging 132 logging.info('Going to use cras_test_client on CrOS') 133 logging.info('Playing the file %s', sound_file) 142 logging.info('Recording finished. Was done in format %s', 154 logging.info('Start recording from Chameleon.') 160 logging.info('Stopped recording from Chameleon.') 183 logging.info('Saving raw unprocessed output to %s', unprocessed_file) 195 logging.info('Saving processed sound output to %s', processsed_file) 212 logging.info('Validating recorded output for channel %s', channel)
|
| /external/autotest/server/site_tests/firmware_FwScreenCloseLid/ |
| firmware_FwScreenCloseLid.py | 5 import logging 66 logging.error("Caught exception: %s", str(e)) 71 logging.info('This test does nothing on devices without lid.') 84 logging.info("Expected dev mode and reboot. " 98 logging.info("Reboot. When the developer screen shown, press " 114 logging.info("Request recovery boot. When the RECOVERY INSERT " 129 logging.info("Request recovery boot again. When the recovery " 145 logging.info("Switch back to normal mode.") 152 logging.info("Expected normal mode and request recovery boot. "
|
| /external/autotest/server/site_tests/firmware_FwScreenPressPower/ |
| firmware_FwScreenPressPower.py | 5 import logging 68 logging.error("Caught exception: %s", str(e)) 80 logging.info("Expected dev mode and reboot. " 92 logging.info("Reboot. When the developer screen shown, press " 106 logging.info("Request recovery boot. When the RECOVERY INSERT " 119 logging.info("Request recovery boot again. When the recovery " 134 logging.info("Switch back to normal mode.") 141 logging.info("Expected normal mode and request recovery boot. " 154 logging.info("Check and done.")
|
| /external/autotest/server/site_tests/firmware_IntegratedU2F/ |
| firmware_IntegratedU2F.py | 5 import logging 48 logging.info('u2fd is already running') 58 logging.info('Creating %s', self.G2FFORCE_PATH) 67 logging.info('u2fd is running') 85 logging.info(self.output) 89 logging.info('pressed power button') 93 logging.info('hit enter') 148 logging.debug('stdout of U2FTest:\n%s', stdout) 150 logging.error('stderr of U2FTest:\n%s', self.output)
|
| /external/autotest/server/site_tests/firmware_SelfSignedBoot/ |
| firmware_SelfSignedBoot.py | 5 import logging 32 logging.info('Original dev_boot_usb value: %s', 46 logging.error("Caught exception: %s", str(e)) 78 logging.info("Expected developer mode, set dev_boot_usb and " 84 logging.info("Expected internal disk boot, switch to recovery mode.") 89 logging.info("Expected recovery boot and reboot.") 96 logging.info("Expected internal disk boot, resign with SSD keys.") 104 logging.info("Expected USB boot.") 111 logging.info("Check and done.")
|
| /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/ |
| firmware_UpdateFirmwareDataKeyVersion.py | 5 import logging, os 48 logging.info( 71 logging.info('Origin version is %s', actual_ver) 73 logging.info('Firmware version will update to version %s', 87 logging.error("Caught exception: %s", str(e)) 92 logging.info("Update firmware with new datakey version.") 100 logging.info("Check firmware data key version and Rollback.") 105 logging.info("Check firmware and TPM version, then recovery.") 112 logging.info("Check Rollback version.")
|
| /external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/ |
| firmware_UpdateFirmwareVersion.py | 5 import logging 35 logging.info( 59 logging.info('Origin version is %s', actual_ver) 61 logging.info('Firmware version will update to version %s', 73 logging.error("Caught exception: %s", str(e)) 77 logging.info("Update firmware with new version.") 85 logging.info("Copy firmware form B to A.") 90 logging.info("Check firmware and TPM version, then recovery.") 97 logging.info("Check Rollback version.")
|
| /external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
| network_WiFi_DarkResumeActiveScans.py | 6 import logging 33 logging.info('Stopping packet capture') 40 logging.info('Analyzing packet capture...') 51 logging.info('Packet capture contained no probe requests') 69 logging.info('DUT WiFi MAC = %s, IPv4 = %s', dut_mac, dut_ip) 70 logging.info('Router WiFi IPv4 = %s', router.wifi_ip) 75 logging.info('Set up WoWLAN') 104 logging.info('Client woke up on packet successfully.') 140 logging.info('Client woke up to scan successfully.')
|
| /external/autotest/site_utils/ |
| cloud_console_client.py | 10 import logging 91 @param level: The logging level. 103 @param level: The logging level. 208 logging.info('Notification on gcs_uri %s', gcs_uri) 218 logging.debug('Successfully sent out a notification') 220 logging.warning('Failed to send notification %s', str(message)) 229 logging.info('Sending a heartbeat') 239 logging.exception('Failed to create message.') 253 logging.info('Send an event.') 255 logging.info('Failed to send event without a type.' [all...] |
| /external/autotest/site_utils/rpm_control_system/ |
| rpm_controller.py | 7 import logging 129 logging.debug('Request queue is empty. RPM Controller for %s' 161 logging.error('The request was waited for too long to be ' 175 logging.debug('%s: process (%s) still running, will be ' 185 logging.error('Request to change %s to state %s failed.', 188 logging.error('Request to change %s to state %s failed: ' 213 logging.getLogger().handlers = [] 225 logging.getLogger().handlers = [] 230 logging.info('Failed to set up logging through log server: %s', e [all...] |
| rpm_dispatcher.py | 8 import logging 74 logging.info('Registering this rpm dispatcher with the frontend ' 84 logging.error(err_msg) 134 logging.info('Received request to set device: %s to state: %s', 173 logging.info('The controller is a Cisco POE switch.') 180 logging.info('RPM is a webpowered device.') 183 logging.info('RPM is a Sentry CDU device.') 209 logging.info('Dispatch server shutting down. Unregistering with RPM ' 217 logging.error(err_msg)
|
| frontend_server.py | 8 import logging 121 logging.error('Received request to set device %s to invalid ' 124 logging.info('Received request to set device: %s to state: %s', 137 logging.error("Can't reach Dispatch Server: %s. Error: %s", 144 logging.info('Will attempt forwarding request to other dispatch ' 146 logging.error('Unregistering %s due to error. Recommend resetting ' 173 logging.error("Can't reach any dispatchers. Check frontend network " 254 logging.info('No Dispatcher assigned for %s %s.', 260 logging.error('Infrastructure Error: Frontend has no' 268 logging.info('Assigning %s for %s %s', dispatcher_uri [all...] |
| /external/libmojo/third_party/catapult/devil/devil/android/perf/ |
| perf_control.py | 6 import logging 26 logging.info('CPUs found: %s', self._cpu_file_list) 35 logging.warning(message) 38 atexit.register(logging.warning, message) 46 logging.warning('Failed to force CPUs online. Results may be NOISY!') 51 logging.warning('Failed to force CPUs online. Results may be NOISY!') 114 logging.info('Successfully set %s to %r on: %s', path, value, cpus) 116 logging.warning('Failed to set %s to %r on any cpus', path, value) 156 logging.warning('Unexpected cpu hot plugging detected.')
|
| /test/framework/harnesses/host_controller/tfc/ |
| tfc_client.py | 18 import logging 62 logging.info("tasks.leasehosttasks body=%s", lease) 64 logging.info("tasks.leasehosttasks response=%s", tasks) 78 logging.info("request.testResource.list request_id=%s", request_id) 80 logging.info("request.testResource.list response=%s", test_resources) 114 logging.info("host_events.submit body=%s", json_obj) 124 logging.info("command_events.submit body=%s", json_obj) 144 logging.info("requests.new parameters=%s body=%s", params, body) 161 logging.info("Build service from: %s", discovery_url)
|
| /test/vts-testcase/fuzz/template/libfuzzer_test/ |
| libfuzzer_test.py | 18 import logging 49 logging.info('%s: %s', keys.ConfigKeys.IKEY_DATA_FILE_PATH, 51 logging.info('%s: %s', keys.ConfigKeys.IKEY_BINARY_TEST_SOURCE, 68 logging.info('Adb pushed: %s \nto: %s', push_src, push_dst) 127 logging.info('FUZZER_TEST_CRASH_REPORT for %s: "%s"', 142 logging.info('Test case results.') 143 logging.info('stdout: %s' % result[const.STDOUT]) 144 logging.info('stderr: %s' % result[const.STDERR]) 145 logging.info('exit code: %s' % result[const.EXIT_CODE])
|
| /build/make/tools/releasetools/ |
| validate_target_files.py | 26 import logging 51 logging.info('Validating the SHA-1 of %s', file_name) 64 logging.info('Checking %s image.', which) 81 logging.warning('Skipping %s that has incomplete block list', entry) 86 logging.warning( 101 logging.info('Validating file consistency.') 105 logging.warning('Skipped due to target using non-sparse images') 143 logging.info('%s does not exist in input_tmp', script_path) 146 logging.info('Checking %s', script_path) 188 logging.info('Done checking %s', script_path [all...] |
| /external/autotest/client/tests/parallel_dd/ |
| parallel_dd.py | 1 import os, re, time, subprocess, sys, logging 25 logging.info('Dumping %d megabytes across %d streams', megabytes, 30 logging.info("Timing raw write of %d megabytes" % self.megabytes) 38 logging.info("Timing raw read of %d megabytes", self.megabytes) 53 logging.info("Waiting for %d streams", self.streams) 56 logging.info("Waiting for %d", p[i].pid) 76 logging.info("Waiting for %d streams", self.streams) 79 logging.info("Waiting for %d", p[i].pid) 88 logging.debug(line) 90 logging.debug('Found %s is type %s from %s', device, fstype, file [all...] |
| /external/chromium-trace/catapult/devil/devil/android/tools/ |
| device_monitor.py | 15 import logging 16 import logging.handlers 106 logging.exception('Unable to read /proc/meminfo') 124 logging.exception('Unable to count process list.') 135 logging.exception('Unable to list thermal sensors.') 142 logging.exception('Unable to read thermal sensor %s', f) 149 logging.exception('Unable to read /proc/uptime') 154 logging.exception('Unable to read IMEI') 205 logger = logging.getLogger() 206 logger.setLevel(logging.DEBUG [all...] |
| /external/autotest/client/site_tests/network_ProxyResolver/ |
| network_ProxyResolver.py | 11 import logging 38 logging.info('ProxyHandler::handle(): <%s>', data) 192 logging.info("SIGNAL: " + signal_name + ", " + str(args)); 251 logging.info('Preexisting ProxyConfig: ' + service_name + 254 logging.info('Setting proxy to ' + proxy_config) 265 logging.info('Resetting ProxyConfig: ' + k + ' -> ' + v) 292 logging.error('Last response seen before giving up: ' + str(result)) 305 logging.error("Proxy error =>" + str(e)) 307 logging.info("proxy started!") 310 logging.info("failed to restart tlsdated" [all...] |
| /external/autotest/server/cros/ |
| telemetry_runner.py | 5 import logging 131 logging.debug('Telemetry Path: %s', self._telemetry_path) 136 logging.debug('Setting up telemetry for devserver testing') 137 logging.debug('Grabbing build from AFE.') 140 logging.error('Unable to locate build label for host: %s.', 145 logging.debug('Setting up telemetry for build: %s', info.build) 163 logging.debug('Setting up telemetry for local testing') 263 logging.debug('Running: %s', cmd) 274 logging.debug('Error occurred executing.') 279 logging.debug('Completed with exit code: %d.\nstdout:%s\n [all...] |
| /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/ |
| audio_AudioBasicBluetoothPlaybackRecord.py | 10 import logging 50 logging.info("Disconnecting BT module...") 56 logging.info("Connecting BT module...") 68 logging.info("Turning off BT module...") 74 logging.info("Turning on BT module...") 77 logging.info("Connecting BT module...") 232 logging.info('Start playing %s on Cros device', 235 logging.info('Start playing %s on Chameleon device', 240 logging.info('Start recording from Chameleon.') 242 logging.info('Start recording from Cros device.' [all...] |
| /external/autotest/site_utils/lxc/container_pool/ |
| service.py | 5 import logging 93 logging.debug('Start event loop.') 101 logging.debug('Exit event loop.') 110 logging.error('Error stopping pool service: %r', e) 120 logging.debug('Container pool stopped.') 159 logging.debug('Client thread count: %d', thread_count) 198 logging.debug('Start event loop.') 212 logging.error('Error while receiving message: %r', e) 228 logging.error('Message error: %s', e) 234 logging.error('Client closed connection before return.' [all...] |
| /external/tensorflow/tensorflow/python/client/ |
| virtual_gpu_test.py | 35 from tensorflow.python.platform import tf_logging as logging 78 logging.info('dim: %d', self._dim) 79 logging.info('num_ops: %d', self._num_ops) 80 logging.info('visible_device_list: %s', str(self._visible_device_list)) 81 logging.info('virtual_devices_per_gpu: %s', 83 logging.info('mem_limits: %s', str(self._mem_limits_mb)) 84 logging.info('devices: %s', str(self.devices)) 85 logging.info('config: %s', text_format.MessageToString(self.config)) 86 logging.info('device_probabilities: %s', str(self._device_probabilities)) 116 logging.info('---- printing the first 10*10 submatrix ----' [all...] |