Returns whether remote host is multi-ASIC
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
is_duthost_multi_asic = duthost.is_multi_asic
This method takes no arguments.
True
if remote host is multi-ASIC, False
otherwise.