Searched refs:fileDir (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 1932 def csdInventory(host, args,session, fileDir): argument 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 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+os.sep+'sensorReadings.txt' 2031 def csdLEDs(host,args, session, fileDir): argument 2082 with open(fileDir +os.sep+'ledStatus.txt', 'w') as f: [all …]
|