diff --git a/tests/everflow/everflow_test_utilities.py b/tests/everflow/everflow_test_utilities.py index 2c132e66c59..214baf5f60e 100644 --- a/tests/everflow/everflow_test_utilities.py +++ b/tests/everflow/everflow_test_utilities.py @@ -316,7 +316,7 @@ def setup_info(duthosts, rand_one_dut_hostname, tbinfo, request): """ topo = tbinfo['topo']['name'] - if 't1' in topo or 't0' in topo: + if 't1' in topo or 't0' in topo or 'm0' in topo: downstream_duthost = upstream_duthost = duthost = duthosts[rand_one_dut_hostname] elif 't2' in topo: downstream_duthost, upstream_duthost = get_t2_duthost(duthosts, tbinfo)