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