HomeSort by relevance Sort by last modified time
    Searched defs:logging (Results 1 - 25 of 2022) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/common_lib/cros/
servo_afe_board_map.py 5 import logging namespace
29 logging.info('Mapping AFE board=%s to %s', afe_board, mapped_board)
  /external/autotest/client/cros/
asan.py 5 import logging namespace
25 logging.debug("running_on_asan(): symbol: '%s', _ASAN_SYMBOL: '%s'",
  /external/autotest/client/cros/cellular/
cellular_logging.py 6 import logging namespace
20 log = logging.getLogger(logger_name)
21 log.setLevel(logging.DEBUG)
22 ch = logging.StreamHandler(sys.stdout)
23 ch.setLevel(logging.DEBUG)
24 formatter = logging.Formatter(format_string)
  /external/autotest/client/cros/video/
method_logger.py 5 import logging namespace
21 """ Actual method doing the logging and also invokes method_to_log
26 logging.debug('+ ' + log_str)
32 logging.debug('*** Begin arguments:')
33 logging.debug(args)
34 logging.debug('=== End arguments.')
37 logging.debug('*** Begin keyword arguments:')
38 logging.debug(kwargs)
39 logging.debug('=== End keyword arguments.')
44 logging.debug('### Begin results :'
    [all...]
  /external/autotest/client/tests/kvm/tests/
nmi_watchdog.py 1 import time, logging namespace
40 logging.debug(output.strip())
43 logging.info("Waiting 60 seconds to see if guest's NMI counter "
49 logging.debug(output.strip())
54 logging.info("vcpu: %s, nmi_counter1: %s, nmi_counter2: %s" %
stop_continue.py 1 import logging namespace
25 logging.info("Stop the VM")
27 logging.info("Verifying the status of VM is 'paused'")
30 logging.info("Check the session is responsive")
34 logging.info("Try to resume the guest")
36 logging.info("Verifying the status of VM is 'running'")
39 logging.info("Try to re-log into guest")
system_reset_bootable.py 1 import logging, time namespace
22 logging.info("Wait for %d seconds before reset" % wait_time)
26 logging.info("Reset the system by monitor cmd")
30 logging.info("Try to login guest after reset")
timedrift_with_migration.py 1 import logging namespace
49 logging.info("Migrating: iteration %d of %d...",
53 logging.info("Logging in after migration...")
55 logging.info("Logged in after migration")
63 logging.info("Host duration (iteration %d): %.2f",
65 logging.info("Guest duration (iteration %d): %.2f",
67 logging.info("Drift at iteration %d: %.2f seconds",
86 logging.info("Host duration (%d migrations): %.2f",
88 logging.info("Guest duration (%d migrations): %.2f"
    [all...]
timedrift_with_reboot.py 1 import logging namespace
48 logging.info("Rebooting: iteration %d of %d...",
58 logging.info("Host duration (iteration %d): %.2f",
60 logging.info("Guest duration (iteration %d): %.2f",
62 logging.info("Drift at iteration %d: %.2f seconds",
81 logging.info("Host duration (%d reboots): %.2f",
83 logging.info("Guest duration (%d reboots): %.2f",
85 logging.info("Drift after %d reboots: %.2f seconds",
usb.py 1 import logging, os namespace
25 logging.debug(output)
32 logging.debug(output)
38 logging.debug(line)
85 logging.error(e_msg)
87 logging.error(line)
  /external/autotest/client/virt/tests/
fillup_disk.py 1 import logging namespace
28 logging.info("Start filling the disk in %s" % fill_dir)
33 logging.debug(tmp_cmd)
36 logging.debug("Successfully filled up the disk")
42 logging.info("Cleaning the temporary files...")
45 logging.debug(cmd)
48 logging.error(o)
guest_test.py 1 import os, logging namespace
29 logging.debug("Rebooting guest before test ...")
33 logging.info("Starting script...")
42 logging.debug("Starting preparing resouce files...")
55 logging.debug("Clean directory succeeded.")
60 logging.info("Download resource finished.")
69 logging.info("------------ Script output ------------")
70 session.cmd(cmd, print_func=logging.info, timeout=test_timeout)
72 logging.info("------------ End of script output ------------")
75 logging.debug("Rebooting guest after test ..."
    [all...]
ioquit.py 1 import logging, time, random namespace
19 logging.info("Add IO workload for guest OS.")
24 logging.info("Sleep for a while")
27 logging.info("Kill the virtual machine")
linux_s3.py 1 import logging, time namespace
18 logging.info("Checking that VM supports S3")
21 logging.info("Waiting for a while for X to start")
25 logging.info("Current virtual terminal is %s", src_tty)
33 logging.info("Putting VM into S3")
39 logging.info("VM resumed after S3")
ping.py 1 import logging namespace
37 logging.error("Could not get the ip of nic index %d: %s",
42 logging.info("Ping with packet size %s", size)
56 logging.info("Flood ping test")
60 logging.info("Final ping test")
pxe.py 1 import logging namespace
21 logging.info("Try to boot from PXE")
23 logging.debug, "(pxe capture) ", timeout)[1]
25 logging.info("Analyzing the tcpdump result...")
29 logging.info("Found TFTP packet")
stress_boot.py 1 import logging namespace
20 error.base_context("waiting for the first guest to be up", logging.info)
33 error.base_context("booting guest #%d" % num, logging.info)
42 logging.info("Guest #%d booted up successfully", num)
47 logging.debug)
53 logging.info("Total number booted: %d" % (num -1))
yum_update.py 1 import logging, time namespace
21 logging.info("Got 'Is this ok'; sending 'y'")
24 logging.info("Got shell prompt")
27 logging.info("Timeout or process exited")
  /external/autotest/site_utils/suite_scheduler/
sanity.py 6 import logging namespace
31 logging.warning("No suite control file for %s", task.suite)
  /external/chromium-trace/catapult/dashboard/dashboard/
email_sheriff.py 7 import logging namespace
24 logging.warn('No email address for %s', sheriff)
  /external/chromium-trace/catapult/devil/devil/utils/
zip_utils.py 5 import logging namespace
21 logging.debug('dir: %s -> %s', dir_path, dir_arc_path)
26 logging.debug('file: %s -> %s', file_path, file_arc_path)
29 logging.debug('file: %s -> %s', path, arc_path)
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
__init__.py 17 import logging namespace
29 logging.warn(msg)
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
__init__.py 30 logging.debug('Found appengine SDK on path!')
43 import logging namespace
44 logging.warning(
48 del logging
  /external/markdown/bin/
markdown 32 import logging namespace
37 logger = logging.getLogger('MARKDOWN')
39 logger.addHandler(logging.StreamHandler())
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
TestVectorFactory.py 29 import logging namespace
48 self.__logger = logging.getLogger(__name__)

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>