Searched defs:resource_path (Results 1 – 2 of 2) 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 84 def get_properties(self, resource_path): argument 96 def get_members_uri(self, resource_path, attribute): argument 135 def get_endpoint_path_list(self, resource_path, end_point_prefix): argument 154 def get_target_actions(self, resource_path, target_attribute): argument 197 def get_member_list(self, resource_path): argument 225 def list_request(self, resource_path): argument 257 self, resource_path, return_json=1, include_dead_resources=False argument
|
H A D | bmc_redfish.py | 224 self, resource_path, return_json=1, include_dead_resources=False argument 340 def get_members_list(self, resource_path, filter=None): argument
|