Hello LAVA experts,
 
I am currently working with LAVA and was asked to find is there a way to get data from device dictionary inside a running job. Details like below:
I have a device name demo-01, and its device-dictionary have one line like “{% set my_property = ’my_prop’ %}”. Then I have a job running on demo-01 device, and I would like to use string ‘my_prop’ to passed into a script during running. Is it possible to get device-dictionary data directly from job definition(Job Submitter webpage) or test definition(yaml file)? If yes, how could I do this? If not, is there any good way you would like to share to solve this problem?
 
Thanks and Best Regards,
Yifan