Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 431 Bytes

File metadata and controls

25 lines (18 loc) · 431 Bytes

mgmt_ip

property

Overview

Provides management ip for host.

Examples

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

    m_ip = duthost.mgmt_ip

Arguments

Takes no arguments.

Expected Output

A string representing the management ip for the host.