Home
last modified time | relevance | path

Searched refs:fileDir (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py1932 def csdInventory(host, args,session, fileDir): argument
1940 @param fileDir: string representation of the path to use for putting files created
1961 with open(fileDir +os.sep+'inventory.txt', 'w') as f:
1963 print("Inventory collected and stored in " + fileDir + os.sep + "inventory.txt")
1964 output['fileLoc'] = fileDir+os.sep+'inventory.txt'
1977 def csdSensors(host, args,session, fileDir): argument
1985 @param fileDir: string representation of the path to use for putting files created
2016 with open(fileDir +os.sep+'sensorReadings.txt', 'w') as f:
2018 print("Sensor readings collected and stored in " + fileDir + os.sep+ "sensorReadings.txt")
2019 output['fileLoc'] = fileDir
2031 csdLEDs(host,args, session, fileDir) global() argument
2097 csdSelShortList(host, args, session, fileDir) global() argument
2152 csdParsedSels(host, args, session, fileDir) global() argument
2217 csdFullEnumeration(host, args, session, fileDir) global() argument
2284 csdCollectAllDumps(host, args, session, fileDir) global() argument
[all...]