Hi Soumya,

Based on the log you pasted, the program couldn't find file "kvm.json" under the path "device":

Exception: no config files named u'devices/kvm01.conf' found

Path "device" must be a relative path, so you need to find out where exactly it is. There must be some reason that the program tried to search "kvm.json" file under the "devices" rather than the path you set - "/tmp"

FYI.


Best Regards
Botao Sun


On 5 February 2014 19:18, Soumya Basak <soumya.basak@linaro.org> wrote:
Hi,

the issue raise when test the lava dispatcher for Deploying a KVM (x86_64) on host system.
https://staging.validation.linaro.org/static/docs/kvm-deploy.html

create kvm01.conf file under /etc directory,

when run 

. /srv/lava/instances/<INST>/bin/activate
lava-dispatch /tmp/kvm.json

it returns the following error :


Please help me to solve this issue.

Thank You.
Best Regards
Soumya Basak.