mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
LinuxDevice fix: do not invoke super's hard_reset()
as it does not have one...
This commit is contained in:
parent
705ce9ae40
commit
2e5b3671e9
@ -576,7 +576,6 @@ class LinuxDevice(BaseLinuxDevice):
|
|||||||
self._is_ready = False
|
self._is_ready = False
|
||||||
|
|
||||||
def hard_reset(self):
|
def hard_reset(self):
|
||||||
super(LinuxDevice, self).hard_reset()
|
|
||||||
self._is_ready = False
|
self._is_ready = False
|
||||||
|
|
||||||
def boot(self, hard=False, **kwargs):
|
def boot(self, hard=False, **kwargs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user