Lines Matching refs:format
64 foo = importlib.import_module('{}.{}'.format(pgdir, pgname))
106 fname = '{}.py'.format(r)
109 pgpath = '{}/{}'.format(d, fname)
113 print('ERROR: unable to find required plugin {}'.format(r))
118 print('at {}'.format(source_path[0]))
145 format(ee, pgn_inst.__class__))
146 print('testid is {}'.format(caseinfo['id']))
213 print('command "{}"'.format(command))
228 foutput = "Command \"{}\" timed out\n".format(command)
242 print('{}'.format(prefix))
258 print("{} *** Could not execute: \"{}\"".format(prefix, cmd),
260 print("\n{} *** Error message: \"{}\"".format(prefix, foutput),
262 print("returncode {}; expected {}".format(proc.returncode,
264 print("\n{} *** Aborting test run.".format(prefix), file=sys.stderr)
265 print("\n\n{} *** stdout ***".format(proc.stdout), file=sys.stderr)
266 print("\n\n{} *** stderr ***".format(proc.stderr), file=sys.stderr)
269 '"{}" did not complete successfully'.format(prefix))
283 failmsg = failmsg.format(type(outputJSON).__name__, type(matchJSON).__name__)
290 failmsg = failmsg.format(len(outputJSON), outputJSON, len(matchJSON), matchJSON)
319 failmsg = failmsg.format(outputJSONVal, matchJSONVal)
326 failmsg = failmsg.format(len(outputJSONVal), outputJSONVal, len(matchJSONVal), matchJSONVal)
341 failmsg = failmsg.format(matchJSONKey, matchJSONVal, outputJSONVal)
348 failmsg = failmsg.format(type(outputJSON).__name__, type(matchJSON).__name__)
368 … failmsg = failmsg.format(matchJSONKey, matchJSONVal, outputJSONVal[matchJSONKey], outputJSONVal)
413 NAMES['NS'] = '{}-{}'.format(NAMES['NS'], tidx['random'])
414 NAMES['DEV0'] = '{}id{}'.format(NAMES['DEV0'], tidx['id'])
415 NAMES['DEV1'] = '{}id{}'.format(NAMES['DEV1'], tidx['id'])
416 NAMES['DUMMY'] = '{}id{}'.format(NAMES['DUMMY'], tidx['id'])
433 print("exit: {!r}".format(exit_code))
434 print("exit: {}".format(int(tidx["expExitCode"])))
437 …res.set_failmsg('Command exited with {}, expected {}\n{}'.format(exit_code, tidx["expExitCode"], p…
452 … res.set_failmsg('Could not match regex pattern. Verify command output:\n{}'.format(procout))
457 … res.set_failmsg('Must specify a match option: matchJSON or matchPattern\n{}'.format(procout))
490 format(ex_type, ex))
492 …y_exit_message = 'EMERGENCY EXIT, call_pre_suite failed with exception {} {}\n'.format(ex_type, ex)
550 format(ex_type, ex, index, tidx['id'], tidx['name'], stage))
571 msg = 'skipped - previous {} failed {} {}'.format(stage,
612 print("Executing {} tests in parallel and {} in serial".format(len(parallel), len(serial)))
613 print("Using {} batches and {} workers".format(len(batches), args.mp))
639 print("Executing {} tests in serial".format(len(alltests)))
663 print('IGNORING test case file {}\n\tBECAUSE: {}'.format(filename, jde))
795 newid = str('{:04x}'.format(random.randrange(16**4)))
842 print('considering category {}'.format(catg))
960 print('{}'.format(pde.missing_pg))
969 if args.format == 'none':
973 if args.format == 'xunit':
976 elif args.format == 'tap':
982 fname = 'test-results.{}'.format(suffix)
1018 print('args is {}'.format(args))