Dear all,
I'm quite sure I've seen somewhere in Lava documentation an article explaining how to replay some Lava jobs in a local mode, but I can't find this piece of information anymore. By local mode, I mean:
- DUT at the developer desk, not in the test farm
- Jobs available on a Lava server
- Developer wants to replay/modify locally a job
Can you share any link or help on this?
Many thanks,
Denis
Hi Denis,
On Wed, Nov 22, 2017 at 01:35:32PM +0000, Denis HUMEAU wrote:
I’m quite sure I’ve seen somewhere in Lava documentation an article explaining how to replay some Lava jobs in a local mode, but I can’t find this piece of information anymore.
By local mode, I mean:
DUT at the developer desk, not in the test farm
Jobs available on a Lava server
Developer wants to replay/modify locally a job
Can you share any link or help on this?
It's not directly in the LAVA docs as such, but we might migrate it there yet:
https://collaborate.linaro.org/display/CTT/LKFT+for+Kernel+Engineers
It's written mentioning LKFT and kernel engineers, but it's not specific to them. :-)
Cheers,
Thanks Steve,
Unfortunately I can't access to collaborate, is there another way to share?
I found this in github as well: https://github.com/Corwind/lava-local-test lava-local-test is developed for executing LAVA test definitions on local test target It seems to fit my needs. Is it supported in V2?
Regards,
Denis
-----Original Message----- From: Steve McIntyre [mailto:steve.mcintyre@linaro.org] Sent: mercredi 22 novembre 2017 14:45 To: Denis HUMEAU denis.humeau@st.com Cc: lava-users@lists.linaro.org Subject: Re: [Lava-users] Local lava test
Hi Denis,
On Wed, Nov 22, 2017 at 01:35:32PM +0000, Denis HUMEAU wrote:
I’m quite sure I’ve seen somewhere in Lava documentation an article explaining how to replay some Lava jobs in a local mode, but I can’t find this piece of information anymore.
By local mode, I mean:
DUT at the developer desk, not in the test farm
Jobs available on a Lava server
Developer wants to replay/modify locally a job
Can you share any link or help on this?
It's not directly in the LAVA docs as such, but we might migrate it there yet:
https://collaborate.linaro.org/display/CTT/LKFT+for+Kernel+Engineers
It's written mentioning LKFT and kernel engineers, but it's not specific to them. :-)
Cheers,
On Wed, Nov 22, 2017 at 2:53 PM, Denis HUMEAU denis.humeau@st.com wrote:
Thanks Steve,
Unfortunately I can't access to collaborate, is there another way to share?
I found this in github as well: https://github.com/Corwind/lava-local-test lava-local-test is developed for executing LAVA test definitions on local test target It seems to fit my needs. Is it supported in V2?
So maybe you mean this one then:
https://git.linaro.org/qa/test-definitions.git/tree/automated/README
I didn't know about 'lava-local-test', but it looks like it might be an old incarnation of the 'test-runner" tool above, which I know some people use.
Regards,
Denis
-----Original Message----- From: Steve McIntyre [mailto:steve.mcintyre@linaro.org] Sent: mercredi 22 novembre 2017 14:45 To: Denis HUMEAU denis.humeau@st.com Cc: lava-users@lists.linaro.org Subject: Re: [Lava-users] Local lava test
Hi Denis,
On Wed, Nov 22, 2017 at 01:35:32PM +0000, Denis HUMEAU wrote:
I’m quite sure I’ve seen somewhere in Lava documentation an article explaining how to replay some Lava jobs in a local mode, but I can’t find this piece of information anymore.
By local mode, I mean:
DUT at the developer desk, not in the test farm
Jobs available on a Lava server
Developer wants to replay/modify locally a job
Can you share any link or help on this?
It's not directly in the LAVA docs as such, but we might migrate it there yet:
https://collaborate.linaro.org/display/CTT/LKFT+for+Kernel+Engineers
It's written mentioning LKFT and kernel engineers, but it's not specific to them. :-)
Cheers,
Steve McIntyre steve.mcintyre@linaro.org http://www.linaro.org/ Linaro.org | Open source software for ARM SoCs
Lava-users mailing list Lava-users@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lava-users
On 22 November 2017 at 13:57, Nicolas Dechesne nicolas.dechesne@linaro.org wrote:
On Wed, Nov 22, 2017 at 2:53 PM, Denis HUMEAU denis.humeau@st.com wrote:
Thanks Steve,
Unfortunately I can't access to collaborate, is there another way to share?
I found this in github as well: https://github.com/Corwind/lava-local-test lava-local-test is developed for executing LAVA test definitions on local test target It seems to fit my needs. Is it supported in V2?
So maybe you mean this one then:
https://git.linaro.org/qa/test-definitions.git/tree/automated/README
I didn't know about 'lava-local-test', but it looks like it might be an old incarnation of the 'test-runner" tool above, which I know some people use.
This looks very much like test-runner.py. I believe Chase started the project separately and than it was merged to test-definitions.git.
milosz
On 24 November 2017 at 20:05, Milosz Wasilewski milosz.wasilewski@linaro.org wrote:
On 22 November 2017 at 13:57, Nicolas Dechesne nicolas.dechesne@linaro.org wrote:
On Wed, Nov 22, 2017 at 2:53 PM, Denis HUMEAU denis.humeau@st.com wrote:
Thanks Steve,
Unfortunately I can't access to collaborate, is there another way to share?
I found this in github as well: https://github.com/Corwind/lava-local-test
I just noticed it is a fork of my initial attempt https://git.linaro.org/people/chase.qi/lava-local-test.git/
lava-local-test is developed for executing LAVA test definitions on local test target It seems to fit my needs. Is it supported in V2?
So maybe you mean this one then:
https://git.linaro.org/qa/test-definitions.git/tree/automated/README
In the above repo, all tests under 'automated/' directory are LAVA V2 compatible and independent of LAVA. You can run the scripts directly or run a test with related yaml file using test-runner.
I didn't know about 'lava-local-test', but it looks like it might be an old incarnation of the 'test-runner" tool above, which I know some people use.
This looks very much like test-runner.py. I believe Chase started the project separately and than it was merged to test-definitions.git.
You are right :)
Thanks, Chase
milosz
lava-users@lists.lavasoftware.org