forked from sonic-net/sonic-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
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
BGP Benchmark Performance #5
Open
selldinesh
wants to merge
70
commits into
master
Choose a base branch
from
bgp_convergence
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get latest changes
selldinesh
force-pushed
the
bgp_convergence
branch
from
June 29, 2021 01:16
13ff5fe
to
8629730
Compare
Corrected rx rate check
selldinesh
pushed a commit
that referenced
this pull request
Aug 17, 2023
What is the motivation for this PR? The primary motivation for these modifications was to set up a virtual machine (VM) topology and ensure that the 'test_bgp_scalability.py' runs smoothly on both VM and hardware setups. How did you do it? These improvements and fixes were achieved by adjusting the indexing in the 'bgp_test_gap_helper.py' file, adding logic to disable the 'EnableDataPlaneEventsRateMonitor' for VM setups, and fixing attribute errors. How did you verify/test it? The 'test_bgp_scalability.py' was run on both hardware and VM setups. Both setups passed the test as expected. Any platform specific information? IxNetwork Application Version: 9.30.2212.22 on a virtual machine, used for both VM and HW setups. IxChassis Application Version: 9.21 on a virtual machine and for the hardware setup. Application Version: 9.30 on two Load Module virtual machines attached to a virtual IxChassis. DUT SONiC-OS-202205.302215-e8e8c019c for VM setup. DUT SONiC-OS-202205.262571-f2a687b33 for the hardware setup. Documentation Instructions on setting up a VM topology for testing have been added. docs/testbed/README.testbed.Keysight.md docs/testbed/README.testbed.Setup.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of PR
Summary:BGP convergence test plan for benchmark performance
Test Scrips:
BGP Failover convergence for remote link failure
BGP RIB-IN Convergence
BGP Failover convergence for Local Link Failure
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
How did you do it?
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation