George Keishing | eefc07a | 2016-07-26 03:25:35 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation This module will test basic power on use cases for CI |
| 3 | |
George Keishing | 83ada4f | 2016-08-09 03:15:08 -0500 | [diff] [blame] | 4 | Resource ../lib/boot/boot_resource_master.robot |
George Keishing | d55a4be | 2016-08-26 03:28:17 -0500 | [diff] [blame] | 5 | Resource ../lib/openbmc_ffdc.robot |
George Keishing | 97e9653 | 2016-10-06 12:44:52 -0500 | [diff] [blame] | 6 | Resource ../lib/utils.robot |
| 7 | |
| 8 | Test Setup Start SOL Console Logging |
| 9 | Test Teardown Test Exit Logs |
George Keishing | 83ada4f | 2016-08-09 03:15:08 -0500 | [diff] [blame] | 10 | |
causten | 147f575 | 2016-08-11 16:24:45 -0500 | [diff] [blame] | 11 | Force Tags chassisboot |
George Keishing | eefc07a | 2016-07-26 03:25:35 -0500 | [diff] [blame] | 12 | |
George Keishing | eefc07a | 2016-07-26 03:25:35 -0500 | [diff] [blame] | 13 | *** test cases *** |
| 14 | |
George Keishing | 83ada4f | 2016-08-09 03:15:08 -0500 | [diff] [blame] | 15 | power on test |
| 16 | [Documentation] Power OFF and power ON |
George Keishing | 97651c7 | 2016-10-04 00:44:15 -0500 | [diff] [blame] | 17 | [Tags] power_on_test |
George Keishing | eefc07a | 2016-07-26 03:25:35 -0500 | [diff] [blame] | 18 | |
George Keishing | 83ada4f | 2016-08-09 03:15:08 -0500 | [diff] [blame] | 19 | BMC Power Off |
| 20 | BMC Power On |
George Keishing | 97e9653 | 2016-10-06 12:44:52 -0500 | [diff] [blame] | 21 | |
| 22 | *** Keywords *** |
| 23 | Test Exit Logs |
| 24 | [Documentation] Log FFDC if failed and collect SOL |
| 25 | ... Logs for debugging purpose. |
Gunnar Mills | eac1af2 | 2016-11-14 15:30:09 -0600 | [diff] [blame] | 26 | FFDC On Test Case Fail |
George Keishing | 97e9653 | 2016-10-06 12:44:52 -0500 | [diff] [blame] | 27 | ${sol_log}= Stop SOL Console Logging |
| 28 | Log ${sol_log} |