Sathyajith M S | 7ead7dd | 2019-09-12 04:39:08 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Test Non-maskable interrupt functionality. |
| 3 | |
| 4 | Resource ../../lib/bmc_redfish_resource.robot |
| 5 | Resource ../../lib/boot_utils.robot |
| 6 | Resource ../../lib/openbmc_ffdc.robot |
| 7 | |
| 8 | Test Teardown FFDC On Test Case Fail |
| 9 | Suite Teardown Redfish.Logout |
| 10 | |
| 11 | *** Test Cases *** |
| 12 | |
| 13 | Trigger 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}] |