Hi Alex,
On Thursday 02 November 2017 02:22 PM, Alex Shi wrote:
The lxc03 and qemu01 devices were added into my lava locally. Then how I kick a lfkt job for 2 devices? looks like I didn't create qemu instance or lxc instance yet, do I need to made them actually?
Once the devices are in place, you can go ahead with a shell script to call lava-tool submit-job twice once for qemu and for lxc.
Or,
Come up with a simple python script to submit multiple jobs based on the sample given in https://staging.validation.linaro.org/api/help/
Thank You.