Hi Lava Users,

I am trying to create a target with qemu running android as an ISO image.
The job I intend to write is to run CTS and VTS on a qemu target with android.
But I receive error when submitting.

Could anyone help me telling me
which are my mistakes I do with the job?

None of the deployment strategies accepted your deployment parameters, reasons given: qemu-nfs: "to" is not "nfs" lxc: "to" parameter is not "lxc" overlay: 'overlay' not in the device configuration deploy methods removeable: "media" was not "sata", "sd", or "usb" fastboot: "to" parameter is not "fastboot" tftp: "to" parameter is not "tftp" nfs: "to" parameter is not "nfs" images: "to" parameter is not "tmpfs" flasher: 'flasher' not in the device configuration deploy methods docker: 'docker' not in the device configuration deploy methods uboot-ums: "to" parameter is not "u-boot-ums" ssh: "ssh" is not in the device configuration deploy methods download: "to" parameter is not "download" iso: "iso" was not in the parameters recovery-mode: 'recovery' not in the device configuration deploy methods mps: "mps" was not in the device configuration deploy methods nbd: "to" parameter is not "nbd" vemsd: "to" parameter is not "vemsd"


device_type: qemu
job_name: george_ISO_6
timeouts:
  job:
    minutes: 120
  action:
    minutes: 120
  connection:
    minutes: 120
priority: medium
visibility: public
# CONTEXT_BLOCK
context:
  arch: amd64
# ACTIONS_BLOCK
actions:
- deploy:
    timeout:
      minutes: 120
    to: iso-installer
    images:
      rootfs:
          url: https://osdn.net/frs/redir.php?m=cznic&f=android-x86%2F69704%2Fandroid-x86-8.1-r2.iso
          sha256sum: 71e3cd7e7151fbc7e9bb29be10e337b2545586d3ef173c5ae8c07d13bf595732
# BOOT_BLOCK
- boot:
   method: qemu-iso
   media: media=cdrom,readonly
   timeout:
     minutes: 20
   connection: serial