Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sanity-check] Add IPv4 MGMT reachability check (#16645)
Summary: Recently, we observed some DUT lost IPv4 MGMT reachability. However, since it's still IPv6 MGMT reachable, the issue is hard to be noticed. To catch such issue, this PR introduces IPv4 MGMT sanity check. If the device has IPv4 MGMT IP assigned but it's unreachable, then sanity_check will fail the testcase. What is the motivation for this PR? Recently, we observed some DUT lost IPv4 MGMT reachability. However, since it's still IPv6 MGMT reachable, the issue is hard to be noticed. How did you do it? To catch such issue, this PR introduces IPv4 MGMT sanity check. If the device has IPv4 MGMT IP assigned but it's unreachable, then sanity_check will fail the testcase. How did you verify/test it? Verified by run test_bgp_fact with sanity_check.
- Loading branch information