My old device-types file is as below(ELIN.conf) ====================================================== client_type = bootloader
test_image_prompts = \r\nroot@elin-w160-evk:~# sh#
dummy_driver = bootloader lmc_dev_arg = ELIN connection_command = telnet -l root localhost 4000 ======================================================
My new device-types file is as below(ELIN.conf) ====================================================== client_type = dummy
test_image_prompts = \r\nroot@elin-w160-evk:~# sh#
dummy_driver = dummy lmc_dev_arg = ELIN connection_command = telnet -l root localhost 4000 =========================================================
Below is the device file content I didn't change(elin1.conf). ======================================================= device_type = ELIN hostname = elin-w160-evk #NOTE: the ttyUSBX below needs to be updated to match your configuration connection_command = telnet -l root localhost 4000 username = root ===========================================================
I tried with the new device-type file, which is having the client_type as "dummy". But the tests didn't executed as the dispatcher is showing the following error. I removed the option "dummy_driver" option and tried, but no success. ============================================================================ 2016-04-19 15:55:46,932 [INFO] [lava_scheduler_daemon.dbjobsource.DatabaseJobSource] elin1 started running job 71 2016-04-19 15:55:46,961 [DEBUG] [lava_scheduler_daemon.dbjobsource.DatabaseJobSource] jobStarted_impl transaction committed 2016-04-19 15:55:46,968 [INFO] [lava_scheduler_daemon.job.JobRunner.71] starting job {u'health_check': False, u'device_type': u'ELIN', u'actions': [{u'command': u'dummy_deploy', u'parameters': {u'target_type': u'oe'}}, {u'command': u'lava_test_shell', u'parameters': {u'timeout': 60, u'testdef_repos': [{u'testdef': u'/root/lava_tests/yaml/ethernet.yaml'}]}}, {u'command': u'submit_results_on_host', u'parameters': {'token': u'95o8j32k7a26dd23iig36q3j90p6oi13s5d7l0qpb4o0ad01y27e5ff7ouzkiz9mw4sze5ciwmk4cxdk7ytrmm0jnmw24syhngyobk5j9xfhjy8fg3aimoyqrebm76jn', u'stream': u'/anonymous/lavaserver/', u'server': u'http://lavaserver@10.24.252.13:81/RPC2/%27%7D%7D], u'job_name': u'elin-ethernet-test', u'timeout': 60, u'logging_level': u'DEBUG', 'target': u'elin1'} 2016-04-19 15:55:46,969 [INFO] [lava_scheduler_daemon.job.MonitorJob] executing "setsid lava-server manage schedulermonitor lava-dispatch elin1 /tmp/tmpjXen3M -l debug -f /var/log/lava-server/lava-scheduler.log" M 2016-04-19 15:55:48,286 [DEBUG] [root] not cancelling M 2016-04-19 15:55:49,935 [INFO] [lava_scheduler_daemon.job.DispatcherProcessProtocol] processExited for elin1: A process has ended with a probable error condition: process ended with exit code 1. M 2016-04-19 15:55:49,935 [INFO] [lava_scheduler_daemon.job.DispatcherProcessProtocol] childConnectionLost for elin1: 1 M 2016-04-19 15:55:49,935 [INFO] [lava_scheduler_daemon.job.DispatcherProcessProtocol] childConnectionLost for elin1: 2 M 2016-04-19 15:55:49,935 [INFO] [lava_scheduler_daemon.job.DispatcherProcessProtocol] processEnded for elin1: A process has ended with a probable error condition: process ended with exit code 1. M 2016-04-19 15:55:49,935 [INFO] [lava_scheduler_daemon.job.Job.elin1] job finished on elin1 =================================================================================================================================
Regards, Pradeepkumar Soman