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

RT-1.15: BGP Add Path (Scale) #1783

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

RT-1.15: BGP Add Path (Scale) #1783

wants to merge 17 commits into from

Conversation

sachendras
Copy link
Contributor

@sachendras sachendras commented Jun 23, 2023

Summary

This test checks for DUT functionality of BGP addpath capability. It also confirms accuracy of addpath capabilities negotiation, following checks

  1. DUT sets value for the Send/Receive field as "3" during capabilities negotiation to signal support for both Send and Receive ability for multiple paths.
  2. DUT sets value for the Send/Receive field as "1" during capabilities negotiation to signal support for Receive ability for multiple paths.
  3. DUT sets value for the Send/Receive field as "2" during capabilities negotiation to signal support for Send ability for multiple paths.
  4. Tests are conducted at scale of 1M v4 and 600k v6 routes with 64 different NHs each. Also, routes are withdrawn at scale to ensure addpath functionality is maintained at scale. Multipath is also enabled on the DUT at this scale to ensure impact on ADD Path is as expected.

## Summary
This test checks for DUT functionality of BGP addpath capability. It also confirms accuracy of addpath capabilities negotiation, following checks
1. DUT sets value for the Send/Receive field as "3" during capabilities negotiation to signal support for both Send and Receive ability for multiple paths.
2. DUT sets value for the Send/Receive field as "1" during capabilities negotiation to signal support for Receive ability for multiple paths.
3. DUT sets value for the Send/Receive field as "2" during capabilities negotiation to signal support for Send ability for multiple paths.
@sachendras sachendras requested review from a team as code owners June 23, 2023 14:20
@OpenConfigBot
Copy link

OpenConfigBot commented Jun 23, 2023

Pull Request Functional Test Report for #1783 / d26904d

No tests identified for validation.

Help

@coveralls
Copy link

coveralls commented Jun 23, 2023

Pull Request Test Coverage Report for Build 5362001056

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 47.79%

Totals Coverage Status
Change from base Build 5351315916: 0.0%
Covered Lines: 1341
Relevant Lines: 2806

💛 - Coveralls

@sachendras sachendras changed the title Create README.md RT-1.15: BGP Add Path (Scale) Jun 23, 2023
## Summary
This test checks for DUT functionality of BGP addpath capability. It also confirms accuracy of addpath capabilities negotiation, following checks
1. DUT sets value for the Send/Receive field as "3" during capabilities negotiation to signal support for both Send and Receive ability for multiple paths.
2. DUT sets value for the Send/Receive field as "1" during capabilities negotiation to signal support for Receive ability for multiple paths.
3. DUT sets value for the Send/Receive field as "2" during capabilities negotiation to signal support for Send ability for multiple paths.
4. Tests are conducted at scale of 1M v4 and 600k v6 routes with 64 different NHs each. Also, routes are withdrawn at scale to ensure addpath functionality is maintained at scale. Multipath is also enabled on the DUT to extend addpath functionalities implications on FIB programming at scale.
feature/bgp/addpath/ate_tests/addpath/README.md Outdated Show resolved Hide resolved
feature/bgp/addpath/ate_tests/addpath/README.md Outdated Show resolved Hide resolved
feature/bgp/addpath/ate_tests/addpath/README.md Outdated Show resolved Hide resolved
feature/bgp/addpath/ate_tests/addpath/README.md Outdated Show resolved Hide resolved
feature/bgp/addpath/ate_tests/addpath/README.md Outdated Show resolved Hide resolved
sachendras and others added 5 commits September 11, 2023 22:03
Co-authored-by: rszarecki <46606165+rszarecki@users.noreply.github.com>
Co-authored-by: rszarecki <46606165+rszarecki@users.noreply.github.com>
Updated test to remove Test-3
Copy link
Contributor

@rszarecki rszarecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 general comments:

  1. Test-2 is blending capabilities to negotiate send-only, recive-only with sclae. It shall be broken into two tests 2 - unidir add-path and 3 - scale
  2. I do not see any validation of "multipath".
  • it is not clear if you think andout "ad-path multipat" that ensutes that only active (but not backup) path are advertised, or you mean "multipath" as DUT ability to perform loadbalancing on multiple path for same prefix, but do not impact add-path advertisment (so active and non-active path are sent upto the limit)
  1. Is it posible to re-design tets to use 4 ports? We do not have too many testbeds with > 4 ports. It may be hard to get reservation.

feature/bgp/addpath/ate_tests/addpath/README.md Outdated Show resolved Hide resolved
feature/bgp/addpath/ate_tests/addpath/README.md Outdated Show resolved Hide resolved
feature/bgp/addpath/ate_tests/addpath/README.md Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

4 participants