Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py23 def Check_bmc_record_exists(bmc_records, bmc_ip): argument
33 for bmc_key, bmc_val in bmc_records.items():
141 def get_bmc_records(service_type, bmc_records): argument
171 for match in re.finditer(bmc_rec_pattern, bmc_records, re.MULTILINE):