| /external/autotest/client/cros/chameleon/ |
| edid.py | 5 import logging 67 logging.debug('EDID has an invalid length: %d', data_len) 75 logging.debug('Wrong checksum in the block %d of EDID',
|
| /external/autotest/client/cros/ |
| cros_ui.py | 5 import common, logging, os, time 82 logging.error('stop ui returned non-zero status: %s', status) 89 logging.error('stop ui failed to stop chrome within %s seconds',
|
| dhcp_test_base.py | 13 import logging 138 logging.info('Looking at ipconfig %r', ipconfig) 141 logging.info('Found ipconfig object with no method field') 144 logging.info('Found ipconfig object with method != dhcp') 151 logging.info('Did not find IPConfig object with method == dhcp') 153 logging.info('Got raw dhcp config dbus object: %s.', dhcp_properties) 182 logging.error('Caught exception: %s.', str(e)) 183 logging.error('Trace: %s', traceback.format_exc()) 263 logging.info('Server is negotiating new lease with options: %s', 271 logging.info('Skipping check of negotiated DHCP lease parameters.' [all...] |
| perf.py | 5 import logging, threading, time 89 logging.info("Max observed temperature = %.1f'C (bad limit = %.1f'C)", 109 logging.info('PerfControl CPU temperature = %.1f',
|
| /external/autotest/client/cros/video/ |
| histogram_verifier.py | 6 import logging 28 logging.debug('chrome://histograms/%s:\n%s', histogram_name, histogram) 30 logging.debug('No histogram is shown in chrome://histograms/%s',
|
| /external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/ |
| autoupdate_CannedOmahaUpdate.py | 5 import logging 49 logging.info('Ignoring failed update. Failure reason: %s', e) 78 logging.error('Failed setting up cellular connection.')
|
| /external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/ |
| autoupdate_DisconnectReconnectNetwork.py | 4 import logging 38 logging.info('Online ready to return to server test') 63 logging.info(utils.run('update_engine_client --status').stdout)
|
| /external/autotest/client/site_tests/cheets_Midis/ |
| cheets_Midis.py | 5 import logging 26 - midis restarts correctly on logging-out. 37 logging.error('Error parsing pgrep result: %s', result) 47 logging.error('Timed out waiting for midis') 71 logging.info('Restarted midis with pid %d.', new_midis_pid)
|
| /external/autotest/client/site_tests/desktopui_ChromeSanity/ |
| desktopui_ChromeSanity.py | 6 import logging 49 logging.info('Logging in...') 56 logging.info('Successfully logged in as "%s"', cr.username) 69 logging.info('Loading %s...', url) 81 logging.info('Saw expected content') 84 logging.info(
|
| /external/autotest/client/site_tests/hardware_MemoryThroughput/ |
| hardware_MemoryThroughput.py | 5 import logging 41 logging.debug('cmd: %s', cmd) 43 logging.debug('Output: %s', out)
|
| /external/autotest/client/site_tests/logging_FeedbackReport/ |
| logging_FeedbackReport.py | 5 import logging 44 logging.info('Window not enabled.') 53 logging.info("%s not enabled.", element)
|
| /external/autotest/client/site_tests/network_DestinationVerification/ |
| network_DestinationVerification.py | 7 import logging 206 logging.debug('Got raw output: %s.', 285 logging.debug('Decrypting %d bytes of encrypted data to confirm match.', 321 logging.info('Checking basic encryption operation of the shim.') 324 logging.info('Checking graceful fail for too much data to encrypt.') 329 logging.info('Checking graceful fail for a bad key format.') 334 logging.info('Checking that we encrypt the empty string correctly.') 337 logging.info('Checking basic verification operation.') 341 logging.info('Checking bad nonce in unsigned_data.') 346 logging.info('Checking for graceful fail for invalid [all...] |
| /external/autotest/client/site_tests/platform_CrosDisksFormat/ |
| platform_CrosDisksFormat.py | 5 import logging 23 logging.info('Testing "%s"', config['description']) 49 logging.info("Test filesystem access on formatted device")
|
| /external/autotest/client/site_tests/platform_DMVerityBitCorruption/ |
| platform_DMVerityBitCorruption.py | 5 import logging 19 logging.info('mod_tweak_block(%d, %s, %d, %d)' % ( 31 logging.info('mod_tweak_hash_block(%d, %s, %d, %d)' % (
|
| /external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/ |
| policy_ChromeOsLockOnIdleSuspend.py | 5 import logging 75 logging.info('Device power type is "%s"', self._power_type) 94 logging.debug('login_status: %s', login_status)
|
| /external/autotest/client/site_tests/power_FlashVideoSuspend/ |
| power_FlashVideoSuspend.py | 5 import logging 53 logging.info('video url is %s', video_url) 64 logging.error(e)
|
| /external/autotest/client/site_tests/security_Minijail_seccomp/ |
| security_Minijail_seccomp.py | 5 import logging 40 logging.info("Command line: " + cmdline) 44 logging.error("ret: %d, expected: %d" % (ret, expected_ret))
|
| /external/autotest/client/site_tests/security_ProtocolFamilies/ |
| security_ProtocolFamilies.py | 5 import logging 96 logging.info("%s available with socket type %d" % 134 logging.error(failure_string)
|
| /external/autotest/client/site_tests/touch_TabSwitch/ |
| touch_TabSwitch.py | 5 import logging 28 logging.info('Device does not support this gesture; aborting.') 35 logging.info('Missing gesture files, Aborting test.')
|
| /external/autotest/client/site_tests/touch_TouchscreenScroll/ |
| touch_TouchscreenScroll.py | 5 import logging 44 logging.info('Scroll delta was %d (%d to %d)', 69 logging.info('Missing gesture files, Aborting test.')
|
| /external/autotest/client/site_tests/ui_AppLauncher/ |
| ui_AppLauncher.py | 5 import logging 80 logging.info('DUT screen width: %d' % w) 81 logging.info('DUT screen height: %d' % h)
|
| /external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/ |
| video_ChromeRTCHWEncodeUsed.py | 5 import logging 67 logging.info('Histograms for %s:', histogram ) 68 logging.info(lines)
|
| /external/autotest/client/site_tests/video_MediaRecorderHWEncodeUsed/ |
| video_MediaRecorderHWEncodeUsed.py | 7 import logging 70 logging.error('%s did not complete', test_name) 83 logging.info(histogram_verifier.get_histogram(
|
| /external/autotest/client/site_tests/video_VideoSeek/ |
| video_VideoSeek.py | 6 import logging 56 logging.info('Skipping test run on this board.') 72 logging.info('Seeking: %s', seek_test_status)
|
| /external/autotest/client/site_tests/video_WebRtcPerf/ |
| video_WebRtcPerf.py | 5 import logging 207 logging.warning('Delay 30s for issue 588579 on daisy') 220 logging.info("Can not use hardware decoding.") 233 logging.warning('Could not get idle CPU post login.') 235 logging.warning('Could not get cold machine post login.') 238 logging.warning('Delay 30s for issue 588579 on daisy') 277 logging.warning('Could not get idle CPU pre login.') 279 logging.warning('Could not get cold machine pre login.') 310 logging.warning('Still powered by AC. Skip this test') 364 logging.info("Max decode time list=%s", str(max_decode_time_list) [all...] |