Provides all ASIC indexes for the ASICs on the Multi-ASIC device.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
all_asic_ids = duthost.get_asic_ids()
Takes no arguments
List of ASIC indexes, one for each ASIC on the Multi-ASIC device