Hi all,
During send-reboot-commands phase in Health check on my raspberry pi 3 board, LAVA is trying to match the keyword "The system is going down for reboot NOW" after sending the reset command "reboot -n" to the DUT. But the problem is when my board starts Reboot it shows "Started Show Plymouth Reboot Screen .." , not the same as what LAVA want.
So is there any way to specify the keywords to what it should be("Started Show Plymouth Reboot Screen" or something) in the corresponding DUTs jinja2 file?
I've attached the reslult log of my test below.
Regards, Manoj
On Fri, 16 Nov 2018 at 10:30, Manoj Tiwary manojtiwary22@gmail.com wrote:
Hi all,
During send-reboot-commands phase in Health check on my raspberry pi 3 board, LAVA is trying to match the keyword "The system is going down for reboot NOW" after sending the reset command "reboot -n" to the DUT. But the problem is when my board starts Reboot it shows "Started Show Plymouth Reboot Screen .." , not the same as what LAVA want.
So is there any way to specify the keywords to what it should be("Started Show Plymouth Reboot Screen" or something) in the corresponding DUTs jinja2 file?
Check for shutdown_message in the current templates:
# OS shutdown message # Override: set as the shutdown-message parameter of an Action. # SHUTDOWN_MESSAGE shutdown-message: '{{ shutdown_message | default("The system is going down for reboot NOW") }}'
This can be overridden in the normal ways, either in the device dictionary or in the job context.
It is the actual example used in the Simple Administration Guide on how to set overrides.
https://master.lavasoftware.org/static/docs/v2/simple-admin.html#overriding-...
I've attached the reslult log of my test below.
Regards, Manoj
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
lava-users@lists.lavasoftware.org