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)
256 print("\t====================\n=====> ", end="")
257 print("Test " + tidx["id"] + ": " + tidx["name"])
275 print('-----> execute stage')
286 print("exit: {!r}".format(exit_code))
287 print("exit: {}".format(int(tidx["expExitCode"])))
288 #print("exit: {!r} {}".format(exit_code, int(tidx["expExitCode"])))
291 print(procout)
294 print('-----> verify stage')
344 print('Exception {} {} (caught in pre_suite).'.
355 print('give test rig 2 seconds to stabilize')
363 print(errmsg)
384 print(message)
385 print('Exception {} {} (caught in test_runner, running test {} {} {} stage {})'.
387 print('---------------')
388 print('traceback')
390 print('---------------')
392 print('accumulated output for this test:')
394 print(pmtf.output)
395 print('---------------')
414 print('Want to pause\nPress enter to continue ...')
416 print('got something on stdin')
438 print('IGNORING test case file {}\n\tBECAUSE: {}'.format(filename, jde))
528 print("The specified tc path " + NAMES['TC'] + " does not exist.")
613 print('considering category {}'.format(catg))
641 print("IGNORING file " + ff + "\n\tBECAUSE does not exist.")
695 print("No empty ID fields found in test files.")
700 print("The following test case IDs are not unique:")
701 print(str(set(duplicate_ids)))
702 print("Please correct them before continuing.")
711 print("Available categories:")
724 print('The following plugins were not found:')
725 print('{}'.format(pde.missing_pg))
728 print('Test results output suppression requested\n')
730 print('\nAll test results: \n')
737 print(res)
738 print('\n\n')
750 print('No tests found\n')
766 print('args is {}'.format(args))