Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SNMP link-local test: wait until snmp agent fully start (#16461)
What is the motivation for this PR? On Nokia-7215 platform, we observed below flaky failure: Timeout: No Response from fe80::xxxx%eth0. The root cause is that Nokia-7215 has low performance and the snmpget command is issued before snmpagent fully start. How did you do it? To resolve this issue, I added a wait_until to ensure snmpagent already listening on the link-local IP address. How did you verify/test it? Verified on Nokia-7215 Mx testbed.
- Loading branch information