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

<<11121314151617181920>>

  /external/autotest/client/common_lib/cros/
xmlrpc_types.py 6 import logging
30 logging.error('Failed to deserialize XmlRpcStruct because of '
32 logging.error('Got serialized object: %r', serialized)
49 logging.error('Failed to find non-keyword argument %s', arg)
55 logging.debug('Constructing %s object with args=%r, kwargs=%r',
  /external/autotest/client/cros/
tcpdump.py 5 import logging
21 logging.debug('Recording %s traffic to %s.', iface, dumpfilename)
56 logging.error('Trying to kill tcpdump (%d): %s',
59 logging.debug('Waiting for pid %d to finish.', self._tcpdump_proc.pid)
69 logging.error('tcpdump failed to finish after %f seconds. Dump '
  /external/autotest/client/site_tests/network_DefaultProfileCreation/
network_DefaultProfileCreation.py 6 import logging
44 logging.info("Skipping test run on this board.")
74 logging.info('Profile contents after %d seconds:\%s',
78 logging.error('Did not find setting %s', setting)
79 logging.error('Full profile contents are:\n%s', profile)
  /external/autotest/client/site_tests/platform_Rootdev/
platform_Rootdev.py 9 import logging
39 logging.debug("cpu type is %s" % cpuType)
43 logging.debug("Rootdev test res: %d", result)
47 logging.debug("Rootdev test -d switch res: %d", result)
54 logging.debug("Rootdev -s -d txt is *%s*", text)
  /external/autotest/client/site_tests/video_VideoCapability/
video_VideoCapability.py 5 import logging
36 logging.debug("avtest_label_detect result\n%s", avtest_label)
46 logging.error('Static capability claims %s is available. '
51 logging.error("Static capability claims %s isn't available. "
61 logging.debug('Starting video_VideoCapability')
  /external/autotest/server/cros/
cts_expected_failure_parser.py 5 import logging
34 logging.info('Loading expected failure file: %s.', failure_file)
38 logging.error('Error loading %s (%s).',
42 logging.info('Finished loading expected failure file: %s',
57 logging.info('Excluding tests/packages from rerun: %s.',
goofy_client.py 7 import logging
80 logging.warning('Socket error while running factory tests '
84 logging.warning('Connectivity was lost and the retry '
148 logging.info('Host is pingable, creating goofy client proxy')
167 logging.info('Stopping all tests and clearing factory state')
187 logging.info('Waiting on goofy')
224 logging.info('Switching to test list %s', next_list)
233 logging.info('Switched to list %s, goofy restarting', next_list)
244 logging.info('Stopping tests.')
277 logging.error('Could not gather results for current test: %s', e
    [all...]
  /external/autotest/server/site_tests/desktopui_CrashyRebootServer/
desktopui_CrashyRebootServer.py 5 import logging
35 logging.info('CrashyRebootServer: start client test')
41 logging.info('Client test now running in background.')
49 logging.info('Waiting for host to go down.')
61 logging.info('Waiting for host to come back up.')
  /external/autotest/server/site_tests/firmware_CorruptKernelA/
firmware_CorruptKernelA.py 5 import logging
32 logging.error("Caught exception: %s", str(e))
36 logging.info("Corrupt kernel A.")
41 logging.info("Expected kernel B boot and restore kernel A.")
46 logging.info("Expected kernel A boot.")
  /external/autotest/server/site_tests/firmware_Cr50USB/
firmware_Cr50USB.py 5 import logging
49 logging.info("Running Cr50 USB stress test for %d iterations",
57 logging.info("Run %d of %d%s", i, num_iterations,
65 logging.debug(e)
71 logging.info("USB failure on %d out of %d runs: %s", fail_count,
  /external/autotest/server/site_tests/firmware_DevModeStress/
firmware_DevModeStress.py 5 import logging
28 logging.info('======== Running FAFT ITERATION %d/%s ========',
30 logging.info("Verify dev mode.")
37 logging.info("Verify dev mode after soft reboot.")
47 logging.info("Complete, final check for dev mode.")
  /external/autotest/server/site_tests/firmware_ECPowerG3/
firmware_ECPowerG3.py 5 import logging
33 logging.error("Caught exception: %s", str(e))
40 logging.error("EC fails to drop into G3")
52 logging.info("Power off and check if system drop into G3 correctly.")
55 logging.info("Check if failure occurred.")
  /external/autotest/server/site_tests/firmware_PDConnect/
firmware_PDConnect.py 5 import logging
33 logging.info('Disconnect/Connect iteration %d', attempt)
38 logging.warn('Device does not support disconnect/connect')
79 logging.warn('device cant send power role swap command')
84 logging.warn('Device pair could not role swap, ending test')
  /external/autotest/server/site_tests/firmware_RONormalBoot/
firmware_RONormalBoot.py 5 import logging
36 logging.error("Caught exception: %s", str(e))
42 logging.info('The firmware USE_RO_NORMAL flag is disabled.')
45 logging.info("Disable the RO normal boot flag.")
51 logging.info("Expected TwoStop boot, restore the original flags.")
  /external/autotest/server/site_tests/firmware_RecoveryButton/
firmware_RecoveryButton.py 5 import logging
43 logging.error("Caught exception: %s", str(e))
49 logging.info("Switch to recovery mode and reboot.")
56 logging.info("Expected recovery boot and reboot.")
63 logging.info("Expected normal/dev boot.")
  /external/autotest/server/site_tests/firmware_TryFwB/
firmware_TryFwB.py 5 import logging
26 logging.error("Caught exception: %s", str(e))
30 logging.info("Set fwb_tries flag")
35 logging.info("Expected firmware B boot, reboot")
40 logging.info("Expected firmware " + expected_slot + " boot, done.")
  /external/autotest/server/site_tests/network_WiFi_RoamSuspend/
network_WiFi_RoamSuspend.py 5 import logging
34 logging.info("- Set up AP, connect.")
47 logging.info("- Short suspend, verify we're still connected.")
51 logging.info("- Reconfigure the AP during longer suspend.")
62 logging.info("- Verify that we roam to same network w/new parameters.")
  /external/autotest/server/site_tests/network_WiFi_SSIDMultiSwitchBack/
network_WiFi_SSIDMultiSwitchBack.py 5 import logging
74 logging.info("- Configure first AP & connect")
83 logging.info('- Configure second AP')
90 logging.info('- Drop the power on the first AP')
96 logging.info("- Wait for a connection on the second AP")
  /external/autotest/server/site_tests/network_WiFi_WoWLAN/
network_WiFi_WoWLAN.py 5 import logging
28 logging.info('DUT WiFi MAC = %s, IPv4 = %s', dut_mac, dut_ip)
29 logging.info('Router WiFi IPv4 = %s', router.wifi_ip)
33 logging.info('Set up WoWLAN')
53 logging.info('Client woke up successfully.')
  /external/toolchain-utils/automation/clients/report/
validate_failures.py 50 import logging
104 logging.error('%s is not a valid GCC top level build directory.', build_dir)
107 logging.info('Discovered source directory: "%s"', srcdir)
108 logging.info('Discovered build target: "%s"', target)
132 log_fun = getattr(logging, level)
139 logging.info('Reading manifest file: "%s"', manifest_path)
143 logging.info('Getting actual results from build directory: "%s"',
156 logging.debug('Tests expected to fail:')
160 logging.debug('Actual test failures:')
166 logging.info('Build results not in the manifest:'
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldXMLFormatterTest.java 18 package libcore.java.util.logging;
21 import java.util.logging.Handler;
22 import java.util.logging.Level;
23 import java.util.logging.LogRecord;
24 import java.util.logging.XMLFormatter;
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 13 import logging
14 import logging.handlers
70 logging.info('RequestPinCode for %s; return %s', device_path, self._pin)
191 logging.error('Error starting bluetoothd: %s', e)
194 logging.debug('waiting for bluez start')
201 logging.error('timeout: error starting bluetoothd: %s', e)
206 logging.debug('waiting for bluez to obtain adapter information')
213 logging.error('timeout: error starting adapter: %s', e)
217 logging.debug('waiting for bluez to obtain interface manager.')
224 logging.error('timeout: error getting advertising interface'
    [all...]
  /external/autotest/server/cros/faft/utils/
mode_switcher.py 5 import logging
78 logging.info('Enabled dut_sees_usb')
81 logging.info('ping timed out, try REC_ON')
107 logging.info('RECOVERY button pressed to switch to dev mode')
110 logging.info('ENTER pressed to switch to dev mode')
175 logging.info(info)
211 logging.info('Enabled dut_sees_usb')
214 logging.info('ping timed out, try REC_ON')
242 logging.info('Selecting power as enter key to select '
321 logging.info('Transitioning from DEV to TO_NORM screen.'
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
network_WiFi_RoamOnLowPower.py 5 import logging
147 logging.error('No events')
164 logging.info('Found expected event: "%s"',
170 logging.info('Found ALL expected events')
176 logging.error('Never found expected event "%s". iw log:',
179 logging.error(event.rstrip())
256 logging.info('- Configure first AP & connect')
269 logging.info('- Set background scan level')
278 logging.info('- Configure second AP')
289 logging.info('- Drop the power on the first AP'
    [all...]
  /external/autotest/server/site_tests/provision_CheetsUpdate/
provision_CheetsUpdate.py 5 import logging
48 logging.info('Generated build name: %s', build_filename)
49 logging.info('Setting up devserver.')
59 logging.info('Downloading the test build.')
62 logging.info('Android test file download path: %s', test_filepath)
63 logging.info('Zip image: %s', zip_image)
80 logging.info('Disabling rootfs on the DUT.')
85 logging.info(cmd_with_partition)
129 logging.info('Running push to device:')
130 logging.info
    [all...]

Completed in 1020 milliseconds

<<11121314151617181920>>