Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 602 Bytes

get_supported_speeds.md

File metadata and controls

25 lines (19 loc) · 602 Bytes

get_supported_speeds

Overview

Gets a list of all supported speeds for a given interface.

Examples

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

    supported_speeds = duthost.get_supported_speeds("Ethernet0")

Arguments

  • interface_name - name of interface to get supported speeds for
    • Required: True
    • Type: String

Expected Output

List of supported speeds where each speed is represented by a string.