Lines Matching +full:run +full:- +full:time

5 ...                 POH (Power-On Hours) counter is the incremental count of power ON
10 ... Testcases added -
13 ... Verify POH Counter Reading With Wait Time
21 ... Wait Time given - 1 hour, 1 hour 30minutes when Host power OFF, 1 hour
25 ... time / Power operation.
51 ${resp}= Run External IPMI Raw Command
61 ${resp}= Run Keyword and Expect Error *Request data length invalid*
62 ... Run External IPMI Raw Command ${IPMI_RAW_CMD['Get']['POH_Counter'][0]} 0x00
65 Verify POH Counter Reading With Wait Time
66 [Documentation] Verify POH counter reading with wait time via IPMI.
70 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
72 # Sleep for given time.
75 # Get POH Counter Reading after waiting for given time period.
76 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
80 ${difference}= Evaluate ${poh_counter_2} - ${poh_counter_1}
85 [Documentation] Verify POH counter reading with wait time after host power off.
89 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
94 # Sleep for given time.
97 # Get POH counter reading after waiting for given time period.
98 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
106 [Documentation] Verify Get POH Counter with wait time after host power on.
110 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
115 # Sleep for given time.
118 # Get POH Counter reading after waiting for given time period.
119 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
123 ${difference}= Evaluate ${poh_counter_2} - ${poh_counter_1}
129 Run Get POH Command And Return Counter Reading
130 [Documentation] Run the IPMI command to Get POH Counter.
133 ${resp}= Run External IPMI Raw Command
158 # Host may take approx 5 - 6 minutes to complete power ON process.
159 Run Keyword If '${current_host_state}' == 'Off'