property
Provides management ip for host.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
m_ip = duthost.mgmt_ip
Takes no arguments.
A string representing the management ip for the host.
property
Provides management ip for host.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
m_ip = duthost.mgmt_ip
Takes no arguments.
A string representing the management ip for the host.