-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dhcp_relay test is not stable #1699
Comments
It looks like Discover packets were not received by the ptf docker test script:
I also noticed in another build, that default route test cases were failing.
|
I think somehow, can we check the default route in the dhcp relay test, to make sure the default is there? otherwise, it is a little bit to troubleshoot the issue. |
for that build, it seems the dut is not receiving all the route from the neighbor, I do not know how this happens, need to check the bgp summary, but "show bgp summary" was not correct for that build, so I fixed the test to use "show ip bgp summary" to check. |
I just updated my setup (6/4) and the test is passing on my setup. Will add fixture to verify routes exist from DUT for DHCP servers. Also, there is internal error where vlan membership was not reflected upon DUT running config. This caused the Discover packets to not be received. The sanity check should probably catch such testbed setup issues. |
here, it looks like the test case failed after switching the topology to two vlans. https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/buildimage-vs-image-pr/4173/consoleFull |
as you can see, the there is no default route advertise to the dut after switching the topology to 2vlan.
|
somehow, the default routes are removed between these two tests. there is no topology change. I suspect the ptf docker got removed, maybe in the background? |
Yes, I am not sure if there was some infra work going behind the scene. I do now see last two build passing. Just a quick note, that this error is different in nature from the error first reported as in the latter one, only the first DHCP relay test cases failed and subsequent ones did pass. |
I think it some infra work going behaind, but I haven't figure out. Likely the ptf docker got updated, or removed? but we have lock to prevent that. |
stabilized the infra part. now the test become stabler. close for now. will open issue if we see later. |
Description
Steps to reproduce the issue:
https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/buildimage-vs-image-test/263/
Describe the results you received:
Describe the results you expected:
Additional information you deem important:
The text was updated successfully, but these errors were encountered: