tests: refactor vpp_object.py
[vpp.git] / test / vpp_mpls_tunnel_interface.py
index a2ab1bf..12f62fb 100644 (file)
@@ -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))