Provides number of asics
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
n_npus = duthost.num_asics()
This method takes no arguemnts
An integer representing the number or ASICS on the host.
Provides number of asics
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
n_npus = duthost.num_asics()
This method takes no arguemnts
An integer representing the number or ASICS on the host.