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:
https://pmwg.validation.linaro.org/scheduler/job/1200#L4499
Any idea what would cause this?
Regards, Lisa
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.
[cc'ing Vincent]
Hi Lisa,
In addition to what Neil has said, I looked closer at the health check and we have a problem there. The image prompt is "# " which, as Neil points out, is no good for us because that string turns up in the boot sequence.
Ideally what we need is a proper image, preferably Android, with a detectable prompt. Do Builds and Baselines create images for this platform>
Dave
---------------- Dave Pigott LAVA Lab Lead Linaro Ltd t: (+44) (0) 1223 400063 <+44%201223%20400063>
On 5 Apr 2017, at 00:14, 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:
https://pmwg.validation.linaro.org/scheduler/job/1200#L4499
Any idea what would cause this?
Regards, Lisa _______________________________________________ linaro-validation mailing list linaro-validation@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-validation
On 5 April 2017 at 01:04, Dave Pigott dave.pigott@linaro.org wrote:
[cc'ing Vincent]
Hi Lisa,
In addition to what Neil has said, I looked closer at the health check and we have a problem there. The image prompt is "# " which, as Neil points out, is no good for us because that string turns up in the boot sequence.
Ideally what we need is a proper image, preferably Android, with a detectable prompt. Do Builds and Baselines create images for this platform>
I don't expect B&B to have any Mediatek images available, especially if we're the only ones using this platform right now. Let me talk to Vincent when he gets back tomorrow.
Dave
Dave Pigott LAVA Lab Lead Linaro Ltd t: (+44) (0) 1223 400063
On 5 Apr 2017, at 00:14, 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:
https://pmwg.validation.linaro.org/scheduler/job/1200#L4499
Any idea what would cause this?
Regards, Lisa _______________________________________________ linaro-validation mailing list linaro-validation@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-validation
linaro-validation@lists.linaro.org