Lines Matching full:policy
95 Verify Chassis Power Policy
96 [Documentation] Verify setting chassis power policy via IPMI command.
100 ... Run External IPMI Standard Command chassis policy ${initial_power_policy}
101 [Template] Set Chassis Power Policy Via IPMI And Verify
114 ... Run External IPMI Standard Command chassis policy ${initial_power_policy}
156 Set Chassis Power Policy Via IPMI And Verify
157 [Documentation] Set chasiss power policy via IPMI and verify.
161 # power_policy Chassis power policy to be set(e.g. "always-off", "always-on").
163 Run External IPMI Standard Command chassis policy ${power_policy}
173 # power_policy Chassis power policy to be set(e.g. "always-off", "always-on").
175 # Sets power policy according to requested policy
176 Set Chassis Power Policy Via IPMI And Verify ${power_policy}
186 # bit 1-2 corresponds to power restore policy
187 ${policy}= Set Variable ${state[1:3]}
189 # condition to verify each power policy
191 Should Be Equal As Strings ${policy} 00
193 Should Be Equal As Strings ${policy} 10
195 Should Be Equal As Strings ${policy} 01
197 Log Power Restore Policy is Unknown
198 Should Be Equal As Strings ${policy} 11