From: Paul Vinciguerra Date: Thu, 28 Feb 2019 17:06:31 +0000 (-0800) Subject: test/vpp_ip_route.py: Trivial. Remove duplicate key. X-Git-Tag: v19.04-rc1~378 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F17945%2F2;p=vpp.git test/vpp_ip_route.py: Trivial. Remove duplicate key. Change-Id: I2c347daeecd5441b8fe3e3f7527a8e21844668d0 Signed-off-by: Paul Vinciguerra --- diff --git a/test/vpp_ip_route.py b/test/vpp_ip_route.py index b3d12938d99..ac1ada6e384 100644 --- a/test/vpp_ip_route.py +++ b/test/vpp_ip_route.py @@ -317,7 +317,6 @@ class VppRoutePath(object): def encode(self): return {'next_hop': self.nh_addr, 'weight': 1, - 'afi': 0, 'preference': 0, 'table_id': self.nh_table_id, 'next_hop_id': self.next_hop_id,