From 46cc0c0e0dd2bda548cb7d28ce2d2138e162a25e Mon Sep 17 00:00:00 2001 From: Hua Liu <58683130+liuh-80@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:14:33 +0800 Subject: [PATCH] Add forced_mgmt_routes test case info to GCU HLD (#1785) * Update SONiC_Generic_Config_Update_and_Rollback_Design.md * Update SONiC_Generic_Config_Update_and_Rollback_Design.md --- .../SONiC_Generic_Config_Update_and_Rollback_Design.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/config-generic-update-rollback/SONiC_Generic_Config_Update_and_Rollback_Design.md b/doc/config-generic-update-rollback/SONiC_Generic_Config_Update_and_Rollback_Design.md index b0be4847e7..18e200cbf9 100644 --- a/doc/config-generic-update-rollback/SONiC_Generic_Config_Update_and_Rollback_Design.md +++ b/doc/config-generic-update-rollback/SONiC_Generic_Config_Update_and_Rollback_Design.md @@ -1052,6 +1052,7 @@ N/A | 24 | Cross-ASIC Dependency Verification: While each ASIC operates independently, this test involves applying patches that could potentially have indirect impacts on other ASICs through shared resources or network topology changes. Validate that changes in one ASIC do not adversely affect others.| | 25 | Patch Compatibility and Conflict Resolution: Apply patches that introduce changes conflicting with existing configurations across ASICs. This test examines how the system identifies and resolves conflicts, ensuring that the most critical settings are preserved and that any issues are clearly reported.| | 26 | Performance Impact Assessment: Measure system performance before and after patch application to determine the impact of configuration changes. This includes monitoring processing speed, memory usage, and network latency to ensure that performance remains within acceptable parameters.| +| 27 | Add and remove forced mgmt routes config with IPV4 and IPV6 address.| ## 9.2 Unit Tests for Checkpoint | Test Case | Description | @@ -1095,3 +1096,4 @@ N/A | 21 | [Updating PG headroom configs.](https://github.com/sonic-net/sonic-mgmt/blob/master/tests/generic_config_updater/test_pg_headroom_update.py) | | 22 | [Add/Remove Rack.](https://github.com/sonic-net/sonic-mgmt/blob/master/tests/configlet/test_add_rack.py) | | 23 | [Updating NTP configs](https://github.com/sonic-net/sonic-mgmt/blob/master/tests/generic_config_updater/test_ntp.py) | +| 24 | [Updating forced_mgmt_routes configs](https://github.com/sonic-net/sonic-mgmt/blob/master/tests/generic_config_updater/test_mgmt_interface.py) |