-
Notifications
You must be signed in to change notification settings - Fork 551
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
SRv6: bypass test failures introduced by sonic-buildimage changes #3483
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
378dd2e
to
e0f537b
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
e0f537b
to
c62e363
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
c62e363
to
428d817
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
428d817
to
3b1bb52
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
d637702
to
2455390
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
2455390
to
38b3fdc
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
As of sonic-net/sonic-buildimage#21467 some tests are failing due to a validation that `block-len+node-len = locator-len`. However in some of the test cases this wasn't actually true, meaning the tests were invalid as designed. Update the test cases to be valid by this logic. Should also universally wait for interface deletion at tear down to make sure it doesn't cause failures in the next test. Signed-off-by: Brad House (@bradh352)
10d47c6
to
db1d70f
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@cscarpitta can you look into these SRv6 swss test regressions? |
These need to be looked into by SRv6 maintainers.
db1d70f
to
db81605
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@bradh352 The issue has been fixed in this PR sonic-net/sonic-buildimage#21534 |
Thanks, does the |
closing in favor of PR #3486 and sonic-net/sonic-buildimage#21534 |
Many thanks @bradh352 for reporting the issue! |
What I did
This makes a change to fix a reported validation failure that requires
block-len+node-len = locator-len
(which correcting it doesn't actually resolve all the test failures), then skips the failing tests.Whoever is in charge of SRv6 needs to investigate.
Why I did it
It appears sonic-net/sonic-buildimage#21467 introduced the regression causing all sonic-swss PRs to fail their test cases.
How I verified it
Build/test results from this PR.
Details if related
Signed-off-by: Brad House (@bradh352)