HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 576 - 600 of 5540) sorted by null

<<21222324252627282930>>

  /external/autotest/site_utils/
add_detected_host_labels.py 23 import logging
56 logging.warning('Unable to establish ssh connection to hostname '
60 logging.warning('Unable to query labels on hostname %s. Skipping.',
81 logging.warning('Removing label %s', labels_to_delete)
91 logging.warning('Unable to add label %s to host %s. '
105 help='Suppress all but critical logging messages.')
107 help='Suppress logging messages below INFO priority.')
119 logging.disable(logging.CRITICAL)
122 logging.disable(logging.DEBUG
    [all...]
cleanup_tko_db.py 10 import logging
48 file_path=os.path.abspath(options.logfile), level=logging.DEBUG)
65 logging.info('Starting cleaning up old records in TKO database %s on '
76 logging.exception('Cleanup failed with exception.')
79 logging.info('Cleanup attempt finished in %s seconds.', duration)
  /external/googletest/
run_tests.py 19 import logging
29 return logging.getLogger(__name__)
33 """Proxy for subprocess.call with logging."""
50 log_level = logging.INFO
52 log_level = logging.DEBUG
53 logging.basicConfig(level=log_level)
  /external/libyuv/files/
cleanup_links.py 21 import logging
41 logging.debug('CleanupLinks')
48 logging.debug('Removing link to %s at %s', source, link_path)
65 logging.info('Found database with schema version %s while this script only '
77 'operations. This will automatically set logging to '
80 const=logging.DEBUG, default=logging.INFO,
85 options.verbose = logging.DEBUG
86 logging.basicConfig(format='%(message)s', level=options.verbose)
  /test/vts/testcases/template/gtest_binary_test/
gtest_test_case.py 17 import logging
86 logging.warn('File name of output file "{}" is longer than {}.'.
91 logging.info('Output file path is set as "%s".', output_file_path)
94 logging.warn('File path of output file "{}" is longer than {}.'.
97 logging.info('Output file path is set as "%s".', output_file_path)
  /test/vts-testcase/kernel/api/net/
VtsKernelNetTest.py 18 import logging
44 logging.info('%s: %s', keys.ConfigKeys.IKEY_DATA_FILE_PATH,
71 logging.info('stdout: %s', result[const.STDOUT])
72 logging.error('stderr: %s', result[const.STDERR])
73 logging.info('exit code: %s', result[const.EXIT_CODE])
  /test/vts-testcase/kernel/ltp/shell_environment/
shell_environment.py 20 import logging
80 logging.error("Cannot get number of working CPU info."
87 logging.info("spam" + str(m.span()))
91 logging.error(e)
93 logging.error("Cannot parse number of working CPU info."
  /test/vts-testcase/vndk/golden/
vndk_data.py 18 import logging
67 logging.error("Cannot load default VNDK version.")
89 logging.warning("Unknown ABI %s.", abi_name)
103 logging.warning("%s is not a directory.", dump_dir)
131 logging.warning("Cannot load %s.", path)
  /tools/test/connectivity/acts/tests/google/bt/power/
SetupBTPairingTest.py 24 import logging
53 logging.info("Starting server socket on localhost port %s", port)
57 logging.info("Waiting for client socket connection")
61 logging.error("Did not receive signal. Shutting down AP")
63 logging.error("Socket connection errored out. Shutting down AP")
  /test/vts/runners/host/
test_runner.py 23 import logging
68 logging.error("Expected 1 test class per file, found %s (%s).",
88 logging.warning("Missing a configuration file. Using the default.")
100 logging.error("No valid config file found.")
103 logging.error("Unexpected exception")
104 logging.exception(e)
114 logging.warning("%s unspecified. Set timeout to %s seconds.",
125 logging.info("Attempt to interrupt runner thread.")
147 logging.exception("Aborted")
149 logging.error("Unexpected exception"
    [all...]
logger.py 20 import logging
36 "ERROR": logging.ERROR,
37 "WARNING": logging.WARNING,
38 "INFO": logging.INFO,
39 "DEBUG": logging.DEBUG,
141 log = logging.getLogger()
146 log.setLevel(log_severity_map.get(log_severity, logging.INFO))
151 c_formatter = logging.Formatter(terminal_format, log_line_time_format)
152 ch = logging.StreamHandler(sys.stdout)
154 ch.setLevel(log_severity_map.get(log_severity, logging.INFO)
    [all...]
  /external/autotest/client/site_tests/cellular_DisableWhileConnecting/
cellular_DisableWhileConnecting.py 6 import logging
37 logging.info('connect succeeded')
43 logging.info('connect errored: %s', e)
48 logging.info('disabling')
59 logging.info('Got status')
67 logging.info('Modem enabled: %s', enabled)
141 logging.info('connecting')
144 logging.info('%s property changed: %s', property, value)
198 logging.info('Modem path: %s', self.test.test_env.modem.path)
215 logging.info('Sleeping %d ms before connect', sleep_ms
    [all...]
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 6 import logging
114 logging.debug('output of ps:\n%s', output)
141 logging.debug('output of awk:\n%s', status_output)
172 logging.info('Loading baseline %s', path)
231 logging.info('ASAN image detected -> skipping seccomp checks')
275 logging.error('%s: bad user: wanted "%s" but got "%s"',
283 logging.error('%s: bad group: wanted "%s" but got "%s"',
292 logging.error('%s: missing pid ns usage', exe)
296 logging.error('%s: missing caps usage', exe)
300 logging.error('%s: missing NoNewPrivs', exe
    [all...]
  /external/autotest/server/site_tests/firmware_EventLog/
firmware_EventLog.py 5 import logging, re, time
41 logging.error('Found prophecy: "%s"', line)
44 logging.debug('Event "%s" too early, stopping search', line)
46 logging.info('Found event: "%s"', line)
54 logging.debug('Current local system time on DUT is "%s"', time_string)
59 logging.info('Disabling suspend_to_idle')
76 logging.info('Verifying eventlog behavior on normal mode boot')
90 logging.debug('Transitioning to dev mode for next test')
93 logging.info('Verifying eventlog behavior on developer mode boot')
107 logging.debug('Transitioning back to normal mode for final tests'
    [all...]
  /external/autotest/server/site_tests/platform_InitLoginPerfServer/
platform_InitLoginPerfServer.py 5 import logging
71 logging.info('Run stage %s', full_stage)
88 logging.warning('Failed to extract %s from client results',
115 logging.info('# Results for delay = %.2f sec', self.pre_init_delay)
116 logging.info(hdr)
131 logging.info(line)
143 logging.info('# %s:', name)
144 logging.info(line)
148 logging.info('Process perf data')
149 logging.debug('Results: %s', self.perf_results
    [all...]
  /external/autotest/server/site_tests/platform_LabFirmwareUpdate/
platform_LabFirmwareUpdate.py 5 import logging
52 logging.info('Execute: %s', command)
54 logging.info('Output: %s', output.split('\n'))
106 logging.info('Installed EC version: %s', ec_version)
109 logging.info('Installed BIOS version: %s', bios_version)
130 logging.info('shellball ro bios %s', bios_ro)
134 logging.info('shellball rw bios %s', bios_rw)
138 logging.info('shellball ro ec %s', ec_ro)
142 logging.info('shellball rw ec %s', ec_rw)
165 logging.info('BIOS mismatch %s, will update to %s'
    [all...]
  /external/autotest/site_utils/lxc/
lxc_functional_test.py 17 import logging
184 logging.info('Rebuild base container in folder %s.', container_path)
187 logging.info('Base container created: %s', image.get().name)
200 logging.info('Create test container.')
231 logging.info('Test files written to result directory can be accessed '
266 logging.info('Test autoserv command.')
267 logging.info('Create test control file.')
272 logging.info('Run autoserv command.')
275 logging.info('Confirm results are available from host.')
304 logging.info('Test ssh to %s.', remote
    [all...]
  /external/autotest/server/cros/faft/
firmware_test.py 7 import logging
117 logging.info('FirmwareTest initialize begin (id=%s)', self.run_id)
161 logging.info('vboot version: %d', 2 if self.fw_vboot2 else 1)
165 logging.info('mainfw_act is B. rebooting to set it A')
173 logging.info('FirmwareTest initialize done (id=%s)', self.run_id)
178 logging.info('FirmwareTest cleaning up (id=%s)', self.run_id)
194 logging.info('FirmwareTest cleanup done (id=%s)', self.run_id)
213 logging.info('System info:\n' + pprint.pformat(system_info))
231 logging.info('Try to retrieve recovery reason...')
242 logging.info('Got the recovery reason %d.', recovery_reason
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 26 import logging
70 logging.info('Authenticatng username: ' + self.username)
98 logging.info('Validating username: ' + self.username)
139 logging.info('*** Starting contact sync ***')
159 logging.info('Returning ' + str(len(updated_contacts)) + ' contact records')
166 logging.info('* Processing server changes')
176 logging.info('Client sync state: ' + client_state)
194 logging.info('New sync state: ' + high_water_mark)
215 logging.info('Server-side updates: ' + str(update_count))
216 logging.info('Server-side deletes: ' + str(delete_count)
    [all...]
  /external/autotest/client/common_lib/
revision_control.py 8 import os, warnings, logging
148 logging.error('git command failed: %s: %s',
150 logging.error(rv.stderr)
170 logging.info('Cloning git repo %s', self.giturl)
179 logging.error(rv.stderr)
182 logging.info(rv.stdout)
195 logging.info('Updating git repo %s', self.giturl)
203 logging.error(rv.stderr)
216 logging.error(rv.stderr)
241 logging.info('Resetting head on repo %s', self.repodir
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 17 import logging
70 logging.info('Exported dbus service with well known name: |%s|',
74 logging.info('Pseudomodem setup completed!')
92 logging.debug('Already exiting.')
96 logging.info('pseudomodem shutdown sequence initiated...')
103 logging.warning('Error while exiting: %s', repr(e))
108 logging.warning('Error while exiting: %s', repr(e))
110 logging.info('pseudomodem: Bye! Bye!')
128 logging.info('Created default state machine factory.')
134 logging.info('Created default 3GPP SIM.'
    [all...]
state_machine.py 8 import logging
93 logging.info('Running state machine in interactive mode')
94 logging.info('Exported test object at %s', self._ism_object_path)
117 logging.warning('%s received an unexpected advance request',
120 logging.info('%s state machine advancing', self._GetIsmObjectName())
135 logging.info('%s state machine waiting', self._GetIsmObjectName())
156 logging.info('StateMachine: Step')
158 logging.info('StateMachine: Terminating.')
163 logging.info('StateMachine cannot start.')
  /external/autotest/client/cros/chameleon/
audio_board.py 7 import logging
34 logging.warning(
138 logging.debug(
151 logging.debug(
207 logging.debug('Restoring snapshot with %s', snapshot._endpoints)
247 logging.info('Plugged 3.5mm audio cable to Cros device')
253 logging.info('Unplugged 3.5mm audio cable from Cros device')
275 logging.info('Resets bluetooth module on audio board.')
281 logging.info('Disables bluetooth module on audio board.')
  /external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
hardware_MultiReaderPowerConsumption.py 1 import os, logging
105 logging.debug('STEP 1: ensure SD card is inserted and mounted')
109 logging.debug('STEP 2: mount the ramdisk')
119 logging.debug('STEP 3: perform heavy-duty read-write test on ramdisk')
125 logging.debug('STEP 4: unmount ramdisk')
128 logging.debug('STEP 5: perform identical read write test on SD card')
135 logging.debug('STEP 6: unmount card')
138 logging.debug('STEP 7: perform ramdisk test again')
165 logging.info(fmt % (sd_card_drain_ratio_a, sd_card_drain_ratio_b))
  /external/autotest/client/site_tests/platform_UdevVars/
platform_UdevVars.py 5 import logging
42 logging.debug('Input devices:')
45 logging.debug(' %s [%s]', device.device_node, name)
48 logging.debug(' POWERD_ROLE=%s', role)
54 logging.info('Roles:')
59 logging.info(' %-21s %s [%s]', role + ':', path, name)
117 logging.error('POWERD_ROLE=%s is present %d times, expected '
121 logging.warn('%d external input devices detected',
134 logging.debug('Board: %s', utils.get_board())

Completed in 1239 milliseconds

<<21222324252627282930>>