Hello!
Thank you for your answer.
I've updated the test definition:
and got the following log:
Is it possible to change the overlay destination at a device?
It looks like the destination is hard-coded in the source code(?):
lava-dispatcher/lava_dispatcher/actions/boot/ssh.py:
126 path = self.get_namespace_data(action='prepare-scp-overlay', label='scp-deploy', key=self.key)
144 destination = "%s-%s" % (self.job.job_id, os.path.basename(path))
158 command.extend(["%s@%s:/%s" % (self.ssh_user, host_address, destination)])
160 self.run_command(command)
So, the location of the overlay file will the '/'. In my case the device root is flash device and I cannot use
it as tests files temporary storage.
And is there a clean up action: remove overlay files and directory at device?
Best Regards,
Ivan Arishchenko