Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 3 | Documentation Test the functions of system LEDs. |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 4 | |
| 5 | Resource ../lib/rest_client.robot |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 6 | Resource ../lib/state_manager.robot |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 7 | Resource ../lib/resource.txt |
George Keishing | d55a4be | 2016-08-26 03:28:17 -0500 | [diff] [blame] | 8 | Resource ../lib/openbmc_ffdc.robot |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 9 | |
Gunnar Mills | eac1af2 | 2016-11-14 15:30:09 -0600 | [diff] [blame] | 10 | Test Teardown FFDC On Test Case Fail |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 11 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 12 | Force Tags System_LED |
| 13 | |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 14 | *** Variables *** |
| 15 | |
George Keishing | ab1bd92 | 2016-12-05 05:29:59 -0600 | [diff] [blame] | 16 | |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 17 | *** Test Cases *** |
| 18 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 19 | Test Heartbeat LED And Verify Via REST |
| 20 | [Documentation] Turn On Off heartbeat LED and verify via REST. |
| 21 | #LED Name LED State |
| 22 | heartbeat On |
| 23 | heartbeat Off |
George Keishing | f722616 | 2016-07-08 06:25:07 -0500 | [diff] [blame] | 24 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 25 | [Tags] Test_Heartbeat_LED_And_Verify_Via_REST |
| 26 | [Template] Set System LED State |
George Keishing | f722616 | 2016-07-08 06:25:07 -0500 | [diff] [blame] | 27 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 28 | Test Beep LED And Verify Via REST |
| 29 | [Documentation] Turn On Off beep LED and verify via REST. |
| 30 | #LED Name LED State |
| 31 | beep On |
| 32 | beep Off |
| 33 | |
| 34 | [Tags] Test_Beep_LED_And_Verify_Via_REST |
| 35 | [Template] Set System LED State |
| 36 | |
| 37 | Test Identify LED And Verify Via REST |
| 38 | [Documentation] Turn On Off identify LED and verify via REST. |
| 39 | #LED Name LED State |
| 40 | identify On |
| 41 | identify Off |
| 42 | |
| 43 | [Tags] Test_Identify_LED_And_Verify_Via_REST |
| 44 | [Template] Set System LED State |
| 45 | |
Rahul Maheshwari | 5158d4b | 2017-04-26 09:45:07 -0500 | [diff] [blame] | 46 | Test Power LED And Verify Via REST |
| 47 | [Documentation] Turn On/Off power LED and verify via REST. |
| 48 | # LED Name LED State |
George Keishing | f537e63 | 2017-06-15 05:02:07 -0500 | [diff] [blame] | 49 | rear_power On |
| 50 | rear_power Off |
Rahul Maheshwari | 5158d4b | 2017-04-26 09:45:07 -0500 | [diff] [blame] | 51 | |
| 52 | [Tags] Test_Power_LED_And_Verify_Via_REST |
| 53 | [Template] Set System LED State |
| 54 | |
| 55 | Test Fault LED And Verify Via REST |
| 56 | [Documentation] Turn On/Off fault LED and verify via REST. |
| 57 | # LED Name LED State |
Sweta Potthuri | bf19dbe | 2017-06-14 03:25:01 -0500 | [diff] [blame] | 58 | rear_fault On |
| 59 | rear_fault Off |
Rahul Maheshwari | 5158d4b | 2017-04-26 09:45:07 -0500 | [diff] [blame] | 60 | |
| 61 | [Tags] Test_Fault_LED_And_Verify_Via_REST |
| 62 | [Template] Set System LED State |
George Keishing | f722616 | 2016-07-08 06:25:07 -0500 | [diff] [blame] | 63 | |
Rahul Maheshwari | 7bfc0c9 | 2017-07-07 00:50:47 -0500 | [diff] [blame] | 64 | Test Rear Identify LED And Verify Via REST |
| 65 | [Documentation] Turn On/Off rear identify LED and verify via REST. |
| 66 | #LED Name LED State |
| 67 | rear_id On |
| 68 | rear_id Off |
| 69 | |
| 70 | [Tags] Test_Rear_Identify_LED_And_Verify_Via_REST |
| 71 | [Template] Set System LED State |
| 72 | |
| 73 | |
Rahul Maheshwari | e33ac38 | 2017-07-24 02:15:39 -0500 | [diff] [blame] | 74 | Verify Rear Power LED With Host Power Off |
| 75 | [Documentation] Verify rear power LED state with host power off. |
| 76 | [Tags] Verify_Rear_Power_LED_With_Host_Power_Off |
| 77 | |
| 78 | Initiate Host PowerOff |
| 79 | ${resp}= Get System LED State rear_power |
| 80 | Should Be Equal ${resp} Off |
| 81 | |
| 82 | |
| 83 | Verify Rear Power LED With Host Power On |
| 84 | [Documentation] Verify rear power LED state with host power on. |
| 85 | [Tags] Verify_Rear_Power_LED_With_Host_Power_On |
| 86 | |
| 87 | Initiate Host Boot |
| 88 | ${resp}= Get System LED State rear_power |
| 89 | Should Be Equal ${resp} On |
| 90 | |
George Keishing | f722616 | 2016-07-08 06:25:07 -0500 | [diff] [blame] | 91 | *** Keywords *** |
| 92 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 93 | Set System LED State |
| 94 | [Documentation] Set given system LED via REST. |
| 95 | [Arguments] ${led_name} ${led_state} |
| 96 | # Description of arguments: |
| 97 | # led_name System LED name (e.g. heartbeat, identify, beep). |
| 98 | # led_state LED state to be set (e.g. On, Off). |
George Keishing | f722616 | 2016-07-08 06:25:07 -0500 | [diff] [blame] | 99 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 100 | ${args}= Create Dictionary data=xyz.openbmc_project.Led.Physical.Action.${led_state} |
| 101 | Write Attribute ${LED_PHYSICAL_URI}${led_name} State data=${args} |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 102 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 103 | Verify LED State ${led_name} ${led_state} |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 104 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 105 | Verify LED State |
| 106 | [Documentation] Checks if LED is in given state. |
| 107 | [Arguments] ${led_name} ${led_state} |
| 108 | # Description of arguments: |
| 109 | # led_name System LED name (e.g. heartbeat, identify, beep). |
| 110 | # led_state LED state to be verified (e.g. On, Off). |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 111 | |
Rahul Maheshwari | c8898e1 | 2017-03-30 23:30:01 -0500 | [diff] [blame] | 112 | ${state}= Get System LED State ${led_name} |
| 113 | Should Be Equal ${state} ${led_state} |