Searched
refs:logging (Results
1301 -
1325 of
5540) sorted by null
<<51525354555657585960>>
| /external/autotest/client/tests/connectathon/ |
| connectathon.py | 1 import os, shutil, glob, logging 59 logging.error("Test failed: %s", e)
|
| /external/autotest/client/tests/monotonic_time/ |
| monotonic_time.py | 1 import os, re, logging 30 logging.info('Time test command exit status: %s',
|
| /external/autotest/client/tests/selftest/ |
| selftest.py | 1 import os, sys, logging 29 logging.debug("checkpoint %d %d", current, checkpoint)
|
| /external/autotest/client/tests/spew/ |
| spew.py | 34 self.job.logging.redirect(results) 38 self.job.logging.restore()
|
| /external/autotest/client/tests/tiobench/ |
| tiobench.py | 1 import os, logging 35 logging.info(results)
|
| /external/autotest/client/tests/tsc/ |
| tsc.py | 1 import os, re, logging 25 logging.error('Program checktsc exit status is %s',
|
| /external/autotest/server/ |
| afe_urls.py | 16 import logging 24 logger = logging.getLogger(__name__)
|
| /external/autotest/server/cros/ap_configurators/ |
| linksyswrt160_ap_configurator.py | 5 import logging 47 logging.info('The update interval should be between 600 and 7200.'
|
| /external/autotest/server/cros/ |
| dnsname_mangler.py | 5 import logging 65 logging.error('%r looks like an IP address?', client_hostname)
|
| gsutil_wrapper.py | 6 import logging 59 Wraps around logging.debug() and adds a prefix to show that messages are 66 logging.debug(message
|
| moblab_test.py | 6 import logging 80 logging.info('Setting image_storage_server to %s', image_storage_server)
|
| /external/autotest/server/cros/faft/utils/ |
| faft_checkers.py | 6 import logging 69 @param suppress_logging: True to suppress any logging messages. 78 logging.warn('Expected key %r not in crossystem result', key) 100 logging.warn('The expected value of %r is neither a str nor a ' 105 logging.info(message) 196 logging.info("Expected vdat_flags 0x%x mask 0x%x but got 0x%x", 260 logging.info("Expected root part %s but got %s", 284 logging.info("Expected EC in %s but now in %s", 287 logging.info("Wrong output format of '%s':\n%s", cmd, '\n'.join(lines))
|
| /external/autotest/server/cros/network/ |
| rf_switch_ap_box.py | 7 import logging 64 logging.debug('Reading the static configurations from %s', path)
|
| /external/autotest/server/hosts/ |
| repair.py | 5 import logging 32 logging.exception('DNS lookup failure')
|
| /external/autotest/server/lib/ |
| suite_report.py | 15 from chromite.lib import cros_logging as logging 108 logging.warn('TKO entry for %d missing time: %s' % (job.id, str(s))) 180 logging.debug('Fetching child jobs...') 182 logging.debug('... fetched %s child jobs.' % len(child_jobs)) 195 logging.debug('Fetching HQEs...') 197 logging.debug('... fetched %s HQEs.' % len(hqes)) 202 logging.debug('%s distinct hosts participated in the suite.' % 226 logging.debug('Dumping %d entries' % len(entries))
|
| /external/autotest/server/site_tests/android_EasySetup/ |
| android_EasySetup.py | 4 import logging 52 logging.error('No valid devices.')
|
| /external/autotest/server/site_tests/autoupdate_Cellular/ |
| autoupdate_Cellular.py | 4 import logging 39 logging.info('Update url: %s', update_url)
|
| /external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/ |
| autoupdate_NonBlockingOOBEUpdate.py | 4 import logging 46 logging.info('Update url: %s', update_url)
|
| /external/autotest/server/site_tests/bluetooth_AdapterReboot/ |
| bluetooth_AdapterReboot.py | 13 import logging 68 logging.debug('Starting loop #%d', i)
|
| /external/autotest/server/site_tests/bluetooth_AdapterStandalone/ |
| bluetooth_AdapterStandalone.py | 7 import logging 55 logging.info('repeat count: %d / %d', i, repeat_count)
|
| /external/autotest/server/site_tests/bluetooth_AdapterSuspendResume/ |
| bluetooth_AdapterSuspendResume.py | 13 import logging 64 logging.debug('Starting loop #%d', i)
|
| /external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/ |
| bluetooth_Sanity_ValidAddress.py | 5 import logging 33 logging.debug('Bluetooth address of adapter is %s', address)
|
| /external/autotest/server/site_tests/enterprise_CFM_VolumeChange/ |
| enterprise_CFM_VolumeChange.py | 6 import logging 74 logging.info('Cras volume (%s) matches volume set by CFM (%s)',
|
| /external/autotest/server/site_tests/firmware_ECKeyboard/ |
| firmware_ECKeyboard.py | 5 import logging 55 logging.info("Use key press simulation to issue reboot command.")
|
| /external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/ |
| network_WiFi_AttenuatedPerf.py | 6 import logging 88 logging.info('RvR test: current attenuation = %d dB', atten) 96 logging.warning('Could not establish connection at %d dB (%s)', 103 logging.warning('Unable to take measurement for %s; aborting', 135 logging.warning('No results for atten %d dB; terminating', 142 logging.info('Running time %0.1f seconds.', end_time - start_time) 146 logging.info('Reached attenuation of: %d dB (signal %d)' % max_atten) 167 logging.info('Writing .tsv files.')
|
Completed in 1030 milliseconds
<<51525354555657585960>>