/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_protocol.robot | 23 [Documentation] Patch NTP servers and verify NTP servers is set. 27 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} 39 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} 52 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} 68 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}} 82 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}} 94 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}} 103 [Documentation] Patch NTP server and verify NTP servers is not populated 108 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} 139 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
|
/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/bmcweb/http/ |
H A D | verb.hpp | 20 Patch, enumerator 41 return HttpVerb::Patch; in httpVerbFromBoost() 61 case HttpVerb::Patch: in httpVerbToString()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_date_and_time_utils.robot | 35 # th Redfish.Patch function. A good use for 48 ... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID} 54 ... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID} body={'DateTime': '${date_time_formatted}'} 62 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}} 89 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}} 142 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'NTPServers': ${NTP_SERVER_ADDRESSES}}} 160 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}
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_property.robot | 30 Redfish.Patch ${REDFISH_BASE_URI}UpdateService 50 Redfish.Patch ${REDFISH_BASE_URI}UpdateService 62 Redfish.Patch ${REDFISH_BASE_URI}UpdateService
|
/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-test-automation/redfish/account_service/ |
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 [all...] |
H A D | test_user_account.robot | 227 Redfish.Patch /redfish/v1/AccountService/Accounts/admin_user body=&{payload} 232 Redfish.Patch /redfish/v1/AccountService/Accounts/readonly_user body=&{payload} 254 Redfish.Patch /redfish/v1/AccountService/Accounts/operator_user body=&{payload} 268 Redfish.Patch ${REDFISH_ACCOUNTS_SERVICE_URI} body=${payload} 304 Redfish.Patch ${REDFISH_ACCOUNTS_SERVICE_URI} body=${payload} 326 Redfish.Patch ${REDFISH_ACCOUNTS_URI}test_user body=${payload} 349 Redfish.Patch /redfish/v1/AccountService/Accounts/readonly_user body={'Password': 'NewTestPwd123'} 374 Redfish.Patch /redfish/v1/AccountService/Accounts/operator_user body={'RoleId': 'Administrator'} 398 Redfish.Patch /redfish/v1/AccountService/Accounts/admin_user body={'Password': 'NewTestPwd123'} 450 Redfish.Patch /redfis [all...] |
/openbmc/openbmc-test-automation/openpower/localuser/ |
H A D | test_ipmi_redfish_user.robot | 62 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 85 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 113 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 140 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 144 Redfish.Patch /redfish/v1/AccountService/Accounts/${random_username} body=&{payload} 219 Redfish.Patch /redfish/v1/AccountService/Accounts/${user_name}
|
/openbmc/openbmc-test-automation/docs/ |
H A D | redfish_coding_guidelines.md | 29 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=${body} 35 …Redfish.Patch ${REDFISH_BASE_URI}AccountService body={'${LDAP_TYPE}': {'ServiceEnabled': ${False… 65 …Redfish.Patch ${REDFISH_BASE_URI}UpdateService body={'ApplyTime' : 'Invalid'} valid_status_code… 115 redfish functions (e.g. Redfish.Get, Redfish.Patch, etc.) have a right to
|
/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/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}
|
H A D | test_bmc_connections.robot | 39 Test Patch Without Auth Token Fails 46 Redfish.Patch ${REDFISH_NW_ETH_IFACE}${ethernet_interface} body={'HostName': '${hostname}'} 50 Flood Patch Without Auth Token And Check Stability Of BMC 60 Log To Console ${iter}th iteration Patch Request without valid session token 62 … Redfish.Patch ${REDFISH_NW_ETH_IFACE}${ethernet_interface} body={'HostName': '${hostname}'} 74 …... msg=Patch operation failed ${fail_count} times in ${verify_count} attempts; fails at iteratio… 302 Redfish.Patch ${ethernet_interface_uri} body={'HostName': '${hostname}'} 337 Redfish.Patch /redfish/v1/AccountService body=[('AccountLockoutThreshold', 0)]
|
/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-test-automation/lib/external_intf/ |
H A D | vmi_utils.robot | 51 ${resp}= Redfish.Patch /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface} 93 ${resp}= Redfish.Patch 116 ${resp}= Redfish.Patch 237 ${resp}= Redfish.Patch 277 ${resp}= Redfish.Patch 343 Redfish.Patch /redfish/v1/Systems/hypervisor/EthernetInterfaces/${interface}
|
/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
|
/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/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch | 33 +/* Patch syslinux_bootsect */ 182 + /* Patch syslinux_bootsect */ 185 + /* Patch ldlinux.sys */
|
/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
|