Lines Matching full:reading
13 ... Verify POH Counter Reading With Wait Time
14 ... Verify POH Counter Reading With Host Power Off
15 ... Verify POH Counter Reading With Host Power On
17 ... Script compares Minutes per count and Counter reading for the above scenarios.
24 ... Comparison between Initial POH Counter reading and reading after wait
65 Verify POH Counter Reading With Wait Time
66 [Documentation] Verify POH counter reading with wait time via IPMI.
69 # Get initial POH command counter reading.
70 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
75 # Get POH Counter Reading after waiting for given time period.
76 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
79 # The counter reading should always be incremented by 1 for each hour.
84 Verify POH Counter Reading With Host Power Off
85 [Documentation] Verify POH counter reading with wait time after host power off.
88 # Get initial POH command counter reading.
89 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
97 # Get POH counter reading after waiting for given time period.
98 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
101 # the poh counter reading should not increment.
105 Verify POH Counter Reading With Host Power On
109 # Get initial POH command counter reading.
110 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
118 # Get POH Counter reading after waiting for given time period.
119 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
122 # the pon counter reading should increment by 1.
129 Run Get POH Command And Return Counter Reading
140 # Get POH Command counter reading.