On Saturday 03 June 2017 11:34 AM, wangbo wrote:
In LAVA V1, we can use `target: {device hostname}` to submit job to one specified device, but I find V2 does not support this.
Yes in V2 there is no support for specifying a target. Instead you can add a device tag to particular devices in order to use them during test job run. A tag could be assigned to one device or multiple devices. Tags are an easy way to group devices with identical capabilities.
Read more about device tags in the following links:
* https://validation.linaro.org/static/docs/v2/glossary.html#term-device-tag
* https://validation.linaro.org/static/docs/v2/developing-tests.html#device-ta...
Thank You.