Skip to content

Commit a0a0f5c

Browse files
authored
[route/test_route_perf] Get l3_alpm_template from config.bcm for all TH5 platform (#20202)
What is the motivation for this PR? To fix the route.test_route_perf case on Moby. How did you do it? Change the condition to include Moby platform so we can get l3_alpm_template from config.bcm. How did you verify/test it? Manually run route.test_route_perf case on a Moby platform and case can pass. Signed-off-by: zitingguo-ms <[email protected]>
1 parent a0ddf32 commit a0a0f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/route/test_route_perf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def check_config(duthosts, enum_rand_one_per_hwsku_frontend_hostname, enum_rand_
107107
asic_id = enum_rand_one_frontend_asic_index
108108

109109
if (asic == "broadcom"):
110-
if "7060x6_64pe" in platform:
110+
if "x86_64-arista_7060x6" in platform:
111111
# For all TH5 family devices, l3_alpm_template is set in config.bcm
112112
# * 1 - Combined (By default)
113113
# * 2 - Parallel

0 commit comments

Comments
 (0)