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