Hi, guys,

 

In lava, if we define e.g. “imx8mm-evk-sh01.jinja2” device dict, and run a job on this device, if possible we could get the name (imx8mm-evk-sh01) of this device directly in test shell?

I don’t want to define environment again and again in jinja2 file something like “{% set environment = {'DEVICE_NAME': " imx8mm-evk-sh01"} %}”…, there possible fault & mismatch when define this.

Thanks.