Skip to content

Commit cb0ce60

Browse files
bingwang-msAharonMalkin
authored andcommitted
Support new testbed type LT2/FT2 (sonic-net#18442)
* Support new testbed type LT2/FT2/UT2 Signed-off-by: Aharon Malkin <amalkin@nvidia.com>
1 parent 6848775 commit cb0ce60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/testbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _generate_sai_ptf_topo(self, tb_dict):
256256

257257
def get_testbed_type(self, topo_name):
258258
pattern = re.compile(
259-
r'^(wan|t0|t1|ptf|fullmesh|dualtor|ciscovs|t2|tgen|mgmttor|m0|mc0|mx|m1|dpu|ptp|smartswitch)'
259+
r'^(wan|t0|t1|ptf|fullmesh|dualtor|ciscovs|t2|lt2|ft2|tgen|mgmttor|m0|mc0|mx|m1|dpu|ptp|smartswitch)'
260260
)
261261
match = pattern.match(topo_name)
262262
if match is None:

0 commit comments

Comments
 (0)