X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fbfd.py;h=84ef7b0ef4d749dcfeb7ea762d8ab668a9762562;hb=d7566cb70bbd1917e25e47c08a26c72451d86794;hp=d99bbf6165c3de7fe5811e708f23c6cdb878a850;hpb=a98346f664aae148d26a8e158008b773d73db96f;p=vpp.git diff --git a/test/bfd.py b/test/bfd.py index d99bbf6165c..84ef7b0ef4d 100644 --- a/test/bfd.py +++ b/test/bfd.py @@ -222,9 +222,6 @@ class VppBFDAuthKey(VppObject): def object_id(self): return "bfd-auth-key-%s" % self._conf_key_id - def __str__(self): - return self.object_id() - class VppBFDUDPSession(VppObject): """ Represents BFD UDP session in VPP """ @@ -430,9 +427,6 @@ class VppBFDUDPSession(VppObject): self.peer_addr, self.af) - def __str__(self): - return self.object_id() - def admin_up(self): """ set bfd session admin-up """ is_ipv6 = 1 if AF_INET6 == self._af else 0