| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_network_protocol.robot | 24 [Documentation] Patch NTP servers and verify NTP servers is set. 28 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} 40 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} 53 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} 69 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}} 83 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}} 95 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}} 104 [Documentation] Patch NTP server and verify NTP servers is not populated 109 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} 140 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
|
| H A D | test_managers_bmc.robot | 204 # Patch operation on Managers Collection 205 Redfish.Patch /redfish/v1/Managers 233 # Patch operation on BMC Manager ResetActionInfo 234 Redfish.Patch /redfish/v1/Managers/${MANAGER_ID}/ResetActionInfo 277 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}}
|
| /openbmc/bmcweb/http/ |
| H A D | verb.hpp | 20 Patch, enumerator 41 return HttpVerb::Patch; in httpVerbFromBoost() 61 case HttpVerb::Patch: in httpVerbToString()
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | qom_type_info.py | 193 def append_field(self, field: str, value: str) -> Patch: 200 def patch_field(self, field: str, replacement: str) -> Patch: 208 def remove_field(self, field: str) -> Iterable[Patch]: 214 def remove_fields(self, *fields: str) -> Iterable[Patch]: 218 def patch_field_value(self, field: str, replacement: str) -> Patch: 231 def gen_patches(self) -> Iterable[Patch]: 262 def gen_patches(self) -> Iterable[Patch]: 269 def gen_patches(self) -> Iterable[Patch]: 463 fields: Dict[str, Optional[str]]) -> Iterable[Patch]: 494 def gen_patches(self) -> Iterable[Patch]: [all …]
|
| H A D | qom_macros.py | 144 def strip_typedef(self) -> Patch: 158 def move_typedef(self, position) -> Iterator[Patch]: 161 yield Patch(position, position, self.make_simple_typedef()) 163 def split_typedef(self) -> Iterator[Patch]: 170 def gen_patches(self) -> Iterator[Patch]: 176 def gen_patches(self) -> Iterable[Patch]: 196 def gen_patches(self) -> Iterable[Patch]: 206 def gen_patches(self) -> Iterator[Patch]: 339 def gen_patches(self) -> Iterable[Patch]: 454 def gen_patches(self) -> Iterable[Patch]: [all …]
|
| H A D | patching.py | 28 class Patch(NamedTuple): class 115 return Patch(self.start(), self.end(), replacement) 118 return Patch(self.start() + start, self.start() + end, replacement) 126 return Patch(self.end(), self.end(), s) 130 return Patch(self.start(), self.start(), s) 234 def apply_patches(s: str, patches: Iterable[Patch]) -> str: argument 242 def patch_sort_key(item: Tuple[int, Patch]) -> Tuple[int, int, int]: argument 310 self.patches: List[Patch] = []
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_firmware_property.robot | 30 Redfish.Patch ${REDFISH_BASE_URI}UpdateService 51 Redfish.Patch ${REDFISH_BASE_URI}UpdateService 64 Redfish.Patch ${REDFISH_BASE_URI}UpdateService
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_date_and_time_utils.robot | 44 # Patch date_time based on type of ${request_type}. 48 ... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID} 53 ... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID} 62 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}} 93 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}} 150 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'NTPServers': ${NTP_SERVER_ADDRESSES}}} 168 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
|
| H A D | protocol_setting_utils.robot | 26 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body=&{data} 111 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body=&{data} 128 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body=&{data}
|
| H A D | bmc_ldap_utils.robot | 87 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=${body} 105 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=&{payload}
|
| /openbmc/bmcweb/test/http/ |
| H A D | verb_test.cpp | 22 {HttpVerb::Patch, BoostVerb::patch}, in TEST() 47 {HttpVerb::Patch, "PATCH"}, {HttpVerb::Post, "POST"}, in TEST()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/ |
| H A D | 0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch | 21 - fprintf(stderr, "Patch not found, continue anyway\n"); 22 + fprintf(stderr, "Patch not found for %s, continue anyway\n", chip_name);
|
| /openbmc/openbmc/poky/meta/lib/patchtest/ |
| H A D | mbox.py | 43 class Patch: class 56 self.patches = [Patch(message) for message in mbox]
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | redfish_coding_guidelines.md | 27 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=${body} 33 …Redfish.Patch ${REDFISH_BASE_URI}AccountService body={'${LDAP_TYPE}': {'ServiceEnabled': ${False… 63 …Redfish.Patch ${REDFISH_BASE_URI}UpdateService body={'ApplyTime' : 'Invalid'} valid_status_code… 112 redfish functions (e.g. Redfish.Get, Redfish.Patch, etc.) have a right to
|
| /openbmc/openbmc-test-automation/openpower/localuser/ |
| H A D | test_ipmi_redfish_user.robot | 60 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 83 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 111 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 138 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 142 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 218 Redfish.Patch /redfish/v1/AccountService/Accounts/${user_name}
|
| /openbmc/openbmc-test-automation/redfish/account_service/ |
| H A D | test_user_account.robot | 219 Redfish.Patch /redfish/v1/AccountService/Accounts/admin_user body=&{payload} 224 Redfish.Patch /redfish/v1/AccountService/Accounts/readonly_user body=&{payload} 246 Redfish.Patch /redfish/v1/AccountService/Accounts/operator_user body=&{payload} 261 Redfish.Patch ${REDFISH_ACCOUNTS_SERVICE_URI} body=${payload} 301 Redfish.Patch ${REDFISH_ACCOUNTS_SERVICE_URI} body=${payload} 324 Redfish.Patch ${REDFISH_ACCOUNTS_URI}test_user body=${payload} 348 …Redfish.Patch /redfish/v1/AccountService/Accounts/readonly_user body={'Password': 'NewTestPwd123… 374 … Redfish.Patch /redfish/v1/AccountService/Accounts/operator_user body={'RoleId': 'Administrator'} 399 … Redfish.Patch /redfish/v1/AccountService/Accounts/admin_user body={'Password': 'NewTestPwd123'} 613 # Patch operation on Account Services Roles [all …]
|
| H A D | test_ldap_configuration.robot | 43 Redfish.Patch ${REDFISH_BASE_URI}AccountService 54 Redfish.Patch ${REDFISH_BASE_URI}AccountService 66 Redfish.Patch ${REDFISH_BASE_URI}AccountService 79 Redfish.Patch ${REDFISH_BASE_URI}AccountService 94 Redfish.Patch ${REDFISH_BASE_URI}AccountService 202 Redfish.Patch ${REDFISH_BASE_URI}AccountService 205 Redfish.Patch ${REDFISH_BASE_URI}AccountService 254 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=${body} 268 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=${body} 283 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=${body} [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-idna-ssl_1.1.0.bb | 1 SUMMARY = "Patch ssl.match_hostname for Unicode(idna) domains support"
|
| /openbmc/openbmc-test-automation/pldm/ |
| H A D | test_redfish_bios_attributes.robot | 33 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${random_str}": '${random_str}'}} 46 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${enum_attr}": '0'}} 60 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${int_attr}": ${count}}} 76 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${str_attr}": '${random_value}'}}
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-0.49-chk_retcodes.patch | 1 Patch originally from Fedora
|
| H A D | tftp-hpa-0.49-stats.patch | 1 Patch originally from Fedora
|
| H A D | tftp-0.40-remap.patch | 1 Patch originally from Fedora
|
| /openbmc/bmcweb/test/redfish-core/include/ |
| H A D | redfish_oem_routing_test.cpp | 131 REDFISH_SUB_ROUTE<"/foo/<str>/#/Oem/OemFoo">(service, HttpVerb::Patch)( in TEST() 133 REDFISH_SUB_ROUTE<"/foo/<str>/#/Oem/OemBar">(service, HttpVerb::Patch)( in TEST()
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_expire_password.robot | 61 ${resp}= Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME} 78 ... Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME} 94 Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME} 184 Redfish.Patch /redfish/v1/AccountService/Accounts/admin_user 344 Redfish.Patch /redfish/v1/AccountService/ body=&{payload} 352 Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME} 392 Redfish.Patch /redfish/v1/AccountService/Accounts/${admin_user} 407 ... Redfish.Patch /redfish/v1/AccountService/Accounts/${admin_user}
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | quilt.rst | 33 #. *Create a New Patch:* Before modifying source code, you need to 68 #. *Generate the Patch:* Once your changes work as expected, you need to 81 #. *Copy the Patch File:* For simplicity, copy the patch file into a
|