summaryrefslogtreecommitdiffstats
path: root/test/test_pipe.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pipe.py')
-rw-r--r--test/test_pipe.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_pipe.py b/test/test_pipe.py
index d2f21efd4d0..2c23bd04748 100644
--- a/test/test_pipe.py
+++ b/test/test_pipe.py
@@ -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)