X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_neighbor.py;h=eb9635fd6032de30c0f8847f795715131b71f59b;hb=14bea1bb6505c0134dd5d2a18bcc436ce72cd149;hp=95bcc0d6057d305e9e648bad92ac29c96f53513e;hpb=beded852d7e1494abd23de191ba7ae2a5a6b81b0;p=vpp.git diff --git a/test/vpp_neighbor.py b/test/vpp_neighbor.py index 95bcc0d6057..eb9635fd603 100644 --- a/test/vpp_neighbor.py +++ b/test/vpp_neighbor.py @@ -77,9 +77,6 @@ class VppNeighbor(VppObject): self.nbr_addr, self.is_static()) - def __str__(self): - return self.object_id() - def object_id(self): return ("%d:%s" % (self.sw_if_index, self.nbr_addr))