X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FInterfaceUtil.py;h=42474b496a70e760ba45044eec82737b908287ec;hb=b020a7f84b18ff6885cf2a2141d27f9bb995172b;hp=7e645d1f5fd2462bdd19ae0de32e22fc15e0e466;hpb=6e862ec7b63e177b9b0103612848b3377271729b;p=csit.git diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index 7e645d1f5f..42474b496a 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -358,7 +358,6 @@ class InterfaceUtil: :type node: dict :type interface: str or int :type mtu: int - :raises AsserionError: If VPP refused to change the MTU or set if state. """ if isinstance(interface, str): sw_if_index = Topology.get_interface_sw_index(node, interface)