From: Rafael Zalamena Date: Tue, 19 Sep 2017 01:14:27 +0000 (-0300) Subject: topotest: remove unused json_cmp unused parameter X-Git-Tag: frr-7.1-dev~151^2~210 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=566567e9be8ef313507133723009f4714cf375b8;p=mirror%2Ffrr.git topotest: remove unused json_cmp unused parameter --- diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py index 4093c85e2d..a41350614d 100644 --- a/tests/topotests/lib/topotest.py +++ b/tests/topotests/lib/topotest.py @@ -58,7 +58,7 @@ class json_cmp_result(object): return len(self.errors) > 0 -def json_cmp(d1, d2, reason=False): +def json_cmp(d1, d2): """ JSON compare function. Receives two parameters: * `d1`: json value