mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 12:58:36 +00:00
commit
c6cdd8c0e6
@ -462,7 +462,7 @@ class BaseGem5Device(object):
|
|||||||
# gem5 might be slow. Hence, we need to make the ping timeout very long.
|
# gem5 might be slow. Hence, we need to make the ping timeout very long.
|
||||||
def ping(self):
|
def ping(self):
|
||||||
self.logger.debug("Pinging gem5 to see if it is still alive")
|
self.logger.debug("Pinging gem5 to see if it is still alive")
|
||||||
self.gem5_shell('ls /', timeout=self.longdelay)
|
self.gem5_shell('ls /', timeout=self.long_delay)
|
||||||
|
|
||||||
# Additional Android-specific methods.
|
# Additional Android-specific methods.
|
||||||
def forward_port(self, _): # pylint: disable=R0201
|
def forward_port(self, _): # pylint: disable=R0201
|
||||||
|
Loading…
x
Reference in New Issue
Block a user