Searched refs:rest_request (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc-test-automation/lib/ |
| H A D | redfish_plus.py | 60 def rest_request(self, func, *args, **kwargs): member in redfish_plus 148 return self.rest_request(self.get_with_mtls, *args, **kwargs) 150 return self.rest_request( 156 return self.rest_request(self.head_with_mtls, *args, **kwargs) 158 return self.rest_request( 164 return self.rest_request(self.post_with_mtls, *args, **kwargs) 166 return self.rest_request( 172 return self.rest_request(self.put_with_mtls, *args, **kwargs) 174 return self.rest_request( 180 return self.rest_request(self.patch_with_mtls, *args, **kwargs) [all …]
|
| H A D | bmc_network_utils.robot | 359 # (e.g. "200"). See prolog of rest_request 437 # (e.g. "200"). See prolog of rest_request 504 # (e.g. "200"). See prolog of rest_request 556 # (e.g. "200"). See prolog of rest_request 836 # (e.g. "200"). See prolog of rest_request 947 # (e.g. "200"). See prolog of rest_request
|
| H A D | bmc_ipv6_utils.robot | 242 # (e.g. "200"). See prolog of rest_request
|
| /openbmc/openbmc-test-automation/redfish/account_service/ |
| H A D | test_ldap_configuration.robot | 579 # HostName. See prolog of rest_request
|