X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_lo_interface.py;h=9478689811d606415b52f7c2bd9f67ff87b632b7;hb=d9b0c6fbf7aa5bd9af84264105b39c82028a4a29;hp=36f56bed8d7337d77baf0fad0ee767ed427a4fa4;hpb=f90348bcb4afd0af2611cefc43b17ef3042b511c;p=vpp.git diff --git a/test/vpp_lo_interface.py b/test/vpp_lo_interface.py index 36f56bed8d7..9478689811d 100644 --- a/test/vpp_lo_interface.py +++ b/test/vpp_lo_interface.py @@ -6,7 +6,7 @@ class VppLoInterface(VppInterface, VppObject): """VPP loopback interface.""" def __init__(self, test): - """ Create VPP loopback interface """ + """Create VPP loopback interface""" super(VppLoInterface, self).__init__(test) self.add_vpp_config()