/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_protocol_settings.robot | 16 ${cmd_prefix} ipmitool -I lanplus -C 17 -p 623 -U ${IPMI_USERNAME} -P ${IPMI_PASSWORD} 22 Verify SSH Is Enabled By Default 23 [Documentation] Verify SSH is enabled by default. 26 # Check if SSH is enabled by default. 36 # Check if SSH is really enabled via Redfish. 58 Should Be Equal As Strings ${status} False 71 # Check if SSH is really enabled via Redfish. 96 Should Be Equal As Strings ${status} False 132 Should Be Equal As Strings ${status} False 142 # Check if IPMI is really enabled via Redfish. [all …]
|
H A D | test_multiple_interfaces.robot | 19 # Use can input as -v OPENBMC_HOST_ETH1:xx.xxx.xx from command line. 30 ${cmd_prefix} ipmitool -I lanplus -C 17 -p 623 -U ${IPMI_USERNAME} -P ${IPMI_PASSWORD} 115 # interface_ip interface enabled 181 # Check if SSH is really enabled via Redfish via eth1. 199 Should Be Equal As Strings ${status} False 206 Should Be Equal As Strings ${status} False 248 [Arguments] ${interface_ip} ${interface} ${enabled} 254 # enabled Indicates interface should be enabled (eg. True or False). 258 ${data}= Create Dictionary InterfaceEnabled=${enabled} 265 Should Be Equal ${interface_status} ${enabled} [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_boot_devices.robot | 29 &{redfish_ipmi_target_map} Hdd=Force Boot from default Hard-Drive 31 ... Diags=Force Boot from default Hard-Drive, request Safe-Mode 45 Verify BMC Redfish Boot Source Override with Enabled Mode As Once 46 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Once. 65 Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous 66 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous. 85 Verify BMC Redfish Boot Source Override with Enabled Mode As Disabled 86 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Disabled. 105 Verify Boot Source Override Policy Persistency With Enabled Mode As Once After BMC Reboot 106 …[Documentation] Verify Boot Source Override Policy Persistency with Enabled Mode As Once After BM… [all …]
|
H A D | test_powersubsystem_settings.robot | 65 [Documentation] Verify the state of the system's powersupplies is ok and enabled. 77 # "State": "Enabled" 79 Should Be Equal As Strings ${resp_resource.dict["Status"]["Health"]} OK 80 Should Be Equal As Strings ${resp_resource.dict["Status"]["State"]} Enabled 92 # - Executing: get('/redfish/v1/Chassis/chassis/PowerSubsystem/PowerSupplies/powersupply0') 96 # - Executing: get('/redfish/v1/Chassis/chassis/PowerSubsystem/PowerSupplies/powersupply1') 139 Should Be Equal As Strings ${power_mode} ${current_power_mode}
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-regulator | 10 This will be one of the following strings: 12 'enabled' 16 'enabled' means the regulator output is ON and is supplying 20 supplying power to the system (unless some non-Linux 21 control has enabled it). 36 This will be one of the following strings: 38 - off 39 - on 40 - error 41 - fast [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | qcom-wled.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 11 - Kiran Gunda <kgunda@codeaurora.org> 21 - qcom,pm8941-wled 22 - qcom,pmi8950-wled 23 - qcom,pmi8994-wled 24 - qcom,pmi8998-wled [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_policies_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Policies" sub-menu of "Security and Access" menu. 19 ${xpath_bmc_ssh_toggle} //*[@data-test-id='policies-toggle-bmcShell'] 20 ... /following-sibling::label 21 ${xpath_network_ipmi_toggle} //*[@data-test-id='polices-toggle-networkIpmi'] 22 ... /following-sibling::label 23 ${xpath_host_tpm_toggle} //input[@id='host-tpm-policy'] 24 ${xpath_virtual_tpm_toggle} //*[@data-test-id='policies-toggle-vtpm'] 25 ${xpath_rtad_toggle} //*[@data-test-id='policies-toggle-rtad'] 26 ${xpath_usb_firmware_update_policy_toggle} //*[@data-test-id='policies-toggle-usbFirmwareUpdateP… 27 ${xpath_secure_version_lockin_toggle} //*[@data-test-id='policies-toggle-svle'] [all …]
|
/openbmc/openbmc-test-automation/redfish/account_service/ |
H A D | test_redfish_privilege_registry.robot | 40 Should Be Equal As Strings ${resp.status} ${HTTP_OK} 54 Should Be Equal As Strings ${resp.dict["Id"]} Redfish_1.1.0_PrivilegeRegistry 55 Should Be Equal As Strings ${resp.dict["Name"]} Privilege Mapping array collection 56 Should Be Equal As Strings ${resp.dict["PrivilegesUsed"][0]} Login 57 Should Be Equal As Strings ${resp.dict["PrivilegesUsed"][1]} ConfigureManager 58 Should Be Equal As Strings ${resp.dict["PrivilegesUsed"][2]} ConfigureUsers 59 Should Be Equal As Strings ${resp.dict["PrivilegesUsed"][3]} ConfigureComponents 60 Should Be Equal As Strings ${resp.dict["PrivilegesUsed"][4]} ConfigureSelf 100 # |---------------|-------------------- 132 ... UserName=${post_user} Password=${post_password} RoleId=Operator Enabled=${true} [all …]
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | filter_expr_parser_test.cpp | 1 // SPDX-License-Identifier: Apache-2.0 2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors 48 parse("not ProcessorSummary/Count eq -2", in TEST() 49 "not(unquoted_string(\"ProcessorSummary/Count\") Equals int(-2))"); in TEST() 50 parse("Status/State eq 'Enabled')", in TEST() 51 R"(unquoted_string("Status/State") Equals quoted_string("Enabled"))"); in TEST() 56 "Status/State eq 'Enabled' and Status/Health eq 'OK' or SystemType eq 'Physical'", in TEST() 57 …R"((unquoted_string("Status/State") Equals quoted_string("Enabled")) and ((unquoted_string("Status… in TEST() 59 "(Status/State eq 'Enabled' and Status/Health eq 'OK') or SystemType eq 'Physical'", in TEST() 60 …R"(((unquoted_string("Status/State") Equals quoted_string("Enabled")) and (unquoted_string("Status… in TEST() [all …]
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_inventory.robot | 17 Verify Redfish Update Service Enabled 18 [Documentation] Verify "ServiceEnabled" is enabled. 28 Should Be Equal As Strings ${resp.dict["ServiceEnabled"]} ${True} 76 # "State": "Enabled" 78 Should Be Equal As Strings ${resp_resource.dict["Status"]["Health"]} OK 79 Should Be Equal As Strings ${resp_resource.dict["Status"]["HealthRollup"]} OK 80 Should Be Equal As Strings ${resp_resource.dict["Status"]["State"]} Enabled 90 # Check for manager version and cat /etc/os-release. 91 Should Be Equal As Strings 101 ${actual_count}= Evaluate ${resp.dict["Members@odata.count"]}-1 [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | rest_client.robot | 37 # quiet If enabled, turns off logging to console. 46 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Accept=application/json 64 # quiet If enabled, turns off logging to console. 72 ${headers}= Create Dictionary Content-Type=application/json 73 ... X-Auth-Token=${XAUTH_TOKEN} 97 ${headers}= Create Dictionary Content-Type=application/json 98 ... X-Auth-Token=${XAUTH_TOKEN} 113 # quiet If enabled, turns off logging to console. 121 ${headers}= Create Dictionary Content-Type=application/json 122 ... X-Auth-Token=${XAUTH_TOKEN} [all …]
|
H A D | utils.robot | 126 Write Attribute ${HOST_WATCHDOG_URI} Enabled data=${data} 174 ... Set Variable echo ${os_password} | sudo -S reboot 197 ... Set Variable echo ${os_password} | sudo -S shutdown${time_string} 248 Write Attribute ${BMC_LOGGING_URI}rest_api_logs Enabled 273 # prior call to this function or via a -v parm), this keyword will simply 281 # -v boot_prog_method:Old to force old behavior on such builds. 312 should be equal as strings ${resp.status_code} ${HTTP_OK} 327 should be equal as strings ${resp.status_code} ${HTTP_OK} 404 Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} 426 Should be equal as strings ${resp.status_code} ${HTTP_OK} [all …]
|
H A D | protocol_setting_utils.robot | 11 ${cmd_prefix} ipmitool -I lanplus -C 17 -p 623 -U ${IPMI_USERNAME} -P ${IPMI_PASSWORD} 93 # "State": "Enabled" 97 Should Be Equal As Strings ${resp.dict['SSH']['ProtocolEnabled']} ${state} 126 ${rc}= Run And Return Rc ${cmd_prefix} -H ${host} ${sub_cmd} 127 Should Be Equal As Strings ${rc} 0 128 ... msg=IPMI is not enabled and commands are failing. 139 Should Be Equal As Strings ${resp.dict['IPMI']['ProtocolEnabled']} ${state}
|
H A D | var_funcs.py | 40 The print-out of the resulting var dictionary is: 256 Convert a list containing key/value strings or tuples to a dictionary and return it. 258 See docstring of parse_key_value function for details on key/value strings. 288 headers[0][0]: content-length 291 headers[1][0]: x-xss-protection 301 [content-length]: 559 302 [x-xss-protection]: 1; mode=block 304 Another example containing a sub-list (see process_indent description below): 313 …Note that the 2 qualifications for containing a sub-list are met: 1) 'Additional Device Support' h… 326 …key_value_list A list of key/value strings. (See docstring of parse_key_value fu… [all …]
|
/openbmc/linux/sound/core/ |
H A D | info_oss.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 21 static DEFINE_MUTEX(strings); 29 return -ENXIO; in snd_oss_info_register() 31 return -ENXIO; in snd_oss_info_register() 32 mutex_lock(&strings); in snd_oss_info_register() 40 mutex_unlock(&strings); in snd_oss_info_register() 41 return -ENOMEM; in snd_oss_info_register() 45 mutex_unlock(&strings); in snd_oss_info_register() 52 int idx, ok = -1; in snd_sndstat_show_strings() 56 mutex_lock(&strings); in snd_sndstat_show_strings() [all …]
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_savearea_management.robot | 34 ${content-1} Sample Content to test partition file upload 37 ${content-2} Sample Content to test partition file upload after reboot 51 100-file 60 500KB-file 61 2000KB-file 62 10000KB-file 63 25000KB-file 73 99-file ${HTTP_BAD_REQUEST} 0 ${MINIMUM_FILE_SIZE_MESSAGE} 83 25001KB-file ${HTTP_BAD_REQUEST} 0 ${MAXIMUM_FILE_SIZE_MESSAGE} 92 250KB-file,500KB-file [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-lm36274.txt | 1 * Texas Instruments LM36274 4-Channel LCD Backlight Driver w/Integrated Bias 3 The LM36274 is an integrated four-channel WLED driver and LCD bias supply. 4 The backlight boost provides the power to bias four parallel LED strings with 5 up to 29V total output voltage. The 11-bit LED current is programmable via 9 Documentation/devicetree/bindings/mfd/ti-lmu.txt 12 Documentation/devicetree/bindings/regulator/lm363x-regulator.txt 15 - compatible: 16 "ti,lm36274-backlight" 17 - reg : 0 18 - #address-cells : 1 [all …]
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_configfs.rst | 50 http://www.spinics.net/lists/linux-usb/msg76388.html) 55 $ mount none $CONFIGFS_HOME -t configfs 60 ----------------------- 81 A gadget also needs its serial number, manufacturer and product strings. 82 In order to have a place to store them, a strings subdirectory must be created 85 $ mkdir strings/0x409 87 Then the strings can be specified:: 89 $ echo <serial number> > strings/0x409/serialnumber 90 $ echo <manufacturer> > strings/0x409/manufacturer 91 $ echo <product> > strings/0x409/product [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_pm_debugfs.c | 1 // SPDX-License-Identifier: MIT 29 atomic_inc(>->user_wakeref); in intel_gt_pm_debugfs_forcewake_user_open() 31 if (GRAPHICS_VER(gt->i915) >= 6) in intel_gt_pm_debugfs_forcewake_user_open() 32 intel_uncore_forcewake_user_get(gt->uncore); in intel_gt_pm_debugfs_forcewake_user_open() 37 if (GRAPHICS_VER(gt->i915) >= 6) in intel_gt_pm_debugfs_forcewake_user_release() 38 intel_uncore_forcewake_user_put(gt->uncore); in intel_gt_pm_debugfs_forcewake_user_release() 40 atomic_dec(>->user_wakeref); in intel_gt_pm_debugfs_forcewake_user_release() 45 struct intel_gt *gt = inode->i_private; in forcewake_user_open() 54 struct intel_gt *gt = inode->i_private; in forcewake_user_release() 69 struct intel_gt *gt = m->private; in fw_domains_show() [all …]
|
/openbmc/linux/drivers/leds/ |
H A D | leds-lm3697.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/ 15 #include <linux/leds-ti-lmu-common.h> 47 * struct lm3697_led - 48 * @hvled_strings: Array of LED strings associated with a control bank 55 * @enabled: LED brightness level (or LED_OFF) 65 int enabled; member 70 * struct lm3697 - 77 * @leds: Array of LED strings 127 int ctrl_en_val = (1 << led->control_bank); in lm3697_brightness_set() [all …]
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | usb3-debug-port.rst | 19 3) have a USB 3.0 super-speed A-to-A debugging cable. 28 When DbC is initialized and enabled, it will present a debug 30 super-speed port). The debug device is fully compliant with 32 performance full-duplex serial link between the debug target 41 Other uses include simpler, lockless logging instead of a full- 45 kernel with CONFIG_EARLY_PRINTK_USB_XDBC enabled. And, add below 58 "usbcore.autosuspend=-1" 63 should be a USB 3.0 super-speed A-to-A debugging cable. 74 # tail -f /var/log/kern.log 75 [ 1815.983374] usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd [all …]
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.8 | 1 .\" This page Copyright (C) 2010 - 2015 Len Brown <len.brown@intel.com> 5 x86_energy_perf_policy \- Manage Energy vs. Performance Policy via x86 Model Specific Registers 10 .RB "scope: \-\-cpu\ cpu-list | \-\-pkg\ pkg-list" 12 .RB "cpu-list, pkg-list: # | #,# | #-# | all" 14 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired" 16 .RB "other: (\-\-force | \-\-hwp-enable | \-\-turbo-enable) value)" 18 .RB "value: # | default | performance | balance-performance | balance-power | power" 21 displays and updates energy-performance policy settings specific to 23 updates, no matter if the Linux cpufreq sub-system is enabled or not. 27 such as how aggressively the hardware enters and exits CPU idle states (C-states) [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | ManagerNetworkProtocol.v1_10_1.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 38 "longDescription": "This object shall contain the RFC3411-defined engine ID.", 40 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 56 …described in item 3 of the snmpEngineID syntax of RFC3411. The full RFC3411-defined snmpEngineID … 57 "pattern": "^([A-Fa-f0-9]{2} ){0,27}[A-Fa-f0-9]{2}$", 66 "description": "The enterprise-specific method.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | ManagerNetworkProtocol.v1_10_1.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 38 "longDescription": "This object shall contain the RFC3411-defined engine ID.", 40 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 56 …described in item 3 of the snmpEngineID syntax of RFC3411. The full RFC3411-defined snmpEngineID … 57 "pattern": "^([A-Fa-f0-9]{2} ){0,27}[A-Fa-f0-9]{2}$", 66 "description": "The enterprise-specific method.", [all …]
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | Kconfig | 2 bool "Support running EFI Applications in U-Boot" 15 on top of U-Boot. If this option is enabled, U-Boot will expose EFI 16 interfaces to a loaded EFI application, enabling it to reuse U-Boot's 25 Unicode codepoints in the range 0x0000-0xffff. If this option is not 44 allows UEFI applications to draw fancy menus and hook strings using 47 U-Boot implements enough of its features to be able to run the UEFI 49 beware that your system might break with HII enabled.
|