Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 477 Bytes

kernel_version.md

File metadata and controls

25 lines (18 loc) · 477 Bytes

kernel_version

property

Overview

Provides version of Sonic kernel on remote host

Examples

def test_fun(duthosts, rand_one_dut_hostname):
    duthost = duthosts[rand_one_dut_hostname]

    dut_kernel_version = duthost.kernel_version

Arguments

This method takes no arguments.

Expected Output

The Sonic kernel version of the remote host.