Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py271 res = find_in_json(res, outputJSON, matchJSON, 0)
275 def find_in_json(res, outputJSONVal, matchJSONVal, matchJSONKey=None): function
309 res = find_in_json(res, outputJSONVal[matchJSONIdx], matchJSONVal,
333 res = find_in_json(res, outputJSONVal[matchJSONKey], matchJSONVal, matchJSONKey)
338 res = find_in_json(res, outputJSONVal, matchJSONVal, matchJSONKey)