On Mon, Feb 19, 2024 at 4:26 AM Michael Peddie michael.peddie@gallagher.com wrote:
I found out the /tmp/ directory is writable, so I want to try using transfer_overlay to move the tests and stuff from the ramdisk there. However I've run into an issue with the default mount_dir being at the root (read-only). The DUT doesn't have wget or curl installed, nor am I able/allowed to install them, so that isn't an option. Looking through the source code, do you think it might be possible to change that mount_dir value directly? For reference, this is the source code: https://gitlab.com/lava/lava/-/blob/master/lava_dispatcher/actions/boot/__in...
yes. The variable name is lava_test_results_dir. You set it as a part of job context. Example: context: lava_test_results_dir: /tmp/lava-%s
context is a top level key in the LAVA job definition. This setting affects overlay paths for all deployment types.
If you don't have a way to download to DUT, you might consider some other deployments, like scp (if you have ssh daemon running on DUT).
Best Regards, Milosz
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