I am trying to configure the lava dispatcher and execute on my local host.
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:
any help will be much appreciated.
Thank You.
Best Regards
Soumya Basak.