Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.py57 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 Dbmc_redfish.py224 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 Dutils.robot1090 # Python module: get_member_list(resource_path)
1105 # Python module: get_member_list(resource_path)
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot156 [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 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/redfish/extended/
H A Dredfish_bmc_code_update.robot281 # Python module: get_member_list(resource_path)
289 # Python module: get_member_list(resource_path)
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_general.robot370 # Python module: get_member_list(resource_path)