Home
last modified time | relevance | path

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

12345678

/openbmc/bmcweb/http/
H A Dverb.hpp14 Patch, enumerator
35 return HttpVerb::Patch; in httpVerbFromBoost()
55 case HttpVerb::Patch: in httpVerbToString()
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py231 def gen_patches(self) -> Iterable[Patch]:
262 def gen_patches(self) -> Iterable[Patch]:
269 def gen_patches(self) -> Iterable[Patch]:
494 def gen_patches(self) -> Iterable[Patch]:
524 def gen_patches(self) -> Iterable[Patch]:
605 def gen_patches(self) -> Iterable[Patch]:
691 def gen_patches(self) -> Iterable[Patch]:
717 def gen_patches(self) -> Iterable[Patch]:
812 def gen_patches(self) -> Iterable[Patch]:
861 def gen_patches(self) -> Iterable[Patch]:
[all …]
H A Dqom_macros.py144 def strip_typedef(self) -> Patch:
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]:
577 def gen_patches(self) -> Iterable[Patch]:
787 def gen_patches(self) -> Iterator[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/managers/
H A Dtest_managers_bmc_time.robot112 [Documentation] Patch NTP servers and verify NTP servers is set.
116 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
127 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
140 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
159 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}}
186 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${True}}}
220 # th Redfish.Patch function. A good use for
237 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}}
247 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
268 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
[all …]
/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.cpp20 {HttpVerb::Patch, BoostVerb::patch}, in TEST()
45 {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/recipes-core/readline/readline/
H A Dreadline82-002.patch5 Patch-ID: readline82-002
16 Patch (apply with `patch -p0'):
H A Dreadline82-003.patch5 Patch-ID: readline82-003
13 Patch (apply with `patch -p0'):
H A Dreadline82-001.patch5 Patch-ID: readline82-001
16 Patch (apply with `patch -p0'):
H A Dreadline82-005.patch5 Patch-ID: readline82-005
20 Patch (apply with `patch -p0'):
H A Dreadline82-007.patch5 Patch-ID: readline82-007
17 Patch (apply with `patch -p0'):
H A Dreadline82-008.patch5 Patch-ID: readline82-008
15 Patch (apply with `patch -p0'):
H A Dreadline82-004.patch5 Patch-ID: readline82-004
13 Patch (apply with `patch -p0'):
H A Dreadline82-009.patch5 Patch-ID: readline82-009
18 Patch (apply with `patch -p0'):
H A Dreadline82-010.patch5 Patch-ID: readline82-010
19 Patch (apply with `patch -p0'):
/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-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/redfish/account_service/
H A Dtest_ldap_configuration.robot43 Redfish.Patch ${REDFISH_BASE_URI}AccountService
53 Redfish.Patch ${REDFISH_BASE_URI}AccountService
64 Redfish.Patch ${REDFISH_BASE_URI}AccountService
76 Redfish.Patch ${REDFISH_BASE_URI}AccountService
90 Redfish.Patch ${REDFISH_BASE_URI}AccountService
197 Redfish.Patch ${REDFISH_BASE_URI}AccountService
199 Redfish.Patch ${REDFISH_BASE_URI}AccountService
285 Redfish.Patch ${REDFISH_BASE_URI}AccountService
517 Redfish.Patch ${REDFISH_BASE_URI}AccountService
585 Redfish.Patch ${REDFISH_BASE_URI}AccountService
[all …]
H A Dtest_user_account.robot227 Redfish.Patch /redfish/v1/AccountService/Accounts/admin_user body=&{payload}
231 Redfish.Patch /redfish/v1/AccountService/Accounts/readonly_user body=&{payload}
252 Redfish.Patch /redfish/v1/AccountService/Accounts/operator_user body=&{payload}
266 Redfish.Patch ${REDFISH_ACCOUNTS_SERVICE_URI} body=${payload}
302 Redfish.Patch ${REDFISH_ACCOUNTS_SERVICE_URI} body=${payload}
324 Redfish.Patch ${REDFISH_ACCOUNTS_URI}test_user body=${payload}
448 Redfish.Patch /redfish/v1/AccountService/Accounts/${user_name} body={'Password': 'UserPwd'}
452 Redfish.Patch /redfish/v1/AccountService/Accounts/${user_name} body={'Password': 'UserPwd1'}
751 # Patch basicauth to TRUE
759 # Patch basicauth to FALSE
[all …]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_expire_password.robot59 ${resp}= Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME}
76 ... Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME}
92 Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME}
182 Redfish.Patch /redfish/v1/AccountService/Accounts/admin_user
307 Redfish.Patch /redfish/v1/AccountService/ body=&{payload}
315 Redfish.Patch /redfish/v1/AccountService/Accounts/${OPENBMC_USERNAME}
355 Redfish.Patch /redfish/v1/AccountService/Accounts/${admin_user}
370 ... 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/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

12345678