Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
A Dtdc.py302 if type(matchJSONVal) == list:
305 elif type(matchJSONVal) == dict:
317 if (type(matchJSONVal) != type(outputJSONVal)):
319 failmsg = failmsg.format(outputJSONVal, matchJSONVal)
324 if len(matchJSONVal) > len(outputJSONVal):
326 failmsg = failmsg.format(len(outputJSONVal), outputJSONVal, len(matchJSONVal), matchJSONVal)
331 for matchJSONIdx, matchJSONVal in enumerate(matchJSONVal):
336 def find_in_json_dict(res, outputJSONVal, matchJSONVal): argument
337 for matchJSONKey, matchJSONVal in matchJSONVal.items():
355 if len(matchJSONVal) > 0:
[all …]

Completed in 4 milliseconds