[action] [PR:17964] Extend LACP time multiplier for advanced-reboot tests with cEOS peers#18113
Merged
Merged
Conversation
…sonic-net#17964) What is the motivation for this PR? Transitioning from using vSonic peers to cEOS peers for some tests. Requested by Microsoft. How did you do it? Adding cli commands for each cEOS peers at the start and end of the PTF test advanced-reboot.py. How did you verify/test it? Tested with test_upgrade_path.py::test_upgrade_path on a Arista-7050CX3-32S-C32.
11 tasks
Collaborator
Author
|
Original PR: #17964 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
vaibhavhd
approved these changes
Apr 24, 2025
Xichen96
pushed a commit
to Xichen96/sonic-mgmt
that referenced
this pull request
Jun 30, 2025
Set pipelines to run with cEOS as default Since this PR: [action] [PR:17964] Extend LACP time multiplier for advanced-reboot tests with cEOS peers by mssonicbld · Pull Request sonic-net#18113 · sonic-net/sonic-mgmt is merged into internal-202411, need to set the pipeline neighbors to be of type ceos. ADO:32648625 ---- #### AI description (iteration 1) #### PR Classification Configuration update to set cEOS as the default VM type in pipeline configurations. #### PR Summary This pull request updates the default VM type from vsonic to ceos in several Azure pipeline configuration files, ensuring that cEOS is used as the default for neighbor devices in testing environments. - Changes in `/.azure-pipelines/sonic-metadata/arista/vms20-t0-7060.yml`: Default VM type changed to ceos. - Changes in `/.azure-pipelines/sonic-metadata/arista/vms28-t0-7050-12.yml`: Default VM type changed to ceos. - Changes in `/.azure-pipelines/sonic-metadata/arista/vms28-t0-7050-13.yml`: Default VM type changed to ceos. - Changes in `/.azure-pipelines/sonic-metadata/mellanox/tbtk5-t0-2700-1.yml`: Default VM type changed to ceos. - Changes in `/.azure-pipelines/sonic-metadata/mellanox/vms2-2-t0-2700.yml`: Default VM type changed to ceos. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
This file contains hidden or 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
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:
Extend LACP timeout for cEOS peers by setting LACP timer multiplier to
5during advanced-reboot PTF test, and restore the value to the default3after the test completes.Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Transitioning from using vSonic peers to cEOS peers for some tests. Requested by Microsoft.
How did you do it?
Adding cli commands for each cEOS peers at the start and end of the PTF test
advanced-reboot.py.How did you verify/test it?
Tested with
test_upgrade_path.py::test_upgrade_pathon aArista-7050CX3-32S-C32.Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation