On Fri, Sep 13, 2024 at 10:47 AM sweta.ghosh@nagarro.com wrote:
Hello,
I am spinning up debian image using Qemu and want to copy a custom package from my lava server to debian vm for testing. I could see that support for tar is planned https://docs.lavasoftware.org/lava/actions-test.html#inline-test-definition-... . But is there any way I can include my custom package in tarbar created at Deploy Action to ship to my VM easily?
I guess you have 2 options: - copy the package to the image (for example during image build) - download it from image once it's running in a VM.
The 1st option seems the easiest to me. Is it possible or do you have some limitations on the image build?
Best Regards, Milosz