Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 465 Bytes

os_version.md

File metadata and controls

25 lines (18 loc) · 465 Bytes

os_version

property

Overview

Provides string representing the version of SONiC being used

Examples

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

    vsonic = duthost.os_version

Arguments

Takes no arguments.

Expected Output

String representing the version of SONiC being used