Hi
I created algiz device type as :
client_type = fastboot fastboot_driver = fastboot adb_command = adb fastboot_command = fastboot
and algiz01 device as:
device_type = algiz adb_command = adb fastboot_command = fastboot
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:
--------------------------------------------------------------------
Section 0http://localhost/scheduler/job/5/log_file#L_0 0.0http://localhost/scheduler/job/5/log_file#L_0_0 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM DEBUG: [ACTION-B] Single node test! 0.1http://localhost/scheduler/job/5/log_file#L_0_1 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM DEBUG: lmp modules default init data is [] 0.2http://localhost/scheduler/job/5/log_file#L_0_2 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM DEBUG: lmp modules final init data is [] 0.3http://localhost/scheduler/job/5/log_file#L_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.4http://localhost/scheduler/job/5/log_file#L_0_4 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM WARNING: pexpect timed out with status fail 0.5http://localhost/scheduler/job/5/log_file#L_0_5 <LAVA_DISPATCHER>2016-08-08 09:45:20 AM DEBUG: finally status fail 0.6http://localhost/scheduler/job/5/log_file#L_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). Section 1http://localhost/scheduler/job/5/log_file#L_1 1.0http://localhost/scheduler/job/5/log_file#L_1_0 ErrorMessage: lava-android-test has not been installed 1.1http://localhost/scheduler/job/5/log_file#L_1_1 Lava failed at action lava_android_test_run with error:lava-android-test has not been installed Section 2http://localhost/scheduler/job/5/log_file#L_2 2.0http://localhost/scheduler/job/5/log_file#L_2_0 Traceback (most recent call last): 2.1http://localhost/scheduler/job/5/log_file#L_2_1 File "/usr/lib/python2.7/dist-packages/lava_dispatcher/job.py", line 385, in run 2.2http://localhost/scheduler/job/5/log_file#L_2_2 action.run(**params) 2.3http://localhost/scheduler/job/5/log_file#L_2_3 File "/usr/lib/python2.7/dist-packages/lava_dispatcher/actions/lava_android_test.py", line 57, in run 2.4http://localhost/scheduler/job/5/log_file#L_2_4 self.check_lava_android_test_installed() 2.5http://localhost/scheduler/job/5/log_file#L_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.6http://localhost/scheduler/job/5/log_file#L_2_6 raise OperationFailed('lava-android-test has not been installed') 2.7http://localhost/scheduler/job/5/log_file#L_2_7 OperationFailed: lava-android-test has not been installed ---------------------------------------------------------------------------------
I have installed lava-android-test on the host PC from git.linaro.org/lava/lava-android-test.git
Device is attached to the host PC via usb and 'adb devices' lists the device.
Still getting "lava-android-test has not been installed" error.
Can someone help how to resolve this issue?
thanks,
uma..