Lines Matching full:print

101                     print('ERROR: unable to find required plugin {}'.format(r))
105 print('WARNING: multiple copies of plugin {} found, using version found')
106 print('at {}'.format(source_path[0]))
130 print('exception {} in call to pre_case for {} plugin'.
132 print('test_ordinal is {}'.format(test_ordinal))
133 print('testid is {}'.format(caseinfo['id']))
192 print('command "{}"'.format(command))
220 print('{}'.format(prefix))
235 print('', file=sys.stderr)
236 print("{} *** Could not execute: \"{}\"".format(prefix, cmd),
238 print("\n{} *** Error message: \"{}\"".format(prefix, foutput),
240 print("returncode {}; expected {}".format(proc.returncode,
242 print("\n{} *** Aborting test run.".format(prefix), file=sys.stderr)
243 print("\n\n{} *** stdout ***".format(proc.stdout), file=sys.stderr)
244 print("\n\n{} *** stderr ***".format(proc.stderr), file=sys.stderr)
360 print("\t====================\n=====> ", end="")
361 print("Test " + tidx["id"] + ": " + tidx["name"])
374 print('probe command for test skip')
392 print('-----> execute stage')
403 print("exit: {!r}".format(exit_code))
404 print("exit: {}".format(int(tidx["expExitCode"])))
405 #print("exit: {!r} {}".format(exit_code, int(tidx["expExitCode"])))
408 print(procout)
411 print('-----> verify stage')
467 print('Exception {} {} (caught in pre_suite).'.
478 print('give test rig 2 seconds to stabilize')
486 print(errmsg)
508 print(message)
509 print('Exception {} {} (caught in test_runner, running test {} {} {} stage {})'.
511 print('---------------')
512 print('traceback')
514 print('---------------')
516 print('accumulated output for this test:')
518 print(pmtf.output)
519 print('---------------')
538 print('Want to pause\nPress enter to continue ...')
540 print('got something on stdin')
562 print('IGNORING test case file {}\n\tBECAUSE: {}'.format(filename, jde))
652 print("The specified tc path " + NAMES['TC'] + " does not exist.")
737 print('considering category {}'.format(catg))
765 print("IGNORING file " + ff + "\n\tBECAUSE does not exist.")
819 print("No empty ID fields found in test files.")
824 print("The following test case IDs are not unique:")
825 print(str(set(duplicate_ids)))
826 print("Please correct them before continuing.")
835 print("Available categories:")
849 print('The following plugins were not found:')
850 print('{}'.format(pde.missing_pg))
855 print('Test results output suppression requested\n')
857 print('\nAll test results: \n')
864 print(res)
865 print('\n\n')
877 print('No tests found\n')
895 print('args is {}'.format(args))