Hi
I created algiz device type as :
and algiz01 device as:
created job as below:
----------------------------------------------
{
"actions": [
{
"command": "lava_android_test_run",
"parameters": {
"test_name": "ls /sdcard/"
}
},
{
"command": "submit_results",
"parameters": {
"server": "http://192.168.100.84/RPC2/",
"stream": "/anonymous/ulankoti/"
}
}
],
"device_type": "algiz",
"health_check": false,
"job_name": "test-job-run",
"logging_level": "DEBUG",
"timeout": 18000
}
----------------------------------------------
Below error is coming when the job run:
--------------------------------------------------------------------
0.0 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM DEBUG: [ACTION-B] Single node test!
0.1 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM DEBUG: lmp modules default init data is []
0.2 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM DEBUG: lmp modules final init data is []
0.3 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM INFO: [ACTION-B] lava_android_test_run is started with {'timeout': 18000, u'test_name': u'ls /sdcard/'}
0.4 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM WARNING: pexpect timed out with status fail
0.5 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM DEBUG: finally status fail
0.6 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM WARNING: [ACTION-E] lava_android_test_run is finished with error (lava-android-test has not been installed).
1.0 ErrorMessage: lava-android-test has not been installed
1.1 Lava failed at action lava_android_test_run with error:lava-android-test has not been installed
2.0 Traceback (most recent call last):
2.1 File "/usr/lib/python2.7/dist-packages/lava_dispatcher/job.py", line 385, in run
2.2 action.run(**params)
2.3 File "/usr/lib/python2.7/dist-packages/lava_dispatcher/actions/lava_android_test.py", line 57, in run
2.4 self.check_lava_android_test_installed()
2.5 File "/usr/lib/python2.7/dist-packages/lava_dispatcher/actions/lava_android_test.py", line 34, in check_lava_android_test_installed
2.6 raise OperationFailed('lava-android-test has not been installed')
2.7 OperationFailed: lava-android-test has not been installed
Device is attached to the host PC via usb and 'adb devices' lists the device.
lava-android-test has not been installed
" error.Can someone help how to resolve this issue?
thanks,
uma..