Returns whether or not a provided portchannel is a backend portchannel.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
is_backend = duthost.is_backend_portchannel("PortChannel0001")
port_channel
- name of portchannel to check- Required:
True
- Type:
String
- Required:
True
if port_channel
is a backend portchannel, False
otherwise.