forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch iperf3 to generate a new client every time it runs a test (hom…
…e-assistant#29495) * Switch iperf3 to generate a new client every time it runs a test * Add myself to CODEOWNERS * Fix imperative mood
- Loading branch information
1 parent
dad11f8
commit b2d5de6
Showing
3 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,7 @@ | |
"iperf3==0.1.11" | ||
], | ||
"dependencies": [], | ||
"codeowners": [] | ||
"codeowners": [ | ||
"@rohankapoorcom" | ||
] | ||
} |