Lines Matching +full:current +full:- +full:limit
16 Get System Power Cap Limit
17 [Documentation] Get the allowed MAX and MIN power limit of the chassis.
19 # GET request of /redfish/v1/Chassis/chassis/EnvironmentMetrics | grep -A5 Power
38 # Current Limit State: No Active Power Limit
40 # Power Limit: 500 Watts
43 # The power limit setting can be obtained with the following:
55 Get DCMI Power Limit
56 [Documentation] Return the system's current DCMI power_limit
64 Set DCMI Power Limit And Verify
65 [Documentation] Set system power limit via IPMI DCMI command.
69 # limit The power limit in watts
71 ${cmd}= Catenate dcmi power set_limit limit ${power_limit}
73 ${power}= Get DCMI Power Limit
75 ... msg=Failed setting dcmi power limit to ${power_limit} watts.
91 Should Contain ${resp} Power Limit Active msg=DCMI power is not active.
108 Should Contain ${resp} No Active Power Limit
112 Get DCMI Power Limit Via REST
113 [Documentation] Return the system's current DCMI power_limit
120 Set DCMI Power Limit Via REST
121 [Documentation] Set system power limit via REST command.
125 # power_limit The power limit in watts.
134 ... msg=Failed setting power limit to ${power_limit} watts via REST.
170 [Documentation] Return the system's current DCMI power activation
181 ${cmd}= Catenate wget --no-check-certificate
182 ... -O/tmp/occtoolp9 --content-disposition
183 ... https://github.com/open-power/occ/raw/master/src/tools/occtoolp9