X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_interface.py;h=1fe6652cfc763e377a72acfe8b4c11cd7dcc82b3;hb=13a08cc;hp=c7918fcfbd262831595d6a33c53895a464f8f8a7;hpb=b3f90503313949e23528495ca12a525be7c5ad9f;p=vpp.git diff --git a/test/vpp_interface.py b/test/vpp_interface.py index c7918fcfbd2..1fe6652cfc7 100644 --- a/test/vpp_interface.py +++ b/test/vpp_interface.py @@ -454,3 +454,6 @@ class VppInterface(object): "admin state") self.test.assert_equal(if_state.link_up_down, link_up_down, "link state") + + def __str__(self): + return self.name