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
56 def get_device_ids(config_json): argument
107 def check_rule_id_exists(config_json): argument
126 def check_device_id_exists(config_json): argument
213 def check_infinite_loops(config_json): argument
329 def check_for_duplicates(config_json): argument
365 return config_json
425 check_for_duplicates(config_json)
427 check_infinite_loops(config_json)
433 check_rule_id_exists(config_json)
[all …]
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend24 '. + {$CHAN: ($ecfg[0] + {"name": $INTF})}' $config_json >${WORKDIR}/tmp-config.json
25 mv ${WORKDIR}/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