HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 176 - 200 of 3267) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 7 import logging
119 logging.debug('Choosing the least loaded devserver: %s',
123 logging.warning('No devserver meets the maximum load requirement. '
130 logging.info('Devserver chosen for this run: %s', devserver_hostname)
141 logging.info('Staging images onto autotest devserver (%s)',
169 logging.info('Staged %s payload from %s at %s.', payload_type,
171 logging.info('Staged stateful from %s at %s.', stateful_uri,
207 logging.info('Hostlog file to be used for checking update '
217 logging.error('Dumping snippet of update_engine log:\n%s',
232 logging.debug('Reading perf results from %s.', perf_file
    [all...]
  /external/autotest/server/site_tests/firmware_Mosys/
firmware_Mosys.py 5 import logging
47 logging.info('Available commands: %s', ' '.join(self.command_list))
57 logging.info('Execute %s', command)
59 logging.info('Output %s', output)
87 logging.info('Expected ec version %s actual_version %s',
93 logging.error('Failed to locate version from ectool')
117 logging.info('Expected pd version %s actual_version %s',
123 logging.error('Failed to locate version from ectool')
141 logging.info('Expected %s %s actual %s',
159 logging.info(lines
    [all...]
  /external/toolchain-utils/android_bench_suite/
build_bench.py 7 # pylint: disable=cros-logging-import
14 import logging
19 # Turn the logging level to INFO before importing other code, to avoid having
20 # failed import logging messages confuse the user.
21 logging.basicConfig(level=logging.INFO)
62 logging.info('No CFLAGS specified, using default settings.')
65 logging.info('Cflags setting to "%s"...', cflags)
68 logging.info('No LDFLAGS specifed, using default settings.')
71 logging.info('Ldflags setting to "%s"...', ldflags
    [all...]
  /external/autotest/server/site_tests/brillo_RecordingAudioTest/
brillo_RecordingAudioTest.py 5 import logging
105 logging.info('Recording command: %s', cmd)
106 logging.info('Beginning audio recording')
108 logging.info('Requesting audio input')
110 logging.info('Waiting for recording to terminate')
117 logging.info('Validating recorded audio')
155 logging.info('Running test with the following params:')
156 logging.info('Sample rate: %d', sample_rate)
157 logging.info('Sample width: %d', sample_width)
158 logging.info('Number of channels: %d', num_channels
    [all...]
  /external/autotest/client/common_lib/cros/manual/
video_helper.py 9 import logging
38 logging.info('---%s', cmd)
39 logging.info('---%s', video_dev_name)
41 logging.info('---found interface for %s', name)
56 logging.info('---%s', cmd)
57 logging.info('---%s', lsof_output)
82 logging.info('---check v4l2 interface for %s', camera)
  /external/autotest/client/cros/image_comparison/
rgb_image_comparer.py 5 import heapq, logging
53 logging.debug('Golden image was not RGB. Converting to RGB.')
57 logging.debug('Test image was not RGB. Converting to RGB.')
69 logging.debug("***ALL Color counts: %d", maxcolors)
70 logging.debug(heapq.nlargest(max_debug_count, colorstuples))
79 logging.debug("Color counts above thres.: %d", len(above_thres_tuples))
80 logging.debug(heapq.nlargest(max_debug_count, above_thres_tuples))
  /external/autotest/client/site_tests/security_CpuVulnerabilities/
security_CpuVulnerabilities.py 5 import logging
44 logging.debug('CPU arch is "%s"', arch)
45 logging.debug('Kernel version is "%s"', curr_kernel)
70 logging.info(info_message)
88 logging.warning('"%s" has more than one line', file)
91 logging.debug('"%s" -> "%s"', file, actual)
111 logging.error('"%s" was "%s", expected "%s"', *failure)
  /external/autotest/client/site_tests/vpd_ReadWrite/
vpd_ReadWrite.py 5 import logging
29 logging.debug(result)
32 logging.info('Failed to write %d to %s vpd field: %s', value,
48 logging.debug(result)
51 logging.info('Failed to read %s vpd field: %s', vpd_field, err)
70 logging.info('No error when writing to vpd but reading showed '
98 logging.info('There were no read or write failures. Test successful')
  /external/autotest/client/tests/cgroup/
cgroup.py 1 import os, logging
24 logging.info('Starting cgroup testing')
29 logging.info("---< 'test_%s' START >---", i)
35 logging.info("---< 'test_%s' PASSED >---", i)
38 logging.error("test_%s: Test doesn't exist", i)
39 logging.info("---< 'test_%s' FAILED >---", i)
42 logging.error("test_%s: %s", i, inst)
43 logging.info("---< 'test_%s' FAILED >---", i)
46 logging.error('Some subtests failed (%s)' % err[:-2])
54 logging.debug('Setting up cgroups modules'
    [all...]
  /external/autotest/server/site_tests/firmware_ConsecutiveLidSwitch/
firmware_ConsecutiveLidSwitch.py 5 import logging
42 logging.error("Caught exception: %s", str(e))
57 logging.info('======== Running FAFT ITERATION %d/%d ========',
60 logging.info("Close lid to suspend.")
62 logging.info("Expected going to suspend. Waiting DUT offline...")
66 logging.info("Wake DUT by lid switch.")
68 logging.info("Expected going to resume. Waiting DUT online...")
  /external/autotest/server/site_tests/firmware_DevBootUSB/
firmware_DevBootUSB.py 5 import logging
32 logging.info('Original dev_boot_usb value: %s',
40 logging.error("Caught exception: %s", str(e))
50 logging.info("Expected developer mode, set dev_boot_usb to 0.")
55 logging.info("Expected internal disk boot, set dev_boot_usb to 1.")
64 logging.info("Expected USB boot, set dev_boot_usb to the original.")
70 logging.info("Check and done.")
  /external/autotest/server/site_tests/firmware_ECHash/
firmware_ECHash.py 5 import logging
36 logging.error("Caught exception: %s", str(e))
65 logging.info("Original EC hash: %s", self.original_echash)
68 logging.info("Invalid EC hash: %s", invalid_echash)
75 logging.info("Recomputed EC hash: %s", recomputed_echash)
81 logging.info("Save the EC hash, invalidate it, and warm reboot.")
85 logging.info("Compare the recomputed EC hash with the original one.")
  /external/autotest/server/site_tests/firmware_InvalidUSB/
firmware_InvalidUSB.py 5 import logging
45 logging.error("Caught exception: %s", str(e))
50 logging.info("Turn on the recovery boot. Remove and insert the"
62 logging.info('Wait to ensure the USB image is unable to boot...')
68 logging.info(
75 logging.info("Expected to boot the restored USB image and reboot.")
82 logging.info("Expected to normal boot and done.")
  /external/autotest/server/site_tests/firmware_LegacyRecovery/
firmware_LegacyRecovery.py 5 import logging
32 logging.info("Turn on the recovery boot. Enable recovery request "
48 logging.info("Wait to ensure no recovery boot at remove screen "
55 logging.info('Wait to ensure DUT doesnt Boot on USB at Remove screen.')
60 logging.info('Done, Waited till timeout and no USB boot occured.')
64 logging.info("Expected to boot the restored USB image and reboot.")
71 logging.info("Expected to normal boot and done.")
  /external/autotest/site_utils/lxc/
unittest_setup.py 7 import logging
15 """Sets up direct logging to stdout for unittests.
17 @param log_level: Level of logging to redirect to stdout, default to INFO.
23 logger = logging.getLogger()
25 handler = logging.StreamHandler(sys.stdout)
27 formatter = logging.Formatter(FORMAT)
47 logging.warn('SSP requires root privilege to run commands, please '
94 log_level = logging.DEBUG if config.verbose else logging.INFO
  /build/make/tools/releasetools/
ota_package_parser.py 17 import logging
36 logging.info("already stashed {}: {}".format(SHA1, blocks))
78 logging.info("\nSimulating commands in '{}':".format(name))
83 logging.info("(version: {})".format(lines[0]))
129 logging.error("failed to parse command in: " + line)
135 logging.info("blocks written: {} (expected: {})".format(
137 logging.info("max blocks stashed simultaneously: {} (expected: {})".
139 logging.info("total blocks stashed: {}".format(my_stash.blocks_stashed))
140 logging.info("blocks stashed implicitly: {}".format(
144 logging.info("\nReading data info for {} partition:".format(partition)
    [all...]
  /external/autotest/client/common_lib/
smogcheck_pca9555.py 22 import logging
76 logging.info('Attempt to initialize PCA9555 module')
95 logging.info('Attempt to set %r bit to %r', key, turn_on)
105 logging.error('Error setting PCA9555 Output Port 0: %s', e)
149 logging.error('Error reading from PCA9555 Output Port 0: %s', e)
189 logging.info('Attempt to set LED values: bit_value=%r, failure=%r, '
196 logging.debug('byte_read = 0x%x, reset_low6 = 0x%x, '
202 logging.error('Error setting PCA9555 Output Port 0: %s', e)
212 logging.info('Attempt to read DIP switch status')
219 logging.info('DIP switch status = 0x%x', status
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/sequences/
open_sequence.py 5 import logging
69 logging.debug('SetInterface request: %d to interface-%d.',
83 logging.debug('ResetFunction request to interface-%d.',
100 logging.debug('GetNtbParameters request to interface-%d.',
108 logging.debug('Response: %s', ntb_parameters)
122 logging.debug('SetNtbFormat request: %d to interface-%d.',
130 logging.debug('Response: %s', response)
141 logging.debug('GetNtbFormat request to interface-%d.',
149 logging.debug('Response: %s', response)
161 logging.debug('SetNtbInputSize request: %d to interface-%d.'
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
disconnect_machine.py 5 import logging
28 logging.info('DisconnectMachine: Modem state is CONNECTED.')
29 logging.info('DisconnectMachine: Setting state to DISCONNECTING.')
37 logging.info('DisconnectMachine: Modem state is DISCONNECTING.')
50 logging.error('DisconnectMachine: Failed to disconnect: ' + str(e))
56 logging.info('DisconnectMachine: Setting state to REGISTERED.')
60 logging.info('DisconnectMachine: Calling return callback.')
79 logging.error(message)
89 logging.error(message)
96 logging.info('All bearers will be disconnected.'
    [all...]
  /external/autotest/client/cros/power/
sys_power.py 9 import logging
117 logging.debug('Suspend for %d seconds, wakealarm = %d', seconds, alarm)
129 logging.error('Woke up early at %d', now)
163 logging.info("Running '%s'", command)
184 logging.info("Running '%s'", command)
200 logging.debug('Saving wakeup count: %d', wakeup_count)
203 logging.info('Suspending at %d', rtc.get_seconds())
207 logging.exception('Writing to %s failed', SYSFS_POWER_STATE)
217 logging.info('Woke from suspend at %d', rtc.get_seconds())
218 logging.debug('New wakeup count: %d', read_wakeup_count()
    [all...]
  /external/autotest/client/site_tests/network_RackWiFiConnect/
network_RackWiFiConnect.py 6 import logging
55 logging.debug('Able to wget URL.')
57 logging.error('Could not wget URL; trying again.')
61 logging.debug('Unable to access correct URL for %s',
84 logging.info('Scanning for networks')
88 logging.info('Attempting to connect to %s', ssid)
94 logging.error('Unable to find %s', ssid)
98 logging.info('Successfully connected to network %s', ssid)
101 logging.error('Unable to connect to %s', ssid)
133 logging.info('Setting order to WiFi, prioritized over Ethernet.'
    [all...]
  /external/autotest/contrib/
manage_powerunit_info.py 36 import logging
65 logging.debug('No host named %s', device)
68 logging.info('Adding host attribues to %s: %s', device, keyvals)
101 logging.info('Back up host attribues to %s', csv_file)
105 logging.info('Proccessing %s', h.hostname)
120 logging.error('No host found.')
155 logging.error('Please specifiy a file with -f/--csv')
159 logging.error('%s is not a valid file.', options.csv_file)
162 logging.error('%s already exists.', options.csv_file)
165 logging.error('Please specify hostnames with -m'
    [all...]
  /external/autotest/server/cros/cfm/
cfm_base_test.py 5 import logging
63 logging.info('Clearing TPM')
65 logging.info('Enrolling device')
67 logging.info('Skipping OOBE')
88 logging.warn('Failed to configure servo. This is not fatal unless '
109 logging.info('Taking screenshot and saving under %s...',
118 logging.warning('Taking screenshot failed')
120 logging.exception('Exception while taking a screenshot.')
132 logging.warning('No callgrok logs found on DUT.')
144 logging.warning('No packaged app logs found on DUT.'
    [all...]
  /external/autotest/server/cros/
tradefed_chromelogin.py 5 import logging
16 logging.info('Will reboot DUT when Chrome stops.')
57 logging.info('Using --dont_override_profile to start Chrome.')
60 logging.info('Not using --dont_override_profile to start Chrome.')
82 logging.warning(
113 logging.info('Ensure Android is running (timeout=%d)...', timeout)
117 logging.info('Retrying failed login (timeout=%d)...', timeout)
138 logging.info('Skipping reboot, restarting browser.')
142 logging.error('Restarting browser has failed.')
185 logging.info('Rebooting...'
    [all...]
tradefed_utils.py 6 import logging
32 logging.info('Waiting for cache lock...')
47 logging.error('Permanent lock failure. Trying to break lock.')
56 logging.info('Acquired cache lock after %d attempts.', attempts)
61 logging.info('Released cache lock.')
85 stderr_level=logging.DEBUG,
144 logging.error('Trunk end with %s abi but have not seen '
161 logging.info('Total ABIs: %s', abis)
163 logging.error('Failed (but not waived) tests:\n%s',
174 logging.error('Found %d failures for %s but there are only %d
    [all...]

Completed in 873 milliseconds

1 2 3 4 5 6 78 91011>>