property
Provides version of Sonic kernel on remote host
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
dut_kernel_version = duthost.kernel_version
This method takes no arguments.
The Sonic kernel version of the remote host.