Home | History | Annotate | Download | only in lxc

Lines Matching refs:logging

17 import logging
188 logging.info('Rebuild base container in folder %s.', container_path)
191 logging.info('Base container created: %s', image.get().name)
204 logging.info('Create test container.')
235 logging.info('Test files written to result directory can be accessed '
270 logging.info('Test autoserv command.')
271 logging.info('Create test control file.')
276 logging.info('Run autoserv command.')
279 logging.info('Confirm results are available from host.')
308 logging.info('Test ssh to %s.', remote)
341 log_level=(logging.DEBUG if options.verbose else logging.INFO)
357 logging.info('All tests passed.')
367 logging.exception('ERROR:\n%s', error.format_error())
371 logging.info('Cleaning up temporary directory %s.', TEMP_DIR)