Skip to content

Commit

Permalink
Add forced_mgmt_routes test case info to GCU HLD (#1785)
Browse files Browse the repository at this point in the history
* Update SONiC_Generic_Config_Update_and_Rollback_Design.md

* Update SONiC_Generic_Config_Update_and_Rollback_Design.md
  • Loading branch information
liuh-80 authored Aug 27, 2024
1 parent 4658d06 commit 46cc0c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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) |

0 comments on commit 46cc0c0

Please sign in to comment.