On Mon, Sep 26, 2022 at 3:20 PM Nagendra Singamsetti
<nag.singam91@gmail.com> wrote:
>
> Hi Team,
>
> I had a Query which is particularly to use lava-test-shell or other binaries like lava-test-runner.
>
> My board is booted with Linux and It has a POSIX environment but it doesn't support either ssh/nfs due to the low memory footprint available and the ethernet driver not fully functional.
>
> To test/run my test-suite drivers How can I use lava-test-runner/ lava-test-shell ? Is it possible to test our suite using lava-test-shell/runner where DUT doesn't have the ethernet/nfs support.
> I am getting lava-test-shell timeout on the DUT console whereas Lava-worker had all the binaries available by lava-overlay method.
Are you able to download overlay over HTTP (with wget or curl)? This
is done in boot section:
- boot:
...
transfer_overlay:
download_command: cd /home ; wget
unpack_command: tar -C -xzf
Without transfer_overlay you would need to modify your rootfs in a
LAVA job to include overlay. Depending on your OS it might be easy,
hard or impossible (if the image is signed for example).
Best Regards,
Milosz
>
> Please find the attached test job definition/lava-job log files for your reference. Kindly let me know the solution.
>
>
>
>
> _______________________________________________
> Lava-users mailing list -- lava-users@lists.lavasoftware.org
> To unsubscribe send an email to lava-users-leave@lists.lavasoftware.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s