Searched refs:resource_path (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.py | 68 def get_attribute(self, resource_path, attribute, verify=None): argument 78 resp = self._redfish_.get(resource_path) 83 resp = self._redfish_.get(resource_path) 95 def get_properties(self, resource_path): argument 104 resp = self._redfish_.get(resource_path) 107 def get_members_uri(self, resource_path, attribute): argument 123 resource_path_list = self.get_member_list(resource_path) 146 def get_endpoint_path_list(self, resource_path, end_point_prefix): argument 159 end_point_list = self.list_request(resource_path) 165 def get_target_actions(self, resource_path, target_attribute): argument [all …]
|
H A D | bmc_redfish.py | 208 self, resource_path, return_json=1, include_dead_resources=False argument 227 self.__pending_enumeration.add(resource_path) 232 resources_to_be_enumerated = (resource_path,) 324 def get_members_list(self, resource_path, filter=None): argument 363 resource_path, valid_status_codes=[200]
|
H A D | utils.robot | 1126 # Python module: get_member_list(resource_path) 1141 # Python module: get_member_list(resource_path)
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_service_root.robot | 137 [Arguments] ${valid_status_codes} ${resource_path} 142 # resource_path Redfish resource URL path. 144 ${resp}= 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/openpower/ |
H A D | check_vpd_and_hw_status.robot | 28 # Python module: get_endpoint_path_list(resource_path, end_point_prefix)
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | redfish_bmc_code_update.robot | 275 # Python module: get_member_list(resource_path) 283 # Python module: get_member_list(resource_path)
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_general.robot | 367 # Python module: get_member_list(resource_path)
|