You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During SRU snap testing, one of the devices kept failingwireless/wireless_connection_open_ac_np_wlp1s0 test with the logs provided below. Zooming in on the ping test we see the following logs:
## Perform a ping test
Got gateway address: 192.168.144.1 (TP-LINK TECHNOLOGIES CO.,LTD.)
Ping result: {'transmitted': 0, 'received': 0, 'pct_loss': 0, 'cause': "Failed with exception: Command '['ping', '192.168.144.1 (TP-LINK TECHNOLOGIES CO.,LTD.)', '-c', '5', '-w', '10', '-Iwlp1s0']' returned non-zero exit status 2.\nstdout: \nstderr: ping: 192.168.144.1 (TP-LINK TECHNOLOGIES CO.,LTD.): Name or service not known\n"}
Connection test failed
This suggests that the test is trying to ping the string '192.168.144.1 (TP-LINK TECHNOLOGIES CO.,LTD.)' instead of just 192.168.144.1.
Bug Description
During SRU snap testing, one of the devices kept failing
wireless/wireless_connection_open_ac_np_wlp1s0
test with the logs provided below. Zooming in on the ping test we see the following logs:This suggests that the test is trying to ping the string
'192.168.144.1 (TP-LINK TECHNOLOGIES CO.,LTD.)'
instead of just192.168.144.1
.To Reproduce
Run http://10.102.156.15:8080/job/cert-dawson-i-uc20-snapd-beta/ job and observer the result of
wireless/wireless_connection_open_ac_np_wlp1s0
testEnvironment
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: