mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
Fix: for the chromeos test image device
This commit is contained in:
parent
ab76aa73f2
commit
7ee44fb0e4
@ -49,6 +49,8 @@ class ChromeOsDevice(LinuxDevice):
|
||||
]
|
||||
|
||||
def initialize(self, context, *args, **kwargs):
|
||||
self.uninstall('busybox') # busybox that comes with chromeos is missing some usefull utilities
|
||||
super(ChromeOsDevice, self).initialize(context, *args, **kwargs)
|
||||
if self.busybox == 'busybox':
|
||||
self.logger.debug('Busybox already installed on the device: replacing with wa version')
|
||||
self.uninstall('busybox')
|
||||
self.busybox = self.deploy_busybox(context)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user