Home
last modified time | relevance | path

Searched refs:config_json (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/tools/
H A Dvalidate-regulators-config.py45 def get_rule_ids(config_json): argument
51 for rule in config_json.get("rules", {}):
56 def get_device_ids(config_json): argument
62 for chassis in config_json.get("chassis", {}):
68 def check_number_of_elements_in_masks(config_json): argument
75 i2c_write_bytes = get_values(config_json, "i2c_write_bytes")
76 i2c_compare_bytes = get_values(config_json, "i2c_compare_bytes")
107 def check_rule_id_exists(config_json): argument
113 rule_ids = get_values(config_json, "rule_id")
114 valid_rule_ids = get_rule_ids(config_json)
[all …]
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend24 '. + {$CHAN: ($ecfg[0] + {"name": $INTF})}' $config_json >${UNPACKDIR}/tmp-config.json
25 mv ${UNPACKDIR}/tmp-config.json $config_json
34 config_json=${D}${datadir}/ipmi-providers/channel_config.json
37 overlapping="$(jq '."${GBMCBR_IPMI_CHANNEL}" | .is_valid and .name != "gbmcbr"' $config_json)"
40 cat $config_json