Home
last modified time | relevance | path

Searched defs:yaml_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-occ-control/
H A Dsensor_gen.py27 yaml_file = os.path.join(yaml_dir, "occ_sensor.yaml") variable
33 yaml_file = os.path.join(yaml_dir, args.filename) variable
/openbmc/phosphor-led-manager/scripts/
H A Dparse_led.py180 yaml_file = os.path.join(yaml_dir, "led.yaml") variable
186 yaml_file = os.path.join(yaml_dir, args.filename) variable
/openbmc/ibm-logging/
H A Dcreate_error_reports.py45 def read_error_yaml(yaml_dir, yaml_file): argument