Home | History | Annotate | Download | only in hosts

Lines Matching refs:RPM

152     POWER_CONTROL_RPM = 'RPM'
1225 """Utilize the RPM Infrastructure to bring the host back up.
1239 logging.info('Attempting repair via RPM powercycle.')
1333 3. If the DUT can be power-cycled via RPM, try to repair
1655 logging.debug('This host has recently interacted with the RPM'
1663 'cleanup through the RPM Infrastructure.')
1673 'charging. No need to try to turn RPM on '
1885 # Check if the rpm outlet was manipulated.
2276 """For a given hostname, return whether or not it is powered by an RPM.
2278 @param hostname: hostname to check for rpm support.
2281 for RPM powered DUT's in the lab. If it does follow the format,
2288 """For this host, return whether or not it is powered by an RPM.
2297 """Sets the power to the host via RPM, Servo or manual.
2301 use. By default "RPM" will be used. Valid values
2302 are the strings "RPM", "manual", "servoj10".
2321 raise error.TestFail('DUT does not have RPM connected.')
2329 """Turn off power to this host via RPM, Servo or manual.
2332 use. By default "RPM" will be used. Valid values
2333 are the strings "RPM", "manual", "servoj10".
2340 """Turn on power to this host via RPM, Servo or manual.
2343 use. By default "RPM" will be used. Valid values
2344 are the strings "RPM", "manual", "servoj10".
2354 use. By default "RPM" will be used. Valid values
2355 are the strings "RPM", "manual", "servoj10".