Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
A Dtdc.py317 if (type(matchJSONVal) != type(outputJSONVal)):
324 if len(matchJSONVal) > len(outputJSONVal):
326 failmsg = failmsg.format(len(outputJSONVal), outputJSONVal, len(matchJSONVal), matchJSONVal)
336 def find_in_json_dict(res, outputJSONVal, matchJSONVal): argument
338 if type(outputJSONVal) == dict:
339 if matchJSONKey not in outputJSONVal:
353 if type(outputJSONVal) == dict and (type(outputJSONVal[matchJSONKey]) == dict or
354 type(outputJSONVal[matchJSONKey]) == list):
365 if matchJSONKey in outputJSONVal:
366 if matchJSONVal != outputJSONVal[matchJSONKey]:
[all …]

Completed in 5 milliseconds