tests: refactor vpp_object.py
[vpp.git] / test / test_pipe.py
index d2f21ef..2c23bd0 100644 (file)
@@ -38,9 +38,6 @@ class VppPipe(VppInterface):
         self._test.vapi.pipe_delete(
             self.result.sw_if_index)
 
-    def __str__(self):
-        return self.object_id()
-
     def object_id(self):
         return "pipe-%d" % (self._sw_if_index)