Home
last modified time | relevance | path

Searched refs:Patch (Results 1 – 25 of 183) sorted by relevance

12345678

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_protocol.robot23 [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 Dqom_type_info.py193 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 Dqom_macros.py144 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 Dpatching.py28 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 Dverb.hpp20 Patch, enumerator
41 return HttpVerb::Patch; in httpVerbFromBoost()
61 case HttpVerb::Patch: in httpVerbToString()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_date_and_time_utils.robot35 # 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 Dprotocol_setting_utils.robot26 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 Dtest_firmware_property.robot30 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 Dverb_test.cpp22 {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 D0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch21 - 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 Dtest_ldap_configuration.robot43 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 Dtest_user_account.robot227 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 Dtest_ipmi_redfish_user.robot62 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 Dredfish_coding_guidelines.md29 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 Dmbox.py43 class Patch: class
56 self.patches = [Patch(message) for message in mbox]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_expire_password.robot61 ${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 Dtest_bmc_connections.robot39 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 Dtest_redfish_bios_attributes.robot33 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 Dvmi_utils.robot51 ${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 Dquilt.rst33 #. *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 Dpython3-idna-ssl_1.1.0.bb1 SUMMARY = "Patch ssl.match_hostname for Unicode(idna) domains support"
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch33 +/* Patch syslinux_bootsect */
182 + /* Patch syslinux_bootsect */
185 + /* Patch ldlinux.sys */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.49-chk_retcodes.patch1 Patch originally from Fedora
H A Dtftp-hpa-0.49-stats.patch1 Patch originally from Fedora
H A Dtftp-0.40-remap.patch1 Patch originally from Fedora

12345678