/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}}} 119 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
|
/openbmc/bmcweb/http/ |
H A D | verb.hpp | 14 Patch, enumerator 35 return HttpVerb::Patch; in httpVerbFromBoost() 55 case HttpVerb::Patch: in httpVerbToString()
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 231 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 D | qom_macros.py | 144 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 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/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} body={'DateTime': '${date_time}'} 53 …... Redfish.Patch ${REDFISH_BASE_URI}Managers/${MANAGER_ID} body={'DateTime': '${date_time_form… 61 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${False}}} 88 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'ProtocolEnabled': ${state}}} 141 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI} body={'NTP':{'NTPServers': ${NTP_SERVER_ADDRESSES}}} 160 Redfish.Patch ${REDFISH_NW_PROTOCOL_URI}
|
/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 | 20 {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 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/recipes-core/readline/readline/ |
H A D | readline82-002.patch | 5 Patch-ID: readline82-002 16 Patch (apply with `patch -p0'):
|
H A D | readline82-003.patch | 5 Patch-ID: readline82-003 13 Patch (apply with `patch -p0'):
|
H A D | readline82-001.patch | 5 Patch-ID: readline82-001 16 Patch (apply with `patch -p0'):
|
H A D | readline82-005.patch | 5 Patch-ID: readline82-005 20 Patch (apply with `patch -p0'):
|
H A D | readline82-007.patch | 5 Patch-ID: readline82-007 17 Patch (apply with `patch -p0'):
|
H A D | readline82-008.patch | 5 Patch-ID: readline82-008 15 Patch (apply with `patch -p0'):
|
H A D | readline82-004.patch | 5 Patch-ID: readline82-004 13 Patch (apply with `patch -p0'):
|
H A D | readline82-009.patch | 5 Patch-ID: readline82-009 18 Patch (apply with `patch -p0'):
|
H A D | readline82-010.patch | 5 Patch-ID: readline82-010 19 Patch (apply with `patch -p0'):
|
/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-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/redfish/account_service/ |
H A D | test_ldap_configuration.robot | 43 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 D | test_user_account.robot | 227 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 D | test_bmc_expire_password.robot | 59 ${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 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}'}}
|