hi:
 Does anyone knows how to use "android_install_binaries" command in json file? Please give me some suggestion.
I am trying to perfome lava android test on pandaboard. Currently, i face a problem while json file execute "android_install_binaries".
The log shows it tries to connect to http://192.168.1.21/LAVA_HTTP/android-binaries/panda-drivers.tgz.
 
log: http://192.168.1.21/LAVA_HTTP/android-binaries/panda-drivers.tgz Connecting to 192.168.1.21:80... failed:Connection timed out.
RuntimeError: Extracting http://192.168.1.21/LAVA_HTTP/android-binaries/panda-drivers.tgz on target failed
 
LAVA SERVER IP: 222.222.222.4
Board: pandaboard
Master Image: Linaro PreBuild Image
Test Image: LEB android
 
 
1. My LAVA SERVER ip is 222.222.222.4. i confused that why it tries to connect to 192.168.1.21?
2. what is panda-drivers.tgz? is it exist in lava server already or i need to download panda-drivers.tgz from somewhere by manual and stored it in local at first? 
3. how to configure it?
 
Thank you
Leo