blob: bb5e78061e1e20aa51315f33ce3402ec40c376e7 [file] [log] [blame]
George Keishingeefc07a2016-07-26 03:25:35 -05001*** Settings ***
George Keishing0a46d022017-01-30 08:11:43 -06002Documentation Test power on for HW CI.
George Keishingeefc07a2016-07-26 03:25:35 -05003
George Keishing22e57e12018-04-18 09:39:31 -05004Library DateTime
5
George Keishingd55a4be2016-08-26 03:28:17 -05006Resource ../lib/openbmc_ffdc.robot
George Keishing97e96532016-10-06 12:44:52 -05007Resource ../lib/utils.robot
George Keishing0a46d022017-01-30 08:11:43 -06008Resource ../lib/state_manager.robot
George Keishing766c6232018-02-02 11:42:55 -06009Resource ../lib/open_power_utils.robot
Michael Tritz96ed2772018-01-17 15:38:38 -060010Resource ../lib/ipmi_client.robot
George Keishing78ce8dc2018-03-30 11:49:06 -050011Resource ../lib/boot_utils.robot
George Keishing97e96532016-10-06 12:44:52 -050012
George Keishingbde09152018-06-14 14:53:08 -050013Test Teardown FFDC On Test Case Fail
George Keishing83ada4f2016-08-09 03:15:08 -050014
causten147f5752016-08-11 16:24:45 -050015Force Tags chassisboot
George Keishingeefc07a2016-07-26 03:25:35 -050016
George Keishing0af24412017-03-10 13:33:23 -060017*** Variables ***
18
19# User may pass LOOP_COUNT.
20# By default 2 cycle for CI/CT.
21${LOOP_COUNT} ${2}
22
George Keishing32ed4122017-05-13 03:06:39 -050023# Error strings to check from journald.
George Keishing22e57e12018-04-18 09:39:31 -050024${ERROR_REGEX} SEGV|core-dump
25${STANDBY_REGEX} Startup finished in
26
27# 3 minutes standby boot time.
28${startup_time_threshold} 180
George Keishing32ed4122017-05-13 03:06:39 -050029
Gunnar Mills7c8923f2016-12-12 21:19:52 -060030*** Test Cases ***
George Keishingeefc07a2016-07-26 03:25:35 -050031
George Keishing78ce8dc2018-03-30 11:49:06 -050032Verify Front And Rear LED At Standby
33 [Documentation] Front and Rear LED should be off at standby.
34 [Tags] Verify_Front_And_Rear_LED_At_Standby
35
36 REST Power Off stack_mode=skip quiet=1
37 Verify Identify LED State Off
38
George Keishingc5fef582018-07-18 08:41:28 -050039
George Keishing0a46d022017-01-30 08:11:43 -060040Power On Test
41 [Documentation] Power off and on.
42 [Tags] Power_On_Test
George Keishingbde09152018-06-14 14:53:08 -050043 [Setup] Test Setup Execution
44 [Teardown] Test Teardown Execution
George Keishingeefc07a2016-07-26 03:25:35 -050045
George Keishing0af24412017-03-10 13:33:23 -060046 Repeat Keyword ${LOOP_COUNT} times Host Off And On
George Keishing97e96532016-10-06 12:44:52 -050047
George Keishingc5fef582018-07-18 08:41:28 -050048
George Keishing32ed4122017-05-13 03:06:39 -050049Check For Application Failures
50 [Documentation] Parse the journal log and check for failures.
51 [Tags] Check_For_Application_Failures
52
George Keishingc5fef582018-07-18 08:41:28 -050053 Check For Regex In Journald ${ERROR_REGEX} error_check=${0}
George Keishing32ed4122017-05-13 03:06:39 -050054
George Keishing3e53aa02018-07-12 10:07:52 -050055
Michael Tritzcb64a7c2018-02-05 15:25:17 -060056Verify Uptime Average Against Threshold
57 [Documentation] Compare BMC average boot time to a constant threshold.
58 [Tags] Verify_Uptime_Average_Against_Threshold
59
60 OBMC Reboot (off)
George Keishing22e57e12018-04-18 09:39:31 -050061
George Keishing3e53aa02018-07-12 10:07:52 -050062 Wait Until Keyword Succeeds
63 ... 1 min 30 sec Check BMC Uptime Journald
George Keishing22e57e12018-04-18 09:39:31 -050064
Michael Tritzcb64a7c2018-02-05 15:25:17 -060065
George Keishing8a5f1472018-04-04 10:08:47 -050066Test SSH And IPMI Connections
67 [Documentation] Try SSH and IPMI commands to verify each connection.
68 [Tags] Test_SSH_And_IPMI_Connections
69
70 Check If BMC Is Up 3 min 20 sec
71 Wait Until Keyword Succeeds
72 ... 3 min 30 sec Wait for BMC state Ready
73
74 BMC Execute Command true
75 Run IPMI Standard Command chassis status
76
George Keishing97e96532016-10-06 12:44:52 -050077*** Keywords ***
George Keishing0a46d022017-01-30 08:11:43 -060078
George Keishingfcc6d782018-01-24 00:44:03 -060079Test Setup Execution
80 [Documentation] Do test case setup tasks.
81 Start SOL Console Logging
82 Set Auto Reboot ${0}
83
George Keishing2f0f4b32018-01-21 23:25:47 -060084Test Teardown Execution
George Keishing0a46d022017-01-30 08:11:43 -060085 [Documentation] Collect FFDC and SOL log.
Gunnar Millseac1af22016-11-14 15:30:09 -060086 FFDC On Test Case Fail
George Keishing97e96532016-10-06 12:44:52 -050087 ${sol_log}= Stop SOL Console Logging
88 Log ${sol_log}
George Keishing2f0f4b32018-01-21 23:25:47 -060089 Set Auto Reboot ${1}
George Keishing0af24412017-03-10 13:33:23 -060090
91Host Off And On
92 [Documentation] Verify power off and on.
93
94 Initiate Host PowerOff
George Keishing0af24412017-03-10 13:33:23 -060095
96 Initiate Host Boot
George Keishing766c6232018-02-02 11:42:55 -060097 Verify OCC State
George Keishing383d29b2017-03-25 11:10:52 -050098
George Keishing5f2f7f52017-06-30 09:17:53 -050099 # TODO: Host shutdown race condition.
100 # Wait 30 seconds before Powering Off.
101 Sleep 30s
Michael Tritzcb64a7c2018-02-05 15:25:17 -0600102
George Keishing3e53aa02018-07-12 10:07:52 -0500103
104Check BMC Uptime Journald
105 [Documentation] Check BMC journald uptime entry.
106
107 # Example output:
108 # Startup finished in 10.074s (kernel) + 2min 23.506s (userspace) = 2min 33.581s.
109 ${startup_time} ${stderr} ${rc}= BMC Execute Command
110 ... journalctl --no-pager | egrep '${STANDBY_REGEX}' | tail -1
111 Should Not Be Empty ${startup_time}
112
113 # Example time conversion:
114 # Get the "2min 33.581s" string total time taken to reach standby.
115 # Convert time "2min 33.581s" to unit 153.581.
116 ${startup_time}= Convert Time ${startup_time.split("= ",1)[1].strip(".")}
117
118 Should Be True ${startup_time} < ${startup_time_threshold}
119 ... msg=${startup_time} greater than threshold value of ${startup_time_threshold}.