Hi lava team,
I want to use lava for running shell scripts on several devices which are connected to the lava server via ssh. Is there a way to deploy the overlay to another directory than "/"?
Example: The overlay is downloaded to /lava-123.tar.gz and extracted to /lava-123 by default. What if my rootfs "/" is read-only and I want to download and extract the overlay to /tmp or /data, which are read-write mounted?
Best regards,
Christoph
On Mon, 7 Jan 2019 at 07:49, Krutz, Christoph Christoph.Krutz@tq-group.com wrote:
Hi lava team,
I want to use lava for running shell scripts on several devices which are connected to the lava server via ssh.
Is there a way to deploy the overlay to another directory than "/"?
Example:
The overlay is downloaded to /lava-123.tar.gz and extracted to /lava-123 by default.
What if my rootfs “/” is read-only and I want to download and extract the overlay to /tmp or /data, which are read-write mounted?
Your device-type template needs to override the default for POSIX overlays:
https://git.lavasoftware.org/lava/lava/blob/master/lava_scheduler_app/tests/...
Specifically: lava_test_results_dir
Something like lava_test_results_dir: /data/lava-%s
Best regards,
Christoph
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
lava-users@lists.lavasoftware.org