console_facts
October 31, 2022 ยท View on GitHub
Overview
Retrieves console feature and status information using Quagga.
Examples
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
con_facts = duthost.console_facts()
Arguments
This method takes no arguments
Expected Output
Was not able to get sufficient output with my testbed. If you are contributor with console enabled, consider contributing your output.