X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_mpls_tunnel_interface.py;h=12f62fb4b5126b6f4bace07313535fbf4bebf9d7;hb=refs%2Fchanges%2F31%2F19931%2F1;hp=a2ab1bf27cb819c6803adde19de11134c8f68764;hpb=f5fa5ae2b021f946fbb8ec56e692459cd34bc7fb;p=vpp.git diff --git a/test/vpp_mpls_tunnel_interface.py b/test/vpp_mpls_tunnel_interface.py index a2ab1bf27cb..12f62fb4b51 100644 --- a/test/vpp_mpls_tunnel_interface.py +++ b/test/vpp_mpls_tunnel_interface.py @@ -60,9 +60,6 @@ class VppMPLSTunnelInterface(VppInterface): return True return False - def __str__(self): - return self.object_id() - def object_id(self): return ("mpls-tunnel%d-%d" % (self.tunnel_index, self.sw_if_index))