Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 432 Bytes

num_asics.md

File metadata and controls

23 lines (17 loc) · 432 Bytes

num_asics

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.