1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 11:58:55 +00:00

LinuxDevice fix: do not invoke super's hard_reset()

as it does not have one...
This commit is contained in:
Sergei Trofimov 2015-10-22 11:29:03 +01:00
parent 705ce9ae40
commit 2e5b3671e9

View File

@ -576,7 +576,6 @@ class LinuxDevice(BaseLinuxDevice):
self._is_ready = False
def hard_reset(self):
super(LinuxDevice, self).hard_reset()
self._is_ready = False
def boot(self, hard=False, **kwargs):