Searched refs:yaml_file (Results 1 – 4 of 4) sorted by relevance
/openbmc/ibm-logging/ |
H A D | create_error_reports.py | 39 for yaml_file in yaml_files: 40 all_errors += read_error_yaml(yaml_dir, yaml_file) 45 def read_error_yaml(yaml_dir, yaml_file): argument 51 error_base = yaml_file.replace(os.sep, ".") 56 metadata_file = yaml_file.replace("errors.yaml", "metadata.yaml") 63 with open(os.path.join(yaml_dir, yaml_file)) as fd: 71 error["file"] = yaml_file
|
/openbmc/openpower-occ-control/ |
H A D | sensor_gen.py | 27 yaml_file = os.path.join(yaml_dir, "occ_sensor.yaml") variable 33 yaml_file = os.path.join(yaml_dir, args.filename) variable 35 with open(yaml_file, "r") as fd:
|
/openbmc/phosphor-led-manager/scripts/ |
H A D | parse_led.py | 239 yaml_file = os.path.join(yaml_dir, "led.yaml") variable 245 yaml_file = os.path.join(yaml_dir, args.filename) variable 247 with open(yaml_file, "r") as f:
|
/openbmc/phosphor-debug-collector/ |
H A D | meson.build | 207 foreach yaml_file : dump_types_yaml_files 209 input: yaml_file.get('input'), 210 output: yaml_file.get('output'), 213 concatenate_command += meson.project_build_root() + '/' + yaml_file.get(
|