summaryrefslogtreecommitdiffstats
path: root/test/vpp_igmp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpp_igmp.py')
-rw-r--r--test/vpp_igmp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/vpp_igmp.py b/test/vpp_igmp.py
index 2403fbfd6ca..8f78a9b909a 100644
--- a/test/vpp_igmp.py
+++ b/test/vpp_igmp.py
@@ -68,9 +68,6 @@ class VppHostState(VppObject):
[],
self.sg.gaddr_p)
- def __str__(self):
- return self.object_id()
-
def object_id(self):
return "%s:%d" % (self.sg, self.sw_if_index)