Searched refs:resource_path (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_redfish_utils.py | 57 def get_attribute(self, resource_path, attribute, verify=None): argument 67 resp = self._redfish_.get(resource_path) 72 resp = self._redfish_.get(resource_path) 84 def get_properties(self, resource_path): argument 93 resp = self._redfish_.get(resource_path) 96 def get_members_uri(self, resource_path, attribute): argument 112 resource_path_list = self.get_member_list(resource_path) 135 def get_endpoint_path_list(self, resource_path, end_point_prefix): argument 148 end_point_list = self.list_request(resource_path) 154 def get_target_actions(self, resource_path, target_attribute): argument [all …]
|
| H A D | bmc_redfish.py | 224 self, resource_path, return_json=1, include_dead_resources=False argument 243 self.__pending_enumeration.add(resource_path) 248 resources_to_be_enumerated = (resource_path,) 340 def get_members_list(self, resource_path, filter=None): argument 379 resource_path, valid_status_codes=[200]
|
| H A D | utils.robot | 1090 # Python module: get_member_list(resource_path) 1105 # Python module: get_member_list(resource_path)
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_service_root.robot | 156 [Arguments] ${valid_status_codes} ${resource_path} 161 # resource_path Redfish resource URL path. 163 Redfish.Get ${resource_path}
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_redfish_signed_image_update.robot | 93 # Python module: get_member_list(resource_path) 103 # Python module: get_member_list(resource_path)
|
| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | redfish_bmc_code_update.robot | 281 # Python module: get_member_list(resource_path) 289 # Python module: get_member_list(resource_path)
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_general.robot | 370 # Python module: get_member_list(resource_path)
|