On 24 October 2017 at 09:25, Sathyamurthy, Raghuram <raghuram.sathyamurthy@intel.com> wrote:

Hello,

 

I working on a requirement for our project where I need to get some log from DUT and send back to Server. How can I achieve it?


As initially described, this is something which no test job should ever be doing. There will be no support for this kind of operation. You'll need to describe, in detail, exactly what you are trying to achieve. 

The only communication between the dispatcher and the server is ZMQ. The only communication between the DUT and the dispatcher is serial and there should never be transfer of files off the DUT to the dispatcher or the server.

There is support for publishing artifacts from the DUT but remember that LAVA is *not* a build farm. The publishing location needs to be configured and administered separately.

https://staging.validation.linaro.org/static/docs/v2/publishing-artifacts.html

Once published, the URL of the artifact can be included into the test results using lava-test-reference.

https://staging.validation.linaro.org/static/docs/v2/writing-tests.html#test-case-references

--