Retrieves console feature and status information using Quagga.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
con_facts = duthost.console_facts()
This method takes no arguments
Was not able to get sufficient output with my testbed. If you are contributor with console enabled, consider contributing your output.