property
Provides the SONiC OS version for the sonichost associated with the calling ASIC
def test_fun(duthosts, rand_one_dut_hostname, tbinfo, enum_frontend_asic_index):
duthost = duthosts[rand_one_dut_hostname]
sonic_asic = duthost.asic_instance(asic_index=enum_frontend_asic_index)
sonic_version = sonic_asic.os_version
Takes no arguments.
A string representing the version of SONiC OS running on the sonichost associated with the ASIC that called the method.