| /external/autotest/client/site_tests/enterprise_KioskPerf/ |
| enterprise_KioskPerf.py | 5 import csv, logging, os 59 logging.warn('No credentials found - exiting test.')
|
| /external/autotest/client/site_tests/graphics_WebGLClear/ |
| graphics_WebGLClear.py | 20 import logging 63 logging.info('Average FPS = %f', avg_fps)
|
| /external/autotest/client/site_tests/hardware_Resolution/ |
| hardware_Resolution.py | 9 import logging, re 67 logging.info('modetest output: \n{0}'.format(modetest_output))
|
| /external/autotest/client/site_tests/logging_CrashServices/ |
| logging_CrashServices.py | 5 import os, os.path, logging 73 logging.info('the path is %s', os.path)
|
| /external/autotest/client/site_tests/logging_UdevCrash/ |
| logging_UdevCrash.py | 5 import gzip, logging, os 64 logging.info('No atmel device, skip the test')
|
| /external/autotest/client/site_tests/login_OwnershipNotRetaken/ |
| login_OwnershipNotRetaken.py | 5 import gobject, hashlib, logging, os 37 logging.info("Skipping test run on %s.", board)
|
| /external/autotest/client/site_tests/network_RoamWifiEndToEnd/ |
| network_RoamWifiEndToEnd.py | 5 import logging 70 logging.info('DUT successfully roamed to the other Open network')
|
| /external/autotest/client/site_tests/network_WiFiCaps/ |
| network_WiFiCaps.py | 5 import logging, os, re, string 27 logging.info('==> %s' %line)
|
| /external/autotest/client/site_tests/network_WiFiTxRx/ |
| network_WiFiTxRx.py | 8 import logging, os, re 70 logging.info('SUCCESS: 802.11%s signal is acceptable '
|
| /external/autotest/client/site_tests/platform_ChromeCgroups/ |
| platform_ChromeCgroups.py | 5 import logging, os 30 logging.info('tasks in cgroup %s: %s', cgroup_dir, ','.join(tasks))
|
| /external/autotest/client/site_tests/platform_LibCBench/ |
| platform_LibCBench.py | 5 import glob, logging, re 71 logging.info('%s:\tmin=%s\tmax=%s\tdiff=%s\tavg=%s\tpercent=%s' %
|
| /external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/ |
| policy_KeyboardDefaultToFunctionKeys.py | 5 import logging 73 logging.info('Events log: ' + events_log)
|
| /external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/ |
| policy_NotificationsAllowedForUrls.py | 5 import logging 104 logging.info('Notifications are allowed: %r', notifications_allowed)
|
| /external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/ |
| policy_NotificationsBlockedForUrls.py | 5 import logging 108 logging.info('Notifications are blocked: %r', notifications_blocked)
|
| /external/autotest/client/site_tests/security_DeviceJail_Lockdown/ |
| security_DeviceJail_Lockdown.py | 7 import logging 63 logging.info('Using device %s, interface %d', dev_path, dev_intf)
|
| /external/autotest/client/site_tests/security_Firewall/ |
| security_Firewall.py | 5 import logging 59 logging.error("%s: %s", message, rules_str)
|
| /external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/ |
| video_ChromeVidResChangeHWDecode.py | 6 import time, logging, shutil 37 logging.info("full url is %s", url)
|
| /external/autotest/client/site_tests/video_VideoSanity/ |
| video_VideoSanity.py | 7 import logging 46 logging.info("Skipping test run on this board.")
|
| /external/autotest/scheduler/ |
| monitor_db.py | 12 import logging 100 logging.exception('Exception escaping in monitor_db') 150 logging.error("Scheduler not enabled, set enable_scheduler to true in " 165 logging.info('os.environ: %s', os.environ) 199 logging.exception(e) 201 logging.exception('Uncaught exception, terminating monitor_db.') 213 logging.info("Shutdown request received.") 225 logging.info('Process lifetime %0.3f hours exceeded. Shutting down.', 234 logging.info("%s> dispatcher starting", time.strftime("%X %x")) 235 logging.info("My PID is %d", os.getpid() [all...] |
| /external/autotest/server/brillo/feedback/ |
| closed_loop_audio_client.py | 7 import logging 172 logging.info("Recording cmd: %s", cmd) 201 logging.error('Silence peak level (%d) exceeds the max allowed ' 207 logging.info('Silent peak level (%d) is below the max allowed (%d); ' 235 logging.error( 245 logging.info('Audible peak level (%d) exceeds the threshold (%d)', 336 logging.error( 346 logging.error(
|
| /external/autotest/server/cros/ap_configurators/ |
| belkinF6D4230_ap_configurator.py | 8 import logging 82 logging.debug('We got a \'Duplicate Administrator\' page '
|
| /external/autotest/server/cros/cfm/configurable_test/ |
| configurable_cfm_test.py | 1 import logging 27 logging.info('RUNNING:\n%s', str(cfm_test))
|
| /external/autotest/server/cros/network/rf_switch/ |
| scpi.py | 16 import logging 63 logging.error('Error connecting to SCPI device.')
|
| /external/autotest/server/cros/network/ |
| wifi_cell_test_base.py | 5 import logging 76 logging.info('Running wifi test with commandline arguments: %r',
|
| /external/autotest/server/cros/ |
| remote_command.py | 5 import logging 23 logging.info('Helper thread running: %s', self._cmd)
|