Searched refs:return_json (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.py | 268 self, resource_path, return_json=1, include_dead_resources=False argument 285 return_json = int(return_json) 357 if return_json:
|
H A D | bmc_redfish.py | 208 self, resource_path, return_json=1, include_dead_resources=False argument 269 if return_json:
|
H A D | bmc_redfish_utils.robot | 224 ... /redfish/v1/Systems/${SYSTEM_ID}/${fru_type} return_json=0
|
/openbmc/openbmc-test-automation/ffdc/plugins/ |
H A D | redfish.py | 51 def enumerate_request(hostname, username, password, url, return_json="json"): argument 108 if return_json == "json":
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_systems_inventory.robot | 204 ... ${SYSTEM_BASE_URI}Processors return_json=0
|