num_asics
October 31, 2022 ยท View on GitHub
Overview
Provides number of asics
Examples
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
n_npus = duthost.num_asics()
Arguments
This method takes no arguemnts
Expected Output
An integer representing the number or ASICS on the host.