Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 525 Bytes

get_backend_asic_ids.md

File metadata and controls

23 lines (17 loc) · 525 Bytes

get_backend_asic_ids

Overview

Provides list of ASIC indexes corresponding to ASICs on the Multi-ASIC device.

Examples

def test_fun(duthosts, rand_one_dut_hostname):
    duthost = duthosts[rand_one_dut_hostname]

    backend_asic_ids = duthost.get_backend_asic_ids()

Arguments

Takes no arguments.

Expected Output

List of ASIC indexes, one for each backend ASIC on the Multi-ASIC device.