kernel_version

October 31, 2022 ยท View on GitHub

  • Overview
  • Examples
  • Arguments
  • Expected Output

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.

Contents

  1. 1Overview
  2. 2Examples
  3. 3Arguments
  4. 4Expected Output