Lines Matching full:poh
2 Documentation This suite tests IPMI POH Counter Support in OpenBMC.
3 ... Feature: IPMI POH Counter Support
5 ... POH (Power-On Hours) counter is the incremental count of power ON
11 ... Get POH Counter Command Via IPMI
12 ... Verify Get POH Counter With Invalid Data Request Via IPMI
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
24 ... Comparison between Initial POH Counter reading and reading after wait
46 Get POH Counter Command Via IPMI
47 [Documentation] Verify get POH counter command Via IPMI.
50 # Verify get POH counter command via IPMI.
56 Verify Get POH Counter With Invalid Data Request Via IPMI
57 [Documentation] Verify get POH counter with invalid data request via IPMI.
60 # verify get POH counter command with invalid data request Via IPMI.
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
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
106 [Documentation] Verify Get POH Counter with wait time after 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
129 Run Get POH Command And Return Counter Reading
130 [Documentation] Run the IPMI command to Get POH Counter.
132 # Get POH counter Via IPMI.
140 # Get POH Command counter reading.