Dear all,

 

I have a question when use lava.

 

Background:

1.     I have only one hardware device with android.

2.     I have a device-type jinja2 file start with {% extends 'base-fastboot.jinja2' %}

Here, I use adb reboot bootloader to enter in to fastboot.

3.     I have another device-type jinja2 file start with {% extends 'base-uboot.jinja2' %}

Here, I use fastboot 0 in uboot to enter in to fastboot.

 

Now, we have a scenario which need to test with above both methods, but we just have one device, if possible user can define some parameter in job.yaml, then can switch between the two methods just for one device? Any suggestion?

 

Thanks,

Larry