Provides a list of ASIC indexes representing the ASICs on the device.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
frontend_asics = duthost.get_frontend_asic_ids()
Takes no arguments
Returns a list of asic indexes, one for each frontend ASIC on the multi-ASIC device.