test/vpp_ip_route.py: Trivial. Remove duplicate key. 45/17945/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Thu, 28 Feb 2019 17:06:31 +0000 (09:06 -0800)
committerDamjan Marion <dmarion@me.com>
Thu, 28 Feb 2019 19:03:02 +0000 (19:03 +0000)
Change-Id: I2c347daeecd5441b8fe3e3f7527a8e21844668d0
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/vpp_ip_route.py

index b3d1293..ac1ada6 100644 (file)
@@ -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,