Lines Matching full:yaml
4 fields from the YAML phosphor-dbus-interfaces repository.
10 import yaml
32 # yaml file paths for FRU
34 "Inventory/Item.interface.yaml",
35 "Inventory/Decorator/Asset.interface.yaml",
36 "Inventory/Decorator/Revision.interface.yaml",
37 "Inventory/Decorator/Replaceable.interface.yaml",
38 "Inventory/Decorator/Cacheable.interface.yaml",
39 "State/Decorator/OperationalStatus.interface.yaml",
42 # yaml file paths for CORE.
44 "Inventory/Item.interface.yaml",
45 "State/Decorator/OperationalStatus.interface.yaml",
48 # yaml file paths for fan.
50 "Inventory/Item.interface.yaml",
51 "Inventory/Decorator/MeetsMinimumShipLevel.interface.yaml",
52 "State/Decorator/OperationalStatus.interface.yaml",
55 # yaml file paths for fan_wc (fans in water-cooled system).
57 "Inventory/Item.interface.yaml",
58 "Inventory/Decorator/MeetsMinimumShipLevel.interface.yaml",
61 # yaml file paths for GPU.
63 "Inventory/Item.interface.yaml",
64 "Inventory/Decorator/Replaceable.interface.yaml",
65 "State/Decorator/OperationalStatus.interface.yaml",
86 # Get the yaml dictionary data
89 yaml_data = yaml.safe_load(f)