Hi,
It looks only the scripts in “lava_dispatcher\lava_test_shell" will be overlayed to rootfs when lava do deploy.
So, my question is:
If we have some way in job to define a script file location: e.g.
http://site/a.sh, then lava could also fetch the
http://site/a.sh, then overlay it to rootfs?
Does lava has such kinds of manipulate rootfs function already? Or I have to put this scripts in the /usr/lib/python3/dist-packages/lava_dispatch/lava_test_shell of every worker?
Thanks.