Provides list of ASIC indexes corresponding to ASICs on the Multi-ASIC device.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
backend_asic_ids = duthost.get_backend_asic_ids()
Takes no arguments.
List of ASIC indexes, one for each backend ASIC on the Multi-ASIC device.