X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fcompare_json.py;h=31a47c8cc4b04a30bd218622381c498cd8b896da;hb=900ceda884f7cd92be20bfb1fb3a424073dc4316;hp=44477d9e80b58551b3bad86660c2771f8597ca05;hpb=97aaf161d02804c08cffff826f3afdb7690ee5bb;p=nonrtric.git diff --git a/test/common/compare_json.py b/test/common/compare_json.py index 44477d9e..31a47c8c 100644 --- a/test/common/compare_json.py +++ b/test/common/compare_json.py @@ -15,7 +15,7 @@ # ============LICENSE_END================================================= # -# This script compare two jsons for eqaulity, taken into account that the parameter values +# This script compare two jsons for equality, taken into account that the parameter values # marked with '????' are not checked (only the parameter name need to exist) # Example of target json with '????' # [ @@ -57,7 +57,7 @@ def compare_json_list(list1, list2): return True -# Deep compare of two json obects +# Deep compare of two json objects # If a parameter value in the target json is set to '????' then the result json value is not checked for the that parameter # Return true for equal json, false for not equal json def compare_json_obj(obj1, obj2):