Lines Matching full:print
113 print('ERROR: unable to find required plugin {}'.format(r))
117 print('WARNING: multiple copies of plugin {} found, using version found')
118 print('at {}'.format(source_path[0]))
144 print('exception {} in call to pre_case for {} plugin'.
146 print('test_ordinal is {}'.format(test_ordinal))
147 print('testid is {}'.format(caseinfo['id']))
214 print('command "{}"'.format(command))
243 print('{}'.format(prefix))
258 print('', file=sys.stderr)
259 print("{} *** Could not execute: \"{}\"".format(prefix, cmd),
261 print("\n{} *** Error message: \"{}\"".format(prefix, foutput),
263 print("returncode {}; expected {}".format(proc.returncode,
265 print("\n{} *** Aborting test run.".format(prefix), file=sys.stderr)
266 print("\n\n{} *** stdout ***".format(proc.stdout), file=sys.stderr)
267 print("\n\n{} *** stderr ***".format(proc.stderr), file=sys.stderr)
387 print("\t====================\n=====> ", end="")
388 print("Test " + tidx["id"] + ": " + tidx["name"])
401 print('probe command for test skip')
423 print('-----> execute stage')
434 print("exit: {!r}".format(exit_code))
435 print("exit: {}".format(int(tidx["expExitCode"])))
436 #print("exit: {!r} {}".format(exit_code, int(tidx["expExitCode"])))
439 print(procout)
442 print('-----> verify stage')
490 print('Exception {} {} (caught in pre_suite).'.
527 print(errmsg)
549 print(message)
550 print('Exception {} {} (caught in test_runner, running test {} {} {} stage {})'.
552 print('---------------')
553 print('traceback')
555 print('---------------')
557 print('accumulated output for this test:')
559 print(pmtf.output)
560 print('---------------')
579 print('Want to pause\nPress enter to continue ...')
581 print('got something on stdin')
613 print("Executing {} tests in parallel and {} in serial".format(len(parallel), len(serial)))
614 print("Using {} batches and {} workers".format(len(batches), args.mp))
640 print("Executing {} tests in serial".format(len(alltests)))
664 print('IGNORING test case file {}\n\tBECAUSE: {}'.format(filename, jde))
760 print("The specified tc path " + NAMES['TC'] + " does not exist.")
843 print('considering category {}'.format(catg))
874 print("IGNORING file " + ff + "\n\tBECAUSE does not exist.")
928 print("No empty ID fields found in test files.")
933 print("The following test case IDs are not unique:")
934 print(str(set(duplicate_ids)))
935 print("Please correct them before continuing.")
944 print("Available categories:")
960 print('The following plugins were not found:')
961 print('{}'.format(pde.missing_pg))
971 print('Test results output suppression requested\n')
973 print('\nAll test results: \n')
980 print(res)
981 print('\n\n')
993 print('No tests found\n')
1019 print('args is {}'.format(args))