upgrade cEOS to version 4.25.5.1M, fix the issue of arista endless loop#4228
Conversation
| ceos_image_filename: cEOS64-lab-4.23.2F.tar.xz | ||
| ceos_image_orig: ceosimage:4.23.2F | ||
| ceos_image: ceosimage:4.23.2F-1 | ||
| ceos_image_filename: cEOS64-lab-4.25.5.1M.tar |
There was a problem hiding this comment.
The new file is not zipped?
There was a problem hiding this comment.
yes, it's docker-importable
It's small, just 8mb bigger than cEOS64-lab-4.23.2F.tar.xz
and in our playbook, we download and import directly without unzip, not sure whether previous one is zipped indeed.
|
PR test failed: |
|
/AZP run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
It didn't take right key, I've tried whole add-topo route on a physical server without cEOS images, and it worked well |
Check with build team, see how they handles the downloading in public PR tests. The downloading key is not provided. It is likely that they are matching a particular download string and now version changed? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…pp (sonic-net#4228) Description of PR Summary: Fixes # (issue) Type of change Bug fix Testbed and Framework(new/improvement) Approach What is the motivation for this PR? cEOS containers' mgmt-ip occasionally unavaillable, upgrade cEOS image version will fix that cEOS terminal behavior slightly different from vEOS, enhance arista.py to avoid endless loop How did you do it? upgrade cEOS image version break loop if ssh connect returns merely an 'exit', as for other commands who relies on the return e.g. 'show interfaces po1 | json', 'exit' won't appear in input_buffer, so the change won't influence it. How did you verify/test it? Run platform_tests/test_advanced_reboot.py test on physical testbed and it didn't stuck again. Tried run command 'show interfaces po1 | json', it's not influenced. Co-authored-by: Jianquan Ye <jianquanye@microsoft.com>
…pp (sonic-net#4228) Description of PR Summary: Fixes # (issue) Type of change Bug fix Testbed and Framework(new/improvement) Approach What is the motivation for this PR? cEOS containers' mgmt-ip occasionally unavaillable, upgrade cEOS image version will fix that cEOS terminal behavior slightly different from vEOS, enhance arista.py to avoid endless loop How did you do it? upgrade cEOS image version break loop if ssh connect returns merely an 'exit', as for other commands who relies on the return e.g. 'show interfaces po1 | json', 'exit' won't appear in input_buffer, so the change won't influence it. How did you verify/test it? Run platform_tests/test_advanced_reboot.py test on physical testbed and it didn't stuck again. Tried run command 'show interfaces po1 | json', it's not influenced. Co-authored-by: Jianquan Ye <jianquanye@microsoft.com>
…dless lopp (sonic-net#4228)" This reverts commit 81419b8.
…lly (#25635) #### Why I did it src/sonic-swss ``` * b2c4e649 - (HEAD -> 202511, origin/202511) [202511][ssw][ha] vnetorch support primary/secondary live update for custom bfd (sonic-net#4228) (6 hours ago) [Jing Zhang] * d317c8f9 - [countersyncd]: Fix cargo bench compiling error (sonic-net#4263) (17 hours ago) [mssonicbld] * 725d6660 - [HFT]: keep STATE_DB session stream_status in sync with profile stream_state (sonic-net#4190) (22 hours ago) [mssonicbld] * fa01e8d2 - [countersyncd]: Modify the exit behavior of the main function (sonic-net#4225) (27 hours ago) [mssonicbld] * 82243e7f - [macsecmgr]: Fix MACsec unconfigure failures due to time out (sonic-net#4233) (2 days ago) [mssonicbld] * 8d476206 - [ci] Install redis from Debian (sonic-net#4251) (3 days ago) [mssonicbld] * 0c11b096 - [Bug] This patch is to fix a major bug in the for loop of the (sonic-net#4173) (3 days ago) [ashishalok-arista] ``` #### How I did it #### How to verify it #### Description for the changelog
Description of PR
Summary:
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