Skip to content

Commit

Permalink
updating the xdp tools version to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
umfranci committed Mar 4, 2025
1 parent fcd2326 commit d422cc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions microsoft/testsuites/xdp/xdptools.py
Original file line number Diff line number Diff line change
@@ -81,8 +81,7 @@ def _initialize(self, *args: Any, **kwargs: Any) -> None:
super()._initialize(*args, **kwargs)
self._command: PurePath = PurePath(self._default_command)
self._gro_lro_settings: Dict[str, DeviceGroLroSettings] = {}
# v1.4.1 requires clang-11
self._xdp_tools_tag = "v1.4.1"
self._xdp_tools_tag = "v1.5.2"
if (
isinstance(self.node.os, Debian)
and self.node.os.information.version <= "18.4.0"

0 comments on commit d422cc2

Please sign in to comment.