property
Get list of ASIC hosts
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
asics = duthost.asics
This method takes no arguments
List of ASIC hosts.
property
Get list of ASIC hosts
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
asics = duthost.asics
This method takes no arguments
List of ASIC hosts.