Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ansible/group_vars/vm_host/ceos.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ceos_image_filename: cEOS64-lab-4.32.5M.tar
ceos_image_orig: ceosimage:4.32.5M
ceos_image: ceosimage:4.32.5M-1
ceos_image_filename: cEOS64-lab-4.29.3M.tar
ceos_image_orig: ceosimage:4.29.3M
ceos_image: ceosimage:4.29.3M-1
# Please update ceos_image_url to the actual URL of the cEOS image file in your environment. If the cEOS image file
# is not available on test server, the cEOS image file will be downloaded from this URL.
# 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
# logic will automatically try each URL in the list
ceos_image_url:
- "http://example1.com/cEOS64-lab-4.32.5M.tar"
- "http://example2.com/cEOS64-lab-4.32.5M.tar"
- "http://example1.com/cEOS64-lab-4.29.3M.tar"
- "http://example2.com/cEOS64-lab-4.29.3M.tar"
skip_ceos_image_downloading: false
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,9 @@ bgp/test_bgp_bbr.py:

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

bgp/test_bgp_multipath_relax.py:
skip:
Expand Down
Loading