From 5eb0f557e554d8eabf02c19ca48b3018961a1265 Mon Sep 17 00:00:00 2001 From: "Kevin(Shengkai) Wang" Date: Wed, 3 Apr 2024 15:56:00 +0800 Subject: [PATCH] Update cisco-8000.ini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Why I did it Release notes for Cisco 8102-64H-O, 8101-32FH-O, and 8111-32EH-O • Fix for tx_drop counter increasing while the port is oper down (SR 696930881) • Fix for [8111] MAC learning issue • Addressed the following test case failures: 1 qos/test_tunnel_qos_remap 2 dualtor.test_tor_ecn.py:test_dscp_to_queue_during_decap_on_active 3 platform_tests.api.test_fan_drawer_fans.TestFanDrawerFans 4 platform_tests.api.test_chassis_fans.TestChassisFans 5 platform_tests.api.test_chassis.TestChassisApi failure 6 platform_tests.api.test_thermal.TestThermalApi failure Caveats: • There is a recent change in sonic_buildimage which is causing the test_acl failures: • The PR link is sonic-net/sonic-swss#3078 • This PR 3078 has since been reverted in sonic-net:master via PR #3092 and should be merged to 202305 for addressing the test_acl failures: • The revert PR link is sonic-net/sonic-swss#3092 • Proceeding with this code drop with this known upstream issue impacting quality. Image can be built for validation once the upstream issue is addressed in 202305. How I did it Update platform version to 202305.1.0.11 Signed-off-by: Kevin(Shengkai) Wang --- platform/checkout/cisco-8000.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/checkout/cisco-8000.ini b/platform/checkout/cisco-8000.ini index 33854af8f023..1214124b0495 100644 --- a/platform/checkout/cisco-8000.ini +++ b/platform/checkout/cisco-8000.ini @@ -1,3 +1,3 @@ [module] repo=git@github.com:Cisco-8000-sonic/platform-cisco-8000.git -ref=202305.1.0.10 +ref=202305.1.0.11