Exemple #1
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'reboot', 10, tick)
Exemple #2
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'system reboot ; beep', 10, tick)
Exemple #3
0
 def reboot(self, tick):
     """login and then transfer control to callback"""
     return HostControl.reboot(self, None, 10, tick, self.rebootCB)
Exemple #4
0
 def reboot(self, tick):
     """login and then transfer control to callback"""
     return HostControl.reboot(self, None, 10, tick, self.rebootCB)
Exemple #5
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'reboot', 10, tick)
Exemple #6
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'system reboot ; beep', 10, tick)