Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/scripts/
H A Dinventory-sensor.py11 def generate_cpp(sensor_yaml, output_dir): argument
12 with open(sensor_yaml, "r") as f:
36 "--sensor_yaml",
37 dest="sensor_yaml",
60 if not (os.path.isfile(args.sensor_yaml)):
61 sys.exit("Can not find input yaml file " + args.sensor_yaml)
64 function(args.sensor_yaml, args.outputdir)
H A Dsensor_gen.py11 def generate_cpp(sensor_yaml, output_dir): argument
12 with open(sensor_yaml, "r") as f:
34 "--sensor_yaml",
35 dest="sensor_yaml",
58 if not (os.path.isfile(args.sensor_yaml)):
59 sys.exit("Can not find input yaml file " + args.sensor_yaml)
62 function(args.sensor_yaml, args.outputdir)
/openbmc/openpower-host-ipmi-oem/scripts/
H A Dinventory-sensor.py11 def generate_cpp(sensor_yaml, output_dir): argument
12 with open(os.path.join(script_dir, sensor_yaml), "r") as f:
60 if not (os.path.isfile(os.path.join(script_dir, args.sensor_yaml))):
61 sys.exit("Can not find input yaml file " + args.sensor_yaml)
64 function(args.sensor_yaml, args.outputdir)