diff options
Diffstat (limited to 'test/vpp_vhost_interface.py')
-rw-r--r-- | test/vpp_vhost_interface.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vpp_vhost_interface.py b/test/vpp_vhost_interface.py index a20504ba1ce..dfa9ab612f9 100644 --- a/test/vpp_vhost_interface.py +++ b/test/vpp_vhost_interface.py @@ -20,7 +20,6 @@ class VppVhostInterface(VppInterface): mac_address="", tag="", ): - """Create VPP Vhost interface""" super(VppVhostInterface, self).__init__(test) self.is_server = is_server |