mgmt_ip
October 31, 2022 ยท View on GitHub
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.
October 31, 2022 ยท View on GitHub
Provides management ip for host.
def test_fun(ptfhost):
m_ip = ptfhost.mgmt_ip
Takes no arguments.
A string representing the management ip for the host.