Home | History | Annotate | Download | only in utils

Lines Matching refs:_log

232         self._log = logging.getLogger('TestEnv')
235 self._log.info('Using base path: %s', basepath)
239 self._log.info('Loading custom (inline) target configuration')
242 self._log.info('Loading custom (file) target configuration')
245 self._log.info('Loading default (file) target configuration')
247 self._log.debug('Target configuration %s', self.conf)
252 self._log.info('Loading custom (inline) test configuration')
255 self._log.info('Loading custom (file) test configuration')
259 self._log.debug('Test configuration %s', self.conf)
294 self._log.warning('Wipe previous contents of the results folder:')
295 self._log.warning(' %s', self.res_dir)
316 self._log.info('Set results folder to:')
317 self._log.info(' %s', self.res_dir)
318 self._log.info('Experiment results available also in:')
319 self._log.info(' %s', res_lnk)
336 self._log.info('Loading target configuration [%s]...', conf_file)
370 self._log.info('Topology:')
371 self._log.info(' %s', CLUSTERS)
434 self._log
438 self._log.info('Using adb from ' + self._adb)
440 self._log.info('Using fastboot from ' + self._fastboot)
442 self._log.info('External tools using:')
443 self._log.info(' ANDROID_HOME: %s', self.ANDROID_HOME)
444 self._log.info(' ANDROID_BUILD_TOP: %s', self.ANDROID_BUILD_TOP)
445 self._log.info(' TARGET_PRODUCT: %s', self.TARGET_PRODUCT)
446 self._log.info(' TARGET_BUILD_VARIANT: %s', self.TARGET_BUILD_VARIANT)
447 self._log.info(' ANDROID_PRODUCT_OUT: %s', self.ANDROID_PRODUCT_OUT)
448 self._log.info(' DEVICE_LISA_HOME: %s', self.DEVICE_LISA_HOME)
449 self._log.info(' CATAPULT_HOME: %s', self.CATAPULT_HOME)
537 self._log.info('Devlib modules to load: %s', self.__modules)
557 self._log.info('Connecting Android target [%s]', device)
559 self._log.info('Connecting %s target:', platform_type)
561 self._log.info('%10s : %s', key,
564 self._log.info('Connection settings:')
565 self._log.info(' %s', self.__connection_settings)
568 self._log.debug('Setup LINUX target...')
578 self._log.debug('Setup ANDROID target...')
585 self._log.debug('Setup HOST target...')
594 self._log.debug('Checking target connection...')
595 self._log.debug('Target info:')
596 self._log.debug(' ABI: %s', self.target.abi)
597 self._log.debug(' CPUs: %s', self.target.cpuinfo)
598 self._log.debug(' Clusters: %s', self.target.core_clusters)
600 self._log.info('Initializing target workdir:')
601 self._log.info(' %s', self.target.working_directory)
608 self._log.debug('Check for module [%s]...', module)
610 self._log.warning('Unable to initialize [%s] module', module)
611 self._log.error('Fix your target kernel configuration or '
620 self._log.info('Attempting to read energy model from target')
623 self._log.error("Couldn't read target energy model: %s", e)
743 self._log.info('Enabled tracepoints:')
745 self._log.info(' %s', event)
747 self._log.info('Kernel functions profiled:')
749 self._log.info(' %s', function)
791 self._log.warning('Unable to identify cluster frequencies')
800 self._log.debug('Trying to load default EM from %s', em_path)
803 self._log.info('Loading default EM:')
804 self._log.info(' %s', em_path)
814 self._log.debug('Trying to load board descriptor from %s', board_path)
817 self._log.info('Loading board:')
818 self._log.info(' %s', board_path)
863 self._log.debug('Platform descriptor initialized\n%s', self.platform)
868 self._log.debug('Dump platform descriptor in [%s]', plt_file)
890 self._log.debug('No RT-App workloads, skipping calibration')
894 self._log.warning('Using configuration provided RTApp calibration')
900 self._log.info('Calibrating RTApp...')
903 self._log.info('Using RT-App calibration values:')
904 self._log.info(' %s',
923 self._log.debug('Collecting all Bcast address')
932 self._log.debug(cmd)
935 self._log.warning('Nmap not available, try IP lookup using broadcast ping')
937 self._log.debug(cmd)
982 self._log.info('Target (%s) at IP address: %s', macaddr, ipaddr)
996 self._log.warning('Reboot disabled by conf features')
1011 self._log.info('Waiting up to %s[s] for target [%s] to reboot...',
1019 self._log.debug('Trying to connect to [%s] target...', self.ip)
1025 self._log.warning('target [%s] not responding to PINGs, '
1030 self._log.warning('target [%s] not responding to PINGs, '
1065 self._log.info('Install kernel [%s] on target...', tc['kernel'])
1069 self._log.warning('Kernel deploy disabled by conf features')
1072 self._log.info('Deploy kernel via TFTP...')
1082 self._log.debug('DTB not provided, using existing one')
1083 self._log.debug('Current conf:\n%s', tc)
1084 self._log.warning('Using pre-installed DTB')
1100 self._log.info('Rebooting taget...')
1120 self._log.info('Deploy %s into %s', src, dst)
1123 self._log.error('Failed to deploy image: %s', src)