% set soft_reboot_command = 'reboot' %}"
On Tue, 24 Mar 2020 at 08:01, koti koti <kotisoftwaretest@gmail.com> wrote:
>
> Hi,
>
> Right now I am trying to run tests on Provisioned(booted) board with out using physical Power switches .
>
> But, I am seeing below soft reboot lines while using the attached YAML file,
>
> "
> start: 1 minimal-boot (timeout 00:15:00) [common]
> start: 1.1 connect-device (timeout 00:15:00) [common]
> [common] connect-device Connecting to device using 'telnet ser2net 5001'
> end: 1.1 connect-device (duration 00:00:01) [common]
> start: 1.2 reset-device (timeout 00:14:59) [common]
> start: 1.2.1 send-reboot-commands (timeout 00:14:59) [common]
> No soft reboot command defined in the test job. Using defaults.
> reboot
> reboot
> reboot -n
> reboot -n
> reboot -nf
> reboot -nf
> "
>
> I want to change my soft reboot command as "reset" instead of "reboot"/"reboot -n"/"reboot -nf".
>
> Please can some one let me know as how can I change default soft reboot command to "reset" ?
Looking at the templates it seems you need to define
soft_reboot_command in your device dictionary:
https://master.lavasoftware.org/static/docs/v2/dispatcher-format.html?highlight=soft_reboot_command#pipeline-device-configuration
milosz
>
> Regards,
> Koti
> _______________________________________________
> Lava-users mailing list
> Lava-users@lists.lavasoftware.org
> https://lists.lavasoftware.org/mailman/listinfo/lava-users