Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 516 Bytes

get_vlan_intfs.md

File metadata and controls

23 lines (17 loc) · 516 Bytes

get_vlan_intfs

Overview

Retrieves list of interfaces belonging to a VLAN.

Examples

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

    vlan_interfaces = duthost.get_vlan_intfs()

Arguments

This method takes no arguments

Expected Output

Method returns a list of interface names corresponding the the interfaces who belong to a VLAN.