From: pmikus Date: Tue, 23 May 2023 13:07:00 +0000 (+0000) Subject: fix(docs): Minor tweaks X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=870c6ad31b7384a7dde834bfa0f6404c545d1171 fix(docs): Minor tweaks Signed-off-by: pmikus Change-Id: I1537f3383d44ace8e705e5c744713d0863ca67d0 --- 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)