Retrieves list of interfaces belonging to a VLAN.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
vlan_interfaces = duthost.get_vlan_intfs()
This method takes no arguments
Method returns a list of interface names corresponding the the interfaces who belong to a VLAN.