mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11: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):
|
def initialize(self, context, *args, **kwargs):
|
||||||
self.uninstall('busybox') # busybox that comes with chromeos is missing some usefull utilities
|
if self.busybox == 'busybox':
|
||||||
super(ChromeOsDevice, self).initialize(context, *args, **kwargs)
|
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