Home | History | Annotate | Download | only in skylab_suite

Lines Matching refs:logging

14 import logging
60 logging.info('Not yet scheduled test_specs: %r', not_yet_scheduled)
168 logging.info('Creating task for test %s', test_spec.test.name)
206 logging.info('Would have created task with command %s', cmd)
216 logging.info('Created task with id %s', task_id)
266 logging.warning('Dependency %s is not supported in skylab', dep)
274 """Context manager for disabling logging of a given logging level."""
276 logging.disable(logging_level)
279 logging.disable(logging.NOTSET)
287 with disable_logging(logging.INFO if no_logging else logging.NOTSET):
309 logging.error('Timeout in waiting for child tasks.')
312 logging.info('Finished to wait for child tasks.')
331 logging.info('Retrying test %s, remaining %d retries.',