Home
last modified time | relevance | path

Searched refs:procout (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/tools/testing/selftests/tc-testing/ !
Dtdc.py249 def verify_by_json(procout, res, tidx, args, pm): argument
251 outputJSON = json.loads(procout)
375 (p, procout) = exec_cmd(args, pm, 'execute', tidx['dependsOn'])
394 (p, procout) = exec_cmd(args, pm, 'execute', tidx["cmdUnderTest"])
407 …_failmsg('Command exited with {}, expected {}\n{}'.format(exit_code, tidx["expExitCode"], procout))
408 print(procout)
412 (p, procout) = exec_cmd(args, pm, 'verify', tidx["verifyCmd"])
413 if procout:
415 verify_by_json(procout, res, tidx, args, pm)
419 match_index = re.findall(match_pattern, procout)
[all …]