From 470cffe78e22e546031a45ae5838b4960f54cf4c Mon Sep 17 00:00:00 2001 From: Bing Wang Date: Tue, 5 May 2026 23:09:01 +0000 Subject: [PATCH] [202512] Fix ft2 upstream neighbor map to use lt2 instead of ut2 (#24187) Cherry-pick of PR #24187: Fix 'ft2' entry in UPSTREAM_ALL_NEIGHBOR_MAP from ['ut2'] to ['lt2']. The ft2 topology connects to lt2 (leaf tier 2) upstream neighbors, not ut2. The incorrect mapping caused ntp/test_ntp.py and route/test_default_route.py to fail on ft2 testbeds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Bing Wang --- tests/common/helpers/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/helpers/constants.py b/tests/common/helpers/constants.py index 32f267dd15..acd98f3940 100644 --- a/tests/common/helpers/constants.py +++ b/tests/common/helpers/constants.py @@ -37,7 +37,7 @@ "m0_vlan": ["m1"], "m0_l3": ["m1"], 'lt2': ['ut2'], - 'ft2': ['ut2'] + 'ft2': ['lt2'] } # Describe downstream neighbor of dut in different topos