Retrieves the asic instance given an asic id. Device must be multi-ASIC
def test_fun(duthosts, rand_one_dut_hostname, enum_frontend_asic_index):
duthost = duthosts[rand_one_dut_hostname]
im_facts = duthost.asic_instance(enum_frontend_asic_index)
asic_index
- asic index for desired instance- Required:
True
- Type:
Integer
- Required:
The ASIC instance corresponding to the provided ID.S