Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.py68 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 Dbmc_redfish.py208 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 Dutils.robot1126 # Python module: get_member_list(resource_path)
1141 # Python module: get_member_list(resource_path)
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot137 [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 Dtest_redfish_signed_image_update.robot93 # Python module: get_member_list(resource_path)
103 # Python module: get_member_list(resource_path)
/openbmc/openbmc-test-automation/openpower/
H A Dcheck_vpd_and_hw_status.robot28 # Python module: get_endpoint_path_list(resource_path, end_point_prefix)
/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_bmc_code_update.robot275 # Python module: get_member_list(resource_path)
283 # Python module: get_member_list(resource_path)
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_general.robot367 # Python module: get_member_list(resource_path)