Searched refs:config_json (Results 1 – 2 of 2) sorted by relevance
45 def get_rule_ids(config_json): argument51 for rule in config_json.get("rules", {}):56 def get_device_ids(config_json): argument62 for chassis in config_json.get("chassis", {}):68 def check_number_of_elements_in_masks(config_json): argument75 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): argument113 rule_ids = get_values(config_json, "rule_id")114 valid_rule_ids = get_rule_ids(config_json)[all …]
24 '. + {$CHAN: ($ecfg[0] + {"name": $INTF})}' $config_json >${UNPACKDIR}/tmp-config.json25 mv ${UNPACKDIR}/tmp-config.json $config_json34 config_json=${D}${datadir}/ipmi-providers/channel_config.json37 overlapping="$(jq '."${GBMCBR_IPMI_CHANNEL}" | .is_valid and .name != "gbmcbr"' $config_json)"40 cat $config_json