Hi,
-----Original Message----- From: Stephen Lawrence Sent: 01 July 2020 14:56 To: Antonio Terceiro antonio.terceiro@linaro.org Cc: lava-users@lists.lavasoftware.org; gandersson@genivi.org Subject: RE: [Lava-users] fastboot in docker support
[snip]
Whilst I wait on the patches I'll try disabling the wait test in the test python. I've not checked but hopefully the code determining which USB device to pass into the docker run is independent of it. I know the container has what it needs to complete the fastboot communication so if the correct device is passed then it should work if the wait is skipped and the container started.
In case anyone was wondering disabling the wait test just resulted in a different error soon after and before the container was started: https://lava.genivi.org/scheduler/job/992#L210 which appears to be in the get_udev_devices() func in udev.py. Seemingly as it determines the usb dev to share in the docker run.
In parallel I might also try running the flash script from a test section although that approach requires I deal with getting the images into the container.
So will now try that whilst waiting on the patches.
Regards
Steve