mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-26 20:54:07 +00: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 | ||||
|  | ||||
|     def hard_reset(self): | ||||
|         super(LinuxDevice, self).hard_reset() | ||||
|         self._is_ready = False | ||||
|  | ||||
|     def boot(self, hard=False, **kwargs): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user