summaryrefslogtreecommitdiffstats
path: root/test/vpp_mpls_tunnel_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpp_mpls_tunnel_interface.py')
-rw-r--r--test/vpp_mpls_tunnel_interface.py3
1 files changed, 0 insertions, 3 deletions
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))