sysfs_facts
October 31, 2022 ยท View on GitHub
Overview
Get sysfs information from switch
Examples
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
facts = duthost.sysfs_facts(config={CONFIG_LIST})
Arguments
config- list of check items- Required:
True - Type:
List- Element-Type:
Dictionary
- Element-Type:
- Required:
Expected Output
TODO
Was not able to run on local machine.