Home
last modified time | relevance | path

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

1234567

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_protocol.robot24 [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 Dtest_managers_bmc.robot204 # 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 Dverb.hpp20 Patch, enumerator
41 return HttpVerb::Patch; in httpVerbFromBoost()
61 case HttpVerb::Patch: in httpVerbToString()
/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/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_property.robot30 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 Dbmc_date_and_time_utils.robot44 # 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 Dprotocol_setting_utils.robot26 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 Dbmc_ldap_utils.robot87 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=${body}
105 Redfish.Patch ${REDFISH_BASE_URI}AccountService body=&{payload}
/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/poky/meta/lib/patchtest/
H A Dmbox.py43 class Patch: class
56 self.patches = [Patch(message) for message in mbox]
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md27 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 Dtest_ipmi_redfish_user.robot60 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 Dtest_user_account.robot219 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 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 ${REDFISH_BASE_URI}AccountService body=${body}
[all …]
/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-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/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
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_oem_routing_test.cpp131 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 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}
/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

1234567