blob: c7d8f29b4498bddb54670ac351ba27209182e5a7 [file] [log] [blame]
Sathyajith M S7ead7dd2019-09-12 04:39:08 -05001*** Settings ***
2Documentation Test Non-maskable interrupt functionality.
3
4Resource ../../lib/bmc_redfish_resource.robot
5Resource ../../lib/boot_utils.robot
6Resource ../../lib/openbmc_ffdc.robot
7
8Test Teardown FFDC On Test Case Fail
9Suite Teardown Redfish.Logout
10
11*** Test Cases ***
12
13Trigger NMI When OPAL/Host OS Is Not Up
14 [Documentation] Verify error while injecting NMI when HOST OS is not up.
15 [Tags] Trigger_NMI_When_OPAL/Host_OS_Is_Not_Up
16
17 Redfish Power Off stack_mode=skip
18 Redfish.Login
19 Redfish.Post ${SYSTEM_BASE_URI}Actions/ComputerSystem.Reset
20 ... body={"ResetType": "Nmi"} valid_status_codes=[${HTTP_INTERNAL_SERVER_ERROR}]