I think you might have an issue with indentation in your device dict. There is a script that can help debug that: # /usr/share/lava-common/lava-schema.py device /etc/lava-server/dispatcher-config/devices/<your_device_name>.jinja2
I'm assuming you're using default paths for LAVA installation.
Best Regards, Milosz
On Mon, Jan 8, 2024 at 7:54 AM irreallich@126.com wrote:
Found during debugging, the error message of the "BAD" as below: When primary connection is used, power control commands (power_off, power_on, hard_reset) should not be specified.
when I remove the following part from device-type, it will be ok. ssh: options: {{ ssh_options }} # primary connections get this from the device dictionary. # secondary connections get this from the lava-multinode protocol support. host: "{{ ssh_host|default('') }}" port: {{ ssh_port|default(22) }} user: "{{ ssh_user|default('root') }}" identity_file: "{{ ssh_identity_file }}"
it seems that the deploy flasher conflicts with ssh. So if I want to deploy the test program through flasher (burn and restart board) and deploy test program through ssh, what should I do? _______________________________________________ lava-users mailing list -- lava-users@lists.lavasoftware.org To unsubscribe send an email to lava-users-leave@lists.lavasoftware.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s