Provides information on the currently running configuration of the dut.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
config_facts = duthost.get_running_config_facts()
This method takes no arguments.
Output is too long to reasonably document on this page. Though documentation should be added on commonly used features.