Lines Matching refs:logging
16 import logging
17 # Turn the logging level to INFO before importing other autotest
18 # code, to avoid having failed import logging messages confuse the
20 logging.basicConfig(level=logging.INFO)
156 logging.error('No test found, searching for possible tests with %s',
173 logging.warning('%s will be skipped, unsatisfiable '
190 logging.debug('Running autoserv command: %s', command)
199 logging.info('autoserv| %s', message.strip())
205 logging.info('Pretend mode. Would run autoserv command: %s',
405 logging.info(line)
407 logging.warning('There appears to be no running ssh-agent. Attempting '
488 logging.info('Auto-detecting labels for %s', remote)
492 logging.info('Provisioning %s...', cros_version_label)
499 logging.error('Provisioning %s to %s failed, tests are aborted, '
508 logging.info('Fetching suite for %s...', description)
520 logging.info('Repeating scheduling for iteration %d:', iteration)
523 logging.info('Scheduling suite for %s...', description)
526 logging.info('... scheduled %s job(s).', ntests)
529 logging.info('No jobs scheduled. End of local run.')
567 logging.warning('Received SIGINT or SIGTERM. Cleaning up and exiting.')
569 logging.warning('Sending SIGINT to autoserv process. Waiting up '
577 logging.warning('Timed out waiting for autoserv to handle '
654 @param debug: Logging and autoserv verbosity.
670 logging.info('Began logging to %s', results_directory)
672 logging.debug('test_that command line was: %s', argv)
691 logging.info('Finished pretend run. Exiting.')
712 logging.error('Autoserv encountered unexpected errors '
716 logging.info('Finished running tests. Results can be found in %s or %s',