On Tue, 4 Apr 2017 16:14:04 -0700 Lisa Nguyen lisa.nguyen@linaro.org wrote:
Hi folks,
I'm trying to run basic smoke tests on the mediatek 8173 board in the PMWG lab. I ran into this lava-test-runner missing directory error after the kernel was booted:
If you check the log output, you'll see that the boot for the droid namespace gives a prompt list of '# ' which matches a string somewhere in the massively verbose boot output of the device, long before the kernel actually boots. This is because of this section in the job definition:
58 - boot: 59 namespace: droid 60 prompts: 61 - '# ' 62 timeout: 63 minutes: 15 64 method: fastboot
Line 61 should be: - 'root@linaro-nano:'
As this is the actual prompt issued by the image (eventually):
https://pmwg.validation.linaro.org/scheduler/job/1200#L4504
https://pmwg.validation.linaro.org/scheduler/job/1200#L4499
Any idea what would cause this?
However, the integration for this device does not support deploying the test shell overlay to the device as it is expecting to deploy AOSP, not Ubuntu.
As this is the only instance of this device-type, I cannot test changes for this support.
Currently, there are other issues (which Dave is looking at) which keeps the device offline.