/openbmc/openpower-vpd-parser/ |
H A D | README.md | 5 records and keywords. A record is a collection of multiple keywords. More 17 - The supported records and keywords. 29 - It parses all the records and keywords from the VPD, including large keywords 30 (Keywords that begin with a `#` and are > 255 bytes in length).
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_conf.robot | 113 [Teardown] Run Keywords 136 [Teardown] Run Keywords 151 [Teardown] Run Keywords 201 [Teardown] Run Keywords 216 [Teardown] Run Keywords 224 [Teardown] Run Keywords 232 [Teardown] Run Keywords 240 [Teardown] Run Keywords 248 [Teardown] Run Keywords 256 [Teardown] Run Keywords [all …]
|
H A D | test_certificate.robot | 84 [Teardown] Run Keywords FFDC On Test Case Fail AND Delete All CA Certificate Via Redfish 186 [Setup] Run Keywords Get Current BMC Date AND Modify BMC Date 188 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore BMC Date 198 [Setup] Run Keywords Get Current BMC Date AND Modify BMC Date 200 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore BMC Date 209 [Setup] Run Keywords Get Current BMC Date AND Modify BMC Date 211 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore BMC Date 221 [Setup] Run Keywords Get Current BMC Date AND Modify BMC Date 223 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore BMC Date 255 *** Keywords ***
|
H A D | test_multiple_interfaces.robot | 24 Test Setup Run Keywords Redfish.Login AND Redfish1.Login 25 Test Teardown Run Keywords FFDC On Test Case Fail AND Redfish.Logout AND Redfish1.Logout 26 Suite Teardown Run Keywords Redfish1.Logout AND Redfish.Logout 49 [Teardown] Run Keywords 67 [Setup] Run Keywords Set Test Variable ${CHANNEL_NUMBER} ${SECONDARY_CHANNEL_NUMBER} 69 [Teardown] Run Keywords Redfish.Logout AND Redfish.Login AND 102 [Setup] Run Keywords Redfish.Login AND 157 [Teardown] Run Keywords 209 *** Keywords *** 239 … ... Run Keywords Set Suite Variable ${eth1_subnet_mask} ${network_configuration['SubnetMask']}
|
H A D | test_managers_bmc_time.robot | 60 [Teardown] Run Keywords Redfish Set DateTime AND FFDC On Test Case Fail 94 [Setup] Run Keywords Set Time To Manual Mode AND 96 [Teardown] Run Keywords FFDC On Test Case Fail AND 106 *** Keywords ***
|
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
H A D | test_server_power_operations_sub_menu.robot | 8 Test Setup Run Keywords Launch Browser And Login GUI AND Navigate to Server Power Operation… 41 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI 54 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI 97 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI 115 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI 126 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI 141 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI 154 *** Keywords ***
|
/openbmc/linux/Documentation/process/ |
H A D | kernel-docs.rst | 25 "Keywords" helpful when searching for specific topics, and a brief 44 :Keywords: text files, Sphinx. 58 :Keywords: glossary, terms, linux-kernel. 69 :Keywords: modules, GPL book, /proc, ioctls, system calls, 158 :Keywords: Browsing source code. 166 :Keywords: latest kernel news. 175 :Keywords: memory management, Linux-MM, mm patches, TODO, docs, 184 :Keywords: IRC, newbies, channel, asking doubts. 200 :Keywords: linux-kernel, archives, search.
|
/openbmc/openbmc-test-automation/redfish/account_service/ |
H A D | test_ldap_configuration.robot | 13 Test Teardown Run Keywords Redfish.Login AND FFDC On Test Case Fail 108 [Teardown] Run Keywords Restore LDAP URL AND 183 [Teardown] Run Keywords Restore AccountLockout Attributes AND 214 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore LDAP Privilege 224 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore LDAP Privilege 326 [Teardown] Run Keywords FFDC On Test Case Fail AND 341 [Teardown] Run Keywords FFDC On Test Case Fail AND 355 [Teardown] Run Keywords Redfish.Logout AND Redfish.Login 365 [Teardown] Run Keywords FFDC On Test Case Fail AND 379 [Teardown] Run Keywords FFD [all...] |
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | vpd_tool.hpp | 20 * Reset specific system VPD keywords to its default value. 32 * - SN, PN, CC, FN, DR keywords under VINI record. 252 * - SN, PN, CC, FN, DR keywords under VINI record. 263 * @brief API to fix system VPD keywords. 265 * The API to fix the system VPD keywords. Mainly used when there 267 * choose option to update all primary keywords value with corresponding 268 * backup keywords value or can choose primary keyword value to sync 305 * @brief Reset specific keywords on System VPD to default value. 307 * This API resets specific System VPD keywords to default value. The 315 * BIOS attribute related keywords need to be synced from BIOS Config [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_user.robot | 43 [Teardown] Run Keywords FFDC On Test Case Fail AND 64 [Teardown] Run Keywords FFDC On Test Case Fail AND 94 [Teardown] Run Keywords FFDC On Test Case Fail AND 133 [Teardown] Run Keywords FFDC On Test Case Fail AND 164 [Teardown] Run Keywords FFDC On Test Case Fail AND 184 [Teardown] Run Keywords FFDC On Test Case Fail AND 208 [Teardown] Run Keywords FFDC On Test Case Fail AND 224 [Teardown] Run Keywords FFDC On Test Case Fail AND 240 [Teardown] Run Keywords FFDC On Test Case Fail AND 255 [Teardown] Run Keywords FFDC On Test Case Fail AND [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 60 + """Get the keywords needed to look up the version information.""" 68 + keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} 69 + return keywords 180 + # keywords. When used from setup.py, we don't want to import _version.py, 183 + keywords = {} 190 + keywords["refnames"] = mo.group(1) 194 + keywords["full"] = mo.group(1) 198 + keywords["date"] = mo.group(1) 201 + return keywords 204 +@register_vcs_handler("git", "keywords") [all …]
|
/openbmc/docs/designs/ |
H A D | vpd-collection.md | 39 Essentially, the IPZ VPD structure consists of key-value pairs called keywords. 42 instance of a part. Keywords themselves can be combined or grouped into records. 43 For example, a single record can be used to group keywords that have similar 46 The keyword format VPD does not contain records, but instead has just keywords 52 - IPZ VPD has different records and keywords. 60 has no concept of a record to group keywords together. The ECC for the keyword 155 also serve as means to logically group keywords in the inventory, quite 158 containing keywords SN, FN and CCIN, the representation in D-Bus would look 169 - In case of keyword format VPD, all keywords shall be placed as properties 255 - Applications that need to read VPD keywords will be impacted in the sense that
|
/openbmc/linux/scripts/genksyms/ |
H A D | keywords.c | 5 } keywords[] = { variable 35 // c11 keywords that can be used at module scope 66 #define NR_KEYWORDS (sizeof(keywords)/sizeof(struct resword)) 72 struct resword *r = keywords + i; in is_reserved_word()
|
/openbmc/openbmc-test-automation/docs/ |
H A D | redfish_coding_guidelines.md | 85 - It allows calling keywords and testcases to keep control over login parameters 103 *** Keywords *** 110 *** Keywords *** 114 - As a result of the first two rules, all keywords and testcases that call upon 116 expect that login/logout have already been handled. Therefore, such keywords
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_service_restart_policy.robot | 98 ... Run Keywords Log ${incorrect_auto_restart_policy_services} AND 101 ... Run Keywords Log ${incorrect_auto_restart_policy_services} AND 116 ... Run Keywords Append To List ${service_not_started} ${service} AND Continue For Loop 136 …... Run Keywords Log ${service_not_started} AND Fail msg=All the services were either not … 138 …... Run Keywords Log ${service_not_started} AND Fail msg=Few listed services were either n… 140 *** Keywords ***
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_policies_sub_menu.robot | 9 Suite Setup Run Keywords Launch Browser And Login GUI AND Redfish.Login 81 [Teardown] Run Keywords Enable SSH Protocol ${True} AND 146 … [Teardown] Run Keywords Wait Until Keyword Succeeds 2 min 15 sec Enable SSH Protocol ${True} 164 …[Teardown] Run Keywords Wait Until Keyword Succeeds 2 min 15 sec Enable IPMI Protocol ${True} 209 *** Keywords *** 289 ... Run Keywords Click Element ${xpath_bmc_ssh_toggle} 299 ... Run Keywords Click Element ${xpath_network_ipmi_toggle} 305 ... Run Keywords Reboot BMC via GUI AND Test Setup Execution
|
H A D | test_multiple_interfaces.robot | 39 Run Keywords Login GUI AND Logout GUI 41 Run Keywords Login GUI AND Logout GUI 54 *** keywords *** 69 [Teardown] Run Keywords Logout GUI AND Close Browser
|
H A D | test_ldap_sub_menu.robot | 92 [Teardown] Run Keywords Redfish.Logout AND Redfish.Login 104 [Teardown] Run Keywords Redfish.Logout AND Redfish.Login 121 [Teardown] Run Keywords Redfish.Logout AND Redfish.Login 145 [Teardown] Run Keywords Redfish.Login AND Delete LDAP Role Group ${GROUP_NAME} 175 [Teardown] Run Keywords Redfish.Logout AND Redfish.Login 189 *** Keywords *** 234 Run Keywords Refresh GUI AND Sleep 10s 354 [Teardown] Run Keywords Logout GUI AND Login BMC And Navigate To LDAP Page
|
/openbmc/openbmc-test-automation/lib/ |
H A D | jobs_processing.py | 5 execution of keywords where generic robot keywords don't support. 88 Execute multiple robot keywords with arguments via multiprocessing process. 91 number_args Number of argument in keywords.
|
H A D | redfish_request.robot | 3 Documentation Redfish request library which provide keywords for creating session, 5 ... library file. It also contain other keywords which uses redfish_request.py 13 *** Keywords ***
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | README.md | 4 consists of keywords that are stored as key-value pairs (Keyword name and its 5 value). Keywords are grouped into records, usually with similar function grouped 16 D-Bus. Each YAML here represents a record in the IPZ VPD and keywords that
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_expire_password.robot | 54 [Teardown] Run Keywords Wait Until Keyword Succeeds 1 min 10 sec 71 [Teardown] Run Keywords Wait Until Keyword Succeeds 1 min 10 sec 86 [Teardown] Run Keywords FFDC On Test Case Fail AND 105 [Teardown] Run Keywords Wait Until Keyword Succeeds 1 min 10 sec 122 [Teardown] Run Keywords Logout GUI AND Close Browser 197 [Setup] Run Keywords Launch Browser And Login GUI AND 199 [Teardown] Run Keywords Logout GUI AND Close Browser 300 …[Teardown] Run Keywords Set Account Lockout Threshold account_lockout_threshold=${defaultlockou… 331 *** Keywords ***
|
/openbmc/u-boot/cmd/ |
H A D | ethsw.c | 901 /* Finds optional keywords and modifies *argc_va to skip them */ 915 * check if our command's optional keywords match the optional in cmd_keywords_opt_check() 916 * keywords of an available command in cmd_keywords_opt_check() 924 * increase the number of keywords that in cmd_keywords_opt_check() 937 * if all our optional command's keywords perfectly match an in cmd_keywords_opt_check() 939 * keywords in our command; remember the one that matched the in cmd_keywords_opt_check() 940 * greatest number of keywords in cmd_keywords_opt_check() 953 * Finds the function to call based on keywords and 965 * check if our command's keywords match the in cmd_keywords_check() 966 * keywords of an available command in cmd_keywords_check() [all …]
|
/openbmc/openbmc-test-automation/gui/test/server_control/ |
H A D | test_obmc_gui_server_power_operations.robot | 90 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND 100 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND 111 [Setup] Run Keywords Launch Browser And Login OpenBMC GUI AND 118 *** Keywords ***
|
/openbmc/openbmc-test-automation/extended/ |
H A D | run_keyword.py | 47 Run the keywords in the keyword string. 51 keywords. This may contain a colon-delimited list of 66 # 1) variable assignments 2) multiple keywords? Couldn't a user simply 81 # keywords, the user can invoke it with the following keyword string.
|