Skip to content

Commit

Permalink
added flag to skip ethtool test as ethtool is not available on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dailey committed Mar 11, 2024
1 parent b16bdbd commit 6cc3043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions microsoft/testsuites/network/networksettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ class NetworkSettings(TestSuite):
""",
priority=1,
requirement=simple_requirement(
unsupported_os=[BSD],
),
)
def verify_ringbuffer_settings_change(self, node: Node) -> None:
ethtool = node.tools[Ethtool]
Expand Down

0 comments on commit 6cc3043

Please sign in to comment.