Skip to content

Commit

Permalink
[py] Add more network interfaces to detect lan ip (#13663)
Browse files Browse the repository at this point in the history
Add more network interfaces to list which is used to
get lan ip
  • Loading branch information
zhani authored Mar 25, 2024
1 parent 75dc259 commit 3b70890
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions py/test/selenium/webdriver/common/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ def get_lan_ip():
"en2",
"en3",
"en4",
"eno0",
"eno1",
"eno2",
"eno3",
"eno4",
"wlan0",
"wlan1",
"wifi0",
Expand Down

0 comments on commit 3b70890

Please sign in to comment.