You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bgpcfgd] Fix flaky UT failure in test_as_path (#22542)
Why I did it
DEVICE_METADATA["localhost"]["t2_group_asns"] is a comma separated list of ASNs. bgpcfgd would parse and loop this list and do some operations. Sometimes ut in bgpcfgd would fail due to list parsing order for t2_group_asns
How I did it
Update UT, ignore order for modifying asns
How to verify it
UT passed
0 commit comments