X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=inline;f=test%2Fvpp_vxlan_gbp_tunnel.py;h=47817ed168f5b52329331d354009aa0555686ecc;hb=5dd6a7b29f23b89aaad4fdaba0579ca5b37d7929;hp=efeb4f960db035da0ce30729114898895941f4ac;hpb=4dd4cf4f9c02953f8ce7df0b2912e4da7c6786ed;p=vpp.git diff --git a/test/vpp_vxlan_gbp_tunnel.py b/test/vpp_vxlan_gbp_tunnel.py index efeb4f960db..47817ed168f 100644 --- a/test/vpp_vxlan_gbp_tunnel.py +++ b/test/vpp_vxlan_gbp_tunnel.py @@ -68,9 +68,6 @@ class VppVxlanGbpTunnel(VppInterface): self.dst, self.vni)) - def __str__(self): - return self.object_id() - def object_id(self): return "vxlan-gbp-%d-%d-%s-%s" % (self.sw_if_index, self.vni, self.src, self.dst)