mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 10:52:33 +01:00
adding abi property to LinuxDevice
This commit is contained in:
@@ -853,6 +853,10 @@ class LinuxDevice(BaseLinuxDevice):
|
||||
self._is_rooted = False
|
||||
return self._is_rooted
|
||||
|
||||
@property
|
||||
def abi(self):
|
||||
return self.execute('uname -m')
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(LinuxDevice, self).__init__(*args, **kwargs)
|
||||
self.shell = None
|
||||
|
Reference in New Issue
Block a user