Skip to content

Commit 0e5645d

Browse files
authored
Roll back ceos image version since it's causing bgp failure (#19180)
What is the motivation for this PR? Previously we updated ceos image version to 4.32.5M to meet the needs of test server OS version upgrade to Ubuntu 24, but it's causing bgp gr failure and the issue may not be able to have a quick fix. How did you do it? Roll back ceos image version to 4.29.3M.
1 parent 7625d06 commit 0e5645d

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ceos_image_filename: cEOS64-lab-4.32.5M.tar
2-
ceos_image_orig: ceosimage:4.32.5M
3-
ceos_image: ceosimage:4.32.5M-1
1+
ceos_image_filename: cEOS64-lab-4.29.3M.tar
2+
ceos_image_orig: ceosimage:4.29.3M
3+
ceos_image: ceosimage:4.29.3M-1
44
# Please update ceos_image_url to the actual URL of the cEOS image file in your environment. If the cEOS image file
55
# is not available on test server, the cEOS image file will be downloaded from this URL.
66
# The ceos_image_url can be a string as single URL or a list of strings as multiple URLs. If it is a list, the code
77
# logic will automatically try each URL in the list
88
ceos_image_url:
9-
- "http://example1.com/cEOS64-lab-4.32.5M.tar"
10-
- "http://example2.com/cEOS64-lab-4.32.5M.tar"
9+
- "http://example1.com/cEOS64-lab-4.29.3M.tar"
10+
- "http://example2.com/cEOS64-lab-4.29.3M.tar"
1111
skip_ceos_image_downloading: false

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,9 @@ bgp/test_bgp_bbr.py:
134134

135135
bgp/test_bgp_gr_helper.py:
136136
skip:
137-
reason: 'bgp graceful restarted is not a supported feature for T2 and skip in KVM for failing with new cEOS image'
138-
conditions_logical_operator: or
137+
reason: 'bgp graceful restarted is not a supported feature for T2'
139138
conditions:
140139
- "'t2' in topo_name"
141-
- "asic_type in ['vs'] and https://github.com/sonic-net/sonic-mgmt/issues/18788"
142140

143141
bgp/test_bgp_multipath_relax.py:
144142
skip:

0 commit comments

Comments
 (0)