Tried Two spaces after # and it doesnt solve the issue '\(# \)'.
Thanks,
Hemanth.
[1] Should the login prompt be something like that (or similar): '\(login: \)'
[2] Try the following prompt (two spaces after #): '\(# \)'
Good Luck,
Zoran
_______
On Tue, Jul 30, 2019 at 2:21 PM Hemanth K V <kv.hemanth.mys@gmail.com> wrote:
>
>
> Hello Lava Users,
>
> The target on which I am trying to run tests from LAVA has # prompt after login.
> As specified in Documentation https://lava.collabora.co.uk/static/docs/v2/actions-boot.html?highlight=prompts#prompts
>
> - boot:
> prompts:
> # escape the brackets to ensure that the prompt does not match
> # kernel debug lines which may mention initramfs
> - '\(initramfs\)'
>
> in the job definition I am including -
> boot:
> .....
> failure_retry: 4
> prompts:
> - '\(# \)'
>
> But in the job execution log getting "auto-login-action: Wait for prompt ['\\(# \\)', 'Login incorrect', 'Login timed out'] (timeout 00:07:52)".
>
> Also if we want to debug while running the job which will be the best possible approach to follow.
> In the Documentation got information on "Debugging Django issues" which states two settings are required in
> /etc/lava-server/settings.conf
>
> "DEBUG": true,
> "USE_DEBUG_TOOLBAR": true,
>
> Thanks,
> Hemanth.
>
> _______________________________________________
> Lava-users mailing list
> Lava-users@lists.lavasoftware.org
> https://lists.lavasoftware.org/mailman/listinfo/lava-users