mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
LinuxDevice fix: do not invoke super's hard_reset()
as it does not have one...
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user