Hi,
I am trying to configure the lava dispatcher and execute on my local host.

with creating the image from https://git.linaro.org/gitweb?p=lava/lava-vmdebootstrap.git

https://staging.validation.linaro.org/static/docs/kvm-deploy.html

by using kvm.json format with the actual location where I placed the image after created, 

# /tmp/kvm.json
{
  "timeout": 18000,
  "job_name": "kvm-test",
  "device_type": "kvm",
  "target": "kvm01",
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "image": "file:///home/ubuntu/LAVA/lava-deployment-tool/kvm.img"
        }
    },
    {
      "command": "boot_linaro_image"
    }
  ]
}

run the following command under root 

. /srv/lava/instances/testinstances/bin/activate
lava-dispatch /tmp/kvm.json

it return the following error:

https://pastebin.linaro.org/view/bcbf8d01

any help will be much appreciated.

Thank You.

Best Regards
Soumya Basak.