Lines Matching refs:logging
23 import logging
276 logging.info('___________________ constraint = %s', constraint)
277 logging.info('___________________ keyvals = %s', keyval_env)
355 logging.info('Test will be retried a maximum of %d times',
378 logging.debug('Starting before_iteration_hooks for %s',
384 logging.debug('before_iteration_hooks completed')
398 logging.debug('starting test(run_once()), test details follow'
401 logging.debug('The test has completed successfully')
409 logging
414 logging.debug('Starting after_iteration_hooks for %s',
420 logging.debug('after_iteration_hooks completed')
462 logging.debug('Iterations parameter ignored (timed execution)')
467 logging.debug('Test started. Specified %d s as the minimum test '
472 logging.debug('Executing iteration %d', timed_counter)
474 logging.debug('Executing iteration %d, time_elapsed %d s',
481 logging.debug('Test finished after %d iterations, '
487 logging.debug('Test started. Specified %d iterations',
491 logging.debug('Executing iteration %d of %d',
515 logging.debug('Profilers present. Profiling run started')
574 self.job.logging.tee_redirect_debug_dir(self.debugdir,
636 logging.warning('The test failed with the following exception',
642 logging.debug('Running cleanup for test.')
645 logging.error('Ignoring exception during cleanup() '
648 logging.error('Now raising the earlier %s error',
653 # and restoring job's logging, even if the first two
655 self.job.logging.restore()
668 self.job.logging.restore()
802 logging.debug("%s: installing test url=%s", name, url)
907 logging.info('Starting before_hook for %s', mytest.tagged_testname)
911 logging.info('before_hook completed')
924 logging.info('Starting after_hook for %s', mytest.tagged_testname)
928 logging.info('after_hook completed')