D | tdc.py | 180 def exec_cmd(args, pm, stage, command): argument 190 command = pm.call_adjust_command(stage, command) 214 def prepare_env(args, pm, stage, prefix, cmdlist, output = None): argument 232 (proc, foutput) = exec_cmd(args, pm, stage, cmd) 249 def run_one_test(pm, args, index, tidx): argument 264 pm.call_pre_case(tidx, test_skip=True) 265 pm.call_post_execute() 271 pm.call_pre_case(tidx) 272 prepare_env(args, pm, 'setup', "-----> prepare stage", tidx["setup"]) 276 pm.call_pre_execute() [all …]
|