diff --git a/tests/common/testbed.py b/tests/common/testbed.py index ad0808736e3..f151703f13c 100644 --- a/tests/common/testbed.py +++ b/tests/common/testbed.py @@ -256,7 +256,7 @@ def _generate_sai_ptf_topo(self, tb_dict): def get_testbed_type(self, topo_name): pattern = re.compile( - r'^(wan|t0|t1|ptf|fullmesh|dualtor|ciscovs|t2|tgen|mgmttor|m0|mc0|mx|m1|dpu|ptp|smartswitch)' + r'^(wan|t0|t1|ptf|fullmesh|dualtor|ciscovs|t2|lt2|ft2|tgen|mgmttor|m0|mc0|mx|m1|dpu|ptp|smartswitch)' ) match = pattern.match(topo_name) if match is None: