Starts up a specied interface.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
ret_code = duthost.no_shutdown("Ethernet0")
ifname
- name of interface to startup- Required:
True
- Type:
String
- Required:
Returns return code for config
command