Le jeu. 8 oct. 2020 à 18:31, DAS, BHARGAV BHARGAV_DAS@mentor.com a écrit :
Hi Remi,
In the following line ‘uart0’ needs to be obtained from the worker where the target is connected or it is just a tag ?
{% set connection_list = ['uart0'] %}
This name is just an internal reference to indicate to lava that it should use "uart0" from the connection command:
{% set connection_commands = {'uart0': 'telnet staging01 7106'} %}
Also, as I have mentioned in another server I am not facing this issue even that target doesn’t have the connection commands in the device dictionary.
Regards,
Bhargav
*From:* Remi Duraffort [mailto:remi.duraffort@linaro.org] *Sent:* 08 October 2020 09:52 PM *To:* DAS, BHARGAV BHARGAV_DAS@mentor.com *Cc:* lava-users@lists.lavasoftware.org *Subject:* Re: [Lava-users] Error while using uuu boot method
Hello,
this is due to a misconfiguration of your device. The device dictionary is missing the connection commands.
See https://staging.validation.linaro.org/scheduler/device/staging-black02/devic...
{% set connection_list = ['uart0'] %} {% set connection_tags = {'uart0': ['primary', 'telnet']} %} {% set connection_commands = {'uart0': 'telnet staging01 7106'} %}
Rgds
Le jeu. 8 oct. 2020 à 16:38, DAS, BHARGAV BHARGAV_DAS@mentor.com a écrit :
Hi Lava users,
I am getting “ Job error: Invalid job data: ['Unable to connect to shell - missing connections block.'] “ error while submitting jobs which is using ‘uuu’ deploy and boot method.
Same job I am using in a different server and there it is working perfectly. Both the servers are using same version.
Please check the attached job yaml file (uuu-job.yaml) and the job log (uuu-job-fail-log.txt).
Regards, Bhargav
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
--
Rémi Duraffort
LAVA Architect
Linaro