/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_discovery.robot | 2 Documentation Test to discover the BMC. Before running suit, 24 Discover BMC With Different Service Type 25 [Documentation] Discover all the BMC with different service type support. 27 [Template] Discover BMC With Service Type 29 # Service type 35 [Documentation] Discover BMC before and after reboot. 39 # Service type 45 [Documentation] BMC should be discoverable in next reboot even after disabling Avahi daemon. 49 # Service type skip 55 [Documentation] Discover BMC, when firmware update occurs for same release. [all …]
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_slp.robot | 2 Documentation Find services and service agents on the system. keyword 23 Verify SLP Service Types 24 [Documentation] Find services supported by system. 26 Verify Service Types 28 Verify Service Agents For Service Types 29 [Documentation] Find And verify service agents. 36 Verify Service Agents ${output} ${parameter} 42 [Documentation] Get SLP services. 50 [Documentation] Run SLPTool command and return output. 56 ... slptool -u ${OPENBMC_HOST} ${cmd} ${param} [all …]
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_service_restart_policy.robot | 2 Documentation Verify Auto Restart policy for set of mission critical 16 ${LOG_SERVICE} xyz.openbmc_project.Logging.service 21 [Documentation] Kill active services and expect auto restart. 25 # systemctl -p Restart show xyz.openbmc_project.Logging.service | cat 28 ... Create List xyz.openbmc_project.Logging.service 29 ... xyz.openbmc_project.ObjectMapper.service 30 ... xyz.openbmc_project.State.BMC.service 31 ... xyz.openbmc_project.State.Chassis@0.service 32 ... xyz.openbmc_project.State.Host@0.service 33 FOR ${SERVICE} IN @{services} [all …]
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Service_Validator.robot | 2 Documentation Test BMC using https://github.com/DMTF/Redfish-Service-Validator. keyword 14 ${rsv_dir_path} Redfish-Service-Validator 15 ${rsv_github_url} https://github.com/DMTF/Redfish-Service-Validator.git 17 ... --ip https://${OPENBMC_HOST}:${HTTPS_PORT} --authtype=Session -u ${OPENBMC_USERN… 18 ... -p ${OPENBMC_PASSWORD} --logdir ${EXECDIR}${/}logs${/} --debugging 23 Test BMC Redfish Using Redfish Service Validator 24 [Documentation] Check conformance with a Redfish service interface. 31 Redfish Service Validator Result ${output} 32 IF ${rc} != 0 Fail Redfish-Service-Validator Failed. 35 Run Redfish Service Validator With Additional Roles [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dmtf_tools_utils.robot | 2 Documentation DMTF tools utility keywords. keyword 15 [Documentation] Git clone tool. 19 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator"). 20 # rsv_github_url Github URL link(e.g "https://github.com/DMTF/Redfish-Service-Validator"). 22 ${cmd_buf} Catenate rm -rf ${rsv_dir_path} ; 23 ... git clone --branch ${branch_name} ${rsv_github_url} ${rsv_dir_path} 28 [Documentation] Execution of the command. 32 # rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator"). 41 Redfish Service Validator Result 42 [Documentation] Check tool output for errors. [all …]
|
H A D | os_utils_config.robot | 2 Documentation Keywords for system data information. keyword 10 [Documentation] Get PNOR information. 11 ${version} ${stderr}= Execute Command pflash -r /dev/stdout -P VERSION 18 [Documentation] Get system inventory. 19 ${inventory} ${stderr}= Execute Command lshw -short return_stderr=True 25 [Documentation] Get Memory Count. 27 ... Execute Command lshw -short | grep memory | wc -l return_stderr=True 33 [Documentation] Verify memory count. 41 [Documentation] Get DIMM count. 42 ${dimm_count} ${stderr}= Execute Command lshw -short | grep DIMM | wc -l [all …]
|
H A D | bmc_date_and_time_utils.robot | 2 Documentation This module provides general keywords for date time and ntp. keyword 20 [Documentation] Returns BMC Datetime value from Redfish. 27 [Documentation] Set DateTime using Redfish. 31 # "2019-06-30 09:21:28"). If this value is 46 ${date_time}= Convert Date ${date_time} result_format=%Y-%m-%dT%H:%M:%S+00:00 60 [Documentation] Set date time to manual mode via Redfish. 67 [Documentation] Set BMC Date Time at a given host state and verify. 88 [Documentation] Set NTP service inactive. 96 [Documentation] Get NTP service Status. 103 [Documentation] Restore NTP Status. [all …]
|
/openbmc/openbmc-test-automation/redfish/task_service/ |
H A D | test_tasks_service.robot | 3 Documentation Test task service and tasks URI functionality of OpenBMC. keyword 19 ${TIME_REGEXP_PATTERN} (.+)[\\-|\\+]\\d\\d\\:\\d\\d 23 Verify Task Service Attributes 24 [Documentation] Validate attributes and default values in task service URI. 31 # "DateTime": "2022-08-08T06:04:11+00:00", 34 # "Name": "Task Service", 52 # Verify service enabled property. 61 # Remove offset from task service time. 66 ... date1_format=%m/%d/%Y %H:%M:%S date2_format=%Y-%m-%dT%H:%M:%S 68 # Compare system time and time displayed in task service URI. [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 2 Documentation Inventory of hardware resources under systems. 25 [Documentation] Check event log after BMC rebooted. 40 [Documentation] Check event log after host has booted. 53 [Documentation] Create event logs and verify via redfish. 61 [Documentation] Delete Redfish event log and verify via Redfish. 76 [Documentation] Restart logging service and verify event logs. 83 ... systemctl restart xyz.openbmc_project.Logging.service 84 Sleep 10s reason=Wait for logging service to restart properly. 90 [Documentation] Restart logging service and verify event logs entry starts 105 # "Created": "2019-05-29T13:19:27+00:00", [all …]
|
H A D | test_event_service.robot | 2 Documentation Test Redfish event service subscription function. keyword 19 # override this default using -v REMOTE_SERVER_IP:<IP> from CLI 25 [Documentation] Subscribe a remote server and verify if added successful. 55 [Documentation] Do the suite setup. 64 [Documentation] Do the suite teardown. 71 [Documentation] Do the test setup. 78 # Verify Redfish event service attribute ServiceEnabled is set to True. 84 [Documentation] Do the post test teardown. 95 [Documentation] Delete all subscriptions.
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-serialgetty/ |
H A D | serial-getty@.service | 1 # SPDX-License-Identifier: LGPL-2.1+ 12 Documentation=man:agetty(8) man:systemd-getty-generator(8) key 13 Documentation=http://0pointer.de/blog/projects/serial-console.html key 14 PartOf=dev-%i.device 16 After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service getty-pre.target 17 After=rc-local.service 26 # rescue.target or starts rescue.service from multi-user.target or 28 Conflicts=rescue.service 29 Before=rescue.service 31 [Service] section [all …]
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | management_console_utils.robot | 2 Documentation Management console utilities keywords. keyword 12 &{daemon_command} start=systemctl start avahi-daemon 13 ... stop=systemctl stop avahi-daemon 14 ... status=systemctl status avahi-daemon -l 20 Set AvahiDaemon Service 21 [Documentation] To enable or disable avahi service. 32 Verify AvahiDaemon Service Status 33 [Documentation] To check for avahi service. 46 [Documentation] Create redifish session with client id. 51 # (e.g. 12345, "EXTERNAL-CLIENT"). [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Aladdin | 26 …m) or indirectly (as in payment for some service related to the Program, or payment for some produ… 28 …service for which a fee is received for retrieving information (such as an on-line service), provi… 29 …-readable media, provided that the files containing the Program are reproduced entirely and verbat… 35 …rominent notice that you have modified the file, including your name, your e-mail address (if any)… 38 …(iv) You must accompany the Work with the complete corresponding machine-readable source code, del… 62 …documentation are classified as "commercial computer software" and "commercial computer software d…
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_sessions_management.robot | 3 Documentation Test Redfish SessionService. keyword 18 # User-driven input parameter to skip operator user. 19 # -v SKIP_OPERATOR_USER:1 to skip from CLI. 27 [Documentation] Create session and verify response code using different 41 [Documentation] Create session and verify response code using operator 51 [Documentation] Set Session Timeout And Verify Response Code. 57 # seconds and 86400 seconds respectively as per the session service 70 [Documentation] Set timeout for session service and verify session is 82 [Documentation] Verify able to login and logout using the session created 98 [Documentation] Verify SessionService default property values. [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
H A D | weston.service | 1 # This is a system unit for launching Weston with auto-login as the 5 # the plugin systemd-notify.so. 7 Description=Weston, a Wayland compositor, as a system service 8 Documentation=man:weston(1) man:weston.ini(5) key 9 Documentation=http://wayland.freedesktop.org/ key 12 Requires=systemd-user-sessions.service 13 After=systemd-user-sessions.service 16 After=plymouth-quit-wait.service 18 # D-Bus is necessary for contacting logind. Logind is required. 33 [Service] section [all …]
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_inventory.robot | 2 Documentation Verify that Redfish software inventory can be collected. 17 Verify Redfish Update Service Enabled 18 [Documentation] Verify "ServiceEnabled" is enabled. 24 # "Name": "Update Service", 32 [Documentation] Verify software inventory collection member and object entries. 60 [Documentation] Get firmware inventory entries and do health check status. 85 [Documentation] Verify BMC version from FirmwareInventory same as in manager. 90 # Check for manager version and cat /etc/os-release. 101 ${actual_count}= Evaluate ${resp.dict["Members@odata.count"]}-1 106 # "Version": 2.7.0-dev-19-g9b44ea7 [all …]
|
H A D | test_redfish_bmc_code_update.robot | 2 Documentation Update firmware on a target BMC via Redifsh. 46 [Documentation] Update the firmware image with ApplyTime of OnReset. 55 [Documentation] Update the firmware image with ApplyTime of Immediate. 64 [Documentation] Multiple times update the firmware image for update service. 80 [Documentation] Update the firmware image with ApplyTime of Immediate. 89 [Documentation] Test to reset BMC at standby and then perform BMC firmware update and 107 [Documentation] Test to reset BMC at standby and then perform switch 133 [Documentation] Verify updated admin credential remain same post switch to back up image. 153 [Documentation] Verify updated admin credential remain same post code update image. 170 [Documentation] Ensure firmware update is successful when interrupted operation performed like [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.service | 2 Description=System Logging Service 4 Wants=network.target network-online.target 5 After=network.target network-online.target 6 Documentation=man:rsyslogd(8) key 7 Documentation=http://www.rsyslog.com/doc/ key 9 [Service] section 11 ExecStart=@sbindir@/rsyslogd -n -iNONE 13 Restart=on-failure 20 WantedBy=multi-user.target 21 Alias=syslog.service
|
/openbmc/linux/net/rxrpc/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 22 See Documentation/networking/rxrpc.rst. 54 See Documentation/networking/rxrpc.rst. 66 through the use of the key retention service. 68 See Documentation/networking/rxrpc.rst. 71 tristate "RxRPC test service" 73 Provide an rxperf service tester. This listens on UDP port 7009 for
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | ReportManager.interface.yaml | 6 - name: AddReport 13 - name: Id 17 D-Bus. Acceptable formats are: "{Id}", "{Prefix}/{SubId}", 18 "{Prefix}/". If the last variant is used, service will generate 20 - name: Name 24 - name: reportingType 28 listed in Report interface documentation. 29 - name: ReportUpdates 33 listed in Report interface documentation. 34 - name: AppendLimit [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 7 use [Install] blocks so that they get created when the service is enabled 8 like a traditional service. 14 Upstream-Status: Denied 16 Signed-off-by: Ross Burton <ross.burton@intel.com> 17 Signed-off-by: Khem Raj <raj.khem@gmail.com> 18 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 20 Signed-off-by: Scott Murray <scott.murray@konsulko.com> 21 --- 22 units/meson.build | 2 -- 23 units/proc-sys-fs-binfmt_misc.automount | 3 +++ [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 7 use [Install] blocks so that they get created when the service is enabled 8 like a traditional service. 14 Upstream-Status: Denied 16 Signed-off-by: Ross Burton <ross.burton@intel.com> 17 Signed-off-by: Khem Raj <raj.khem@gmail.com> 18 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 20 Signed-off-by: Scott Murray <scott.murray@konsulko.com> 21 --- 22 units/meson.build | 2 -- 23 units/proc-sys-fs-binfmt_misc.automount | 3 +++ [all …]
|
/openbmc/openbmc-test-automation/oem/nuvoton/ |
H A D | test_ipmi_flash.robot | 2 Documentation Module to test In band firmware update. 15 ${image-bios} image-bios 16 ${image-bios-sig} image-bios.sig 17 ${image-bmc} image-bmc 18 ${image-bmc-sig} image-bmc.sig 26 [Documentation] Test BIOS firmware update over IPMI. 35 ... systemctl restart phosphor-ipmi-host.service 41 ... systemctl restart phosphor-ipmi-host.service 45 [Documentation] Test Invalid BIOS firmware update over IPMI. 51 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc [all …]
|
/openbmc/openbmc-test-automation/redfish/account_service/ |
H A D | test_redfish_privilege_registry.robot | 2 Documentation Script to test Redfish privilege registry with various users keyword 32 [Documentation] Verify the Redfish Privilege Registry properties. 62 Verify Redfish Privilege Registry Mappings Properties For Account Service 63 [Documentation] Verify Privilege Registry Account Service Mappings resource properties. 67 # Account Service. 100 # |---------------|-------------------- 109 # Get mappings properties for Entity: Account Service. 126 [Documentation] Verify Admin user privileges via Redfish. 144 [Documentation] Verify Operator user privileges via Redfish. 165 [Documentation] Verify ReadOnly user privileges via Redfish. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/ |
H A D | 2895.patch | 1 From: Joachim Zobel <jz-2017@heute-morgen.de> 3 Subject: [PATCH] Mosquitto now waits for network-online when starting 7 --- 8 Upstream-Status: Pending 10 service/systemd/mosquitto.service.simple | 4 ++-- 11 1 file changed, 2 insertions(+), 2 deletions(-) 13 diff --git a/service/systemd/mosquitto.service.simple b/service/systemd/mosquitto.service.simple 15 --- a/service/systemd/mosquitto.service.simple 16 +++ b/service/systemd/mosquitto.service.simple 17 @@ -1,8 +1,8 @@ [all …]
|