| H A D | tdc.py | 201 def exec_cmd(caseinfo, args, pm, stage, command): argument 211 command = pm.call_adjust_command(caseinfo, stage, command) 236 def prepare_env(caseinfo, args, pm, stage, prefix, cmdlist, output = None): argument 254 (proc, foutput) = exec_cmd(caseinfo, args, pm, stage, cmd) 271 def verify_by_json(procout, res, tidx, args, pm): argument 375 def run_one_test(pm, args, index, tidx): argument 394 pm.call_pre_case(tidx, test_skip=True) 395 pm.call_post_execute(tidx) 401 (p, procout) = exec_cmd(tidx, args, pm, 'execute', tidx['dependsOn']) 407 pm 480 prepare_run(pm, args, testlist) global() argument 499 purge_run(pm, index) global() argument 502 test_runner(pm, args, filtered_tests) global() argument 604 test_runner_mp(pm, args, alltests) global() argument 635 test_runner_serial(pm, args, alltests) global() argument 744 check_default_settings(args, remaining, pm) global() argument 915 set_operation_mode(pm, parser, args, remaining) global() argument [all...] |