Skip to content

Commit

Permalink
Added pre_command to bsdntttcp._initialize()
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dailey committed Jan 21, 2025
1 parent 7bf91d8 commit 8a1c7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/tools/ntttcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ class BSDNtttcp(Ntttcp):
)

def _initialize(self, *args: Any, **kwargs: Any) -> None:
self.pre_command = ""
firewall = self.node.tools[Firewall]
firewall.stop()

Expand Down

0 comments on commit 8a1c7b8

Please sign in to comment.