Lines Matching refs:au
74 from atest import atest_utils as au unknown
137 separator = '-' * au.get_terminal_size()[0]
347 au.mark_red(
381 au.mark_red(
387 print(au.mark_cyan('\nRunning Tests...'))
436 print('\n{}'.format(au.mark_cyan(f'Summary {device_detail}')))
437 print(au.delimiter('-', 7))
442 print(au.mark_blue('ITERATION %s' % (int(iter_num) + 1)))
475 print(au.mark_green('All tests passed!'))
481 print(au.mark_red(message))
492 print('Test Result uploaded to %s' % au.mark_green(self.test_result_link))
497 metric_files = au.find_files(
502 print('\n{}'.format(au.mark_cyan('Aggregate test metrics')))
503 print(au.delimiter('-', 7))
517 print('{}:'.format(au.mark_cyan(test_name)))
538 au.colorful_print(' ' * 4 + stripped_line, constants.MAGENTA)
547 au.colorful_print(
565 print(au.delimiter('-', 26))
608 failed_label = au.mark_red(failed_label)
610 error_label = au.mark_red('(Completed With ERRORS)')
616 find_logs = au.find_files(
620 host_log_content = au.mark_red('\n\nTradefederation host log:\n')
623 host_log_content = host_log_content + au.extract_zip_text(tf_log)
632 module_logs = au.find_files(self.log_path, file_name=log_name)
636 + au.mark_magenta(f'Logs in {os.path.basename(log_file)}:')
642 passed_label = au.mark_green(passed_label)
725 au.mark_blue(test.test_run_name),
759 print(': {} {}'.format(au.colorize(test.status, color), test.test_time))