Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 348 Bytes

mgmt_ip.md

File metadata and controls

21 lines (16 loc) · 348 Bytes

mgmt_ip

Overview

Provides management ip for host.

Examples

def test_fun(ptfhost):
    m_ip = ptfhost.mgmt_ip

Arguments

Takes no arguments.

Expected Output

A string representing the management ip for the host.