Skip to content

Commit d8001f9

Browse files
sdszhangytzur1
authored andcommitted
Add t1-isolated-d56u1-lag into support list. (sonic-net#18826)
What is the motivation for this PR? Add t1-isolated-d56u1-lag into support list How did you do it? How did you verify/test it? Run on physical testbed. Signed-off-by: Yael Tzur <ytzur@nvidia.com>
1 parent d9d1bbc commit d8001f9

7 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
t1-lag-spine.j2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
t1-lag-tor.j2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
t1-spine.j2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
t1-tor.j2

ansible/veos

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ all:
3232
- t1-isolated-d56u2
3333
- t1-isolated-v6-d448u16
3434
- t1-isolated-v6-d56u2
35+
- t1-isolated-d56u1-lag
36+
- t1-isolated-v6-d56u1-lag
3537
- t0
3638
- t0-d18u8s4
3739
- t0-16

tests/acl/test_stress_acl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ def prepare_test_port(rand_selected_dut, tbinfo):
205205
upstream_port_neighbor_ips[interface] = ipv4_addr
206206

207207
dst_ip_addr = None
208-
if tbinfo["topo"]['name'] in ["t1-isolated-d28u1", "t1-isolated-d56u2", "t1-isolated-d448u16"]:
208+
if tbinfo["topo"]['name'] in ["t1-isolated-d28u1", "t1-isolated-d56u2", "t1-isolated-d448u16",
209+
"t1-isolated-d56u1-lag"]:
209210
dst_ip_addr = random.choices(list(upstream_port_neighbor_ips.values()))
210211
return ptf_src_port, upstream_port_ids, dut_port, dst_ip_addr
211212

tests/qos/qos_sai_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class QosBase:
5151
]
5252
SUPPORTED_T1_TOPOS = ["t1-lag", "t1-64-lag", "t1-56-lag", "t1-backend", "t1-28-lag", "t1-32-lag",
5353
"t1-isolated-d28u1", "t1-isolated-v6-d28u1", "t1-isolated-d56u2", "t1-isolated-v6-d56u2",
54+
"t1-isolated-d56u1-lag", "t1-isolated-v6-d56u1-lag",
5455
"t1-isolated-d448u16", "t1-isolated-v6-d448u16"]
5556
SUPPORTED_PTF_TOPOS = ['ptf32', 'ptf64']
5657
SUPPORTED_ASIC_LIST = ["pac", "gr", "gr2", "gb", "td2", "th", "th2", "spc1", "spc2", "spc3", "spc4", "spc5",

0 commit comments

Comments
 (0)