Skip to content
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

FRR IBGP Single hop Verify that the BGP status is correctly updated in the FRRNodeState [frrk8s, 74280, test_id:74280] #266

Open
gkopels opened this issue Oct 31, 2024 · 1 comment

Comments

@gkopels
Copy link
Collaborator

gkopels commented Oct 31, 2024

This test cases is failing in 4.17. Apparently there was some type of change with how the metallb.ListFrrNodeState is returning the data.
frrNodeState, err := metallb.ListFrrNodeState(APIClient)
It is returned as a list.
Beforehand the first index in the list started with worker0 now it starts with the masters frrNodeState[0].Object.Status.RunningConfig
So changing to frrNodeState[3].Object.Status.RunningConfig represents worker 0 and
frrNodeState[4].Object.Status.RunningConfig represents worker-1.
I will speak to dev about this change before creating a PR to fix the issue

@gkopels
Copy link
Collaborator Author

gkopels commented Nov 14, 2024

Fix PR #283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant