Skip to content
Snippets Groups Projects
Commit 684f4d98 authored by Luis Araujo's avatar Luis Araujo
Browse files

Change matched prompts in LAVA job templates


This commit changes the prompt that LAVA needs to match in the images
during tests execution.

For SDK images the 'user@apertis:' prompt is the initial prompt after
login and 'root@apertis:' is used after becoming root.

And for the rest of the images '\$ ' is the initial prompt after login,
the '/home/user #' is used right after becoming root, and '/tmp #' is
used during test execution.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent 461c49f5
No related branches found
No related tags found
1 merge request!154Change matched prompts in LAVA job templates
......@@ -17,8 +17,6 @@
login_commands:
- sudo su
prompts:
- 'user@apertis:'
- '\$ '
- ' # '
- '/home/user #'
- '/tmp #'
......@@ -118,9 +118,9 @@ actions:
login_commands:
- sudo su
prompts:
- 'user@apertis:'
- '\$ '
- ' # '
- '/home/user #'
- '/tmp #'
- test:
timeout:
......
......@@ -119,9 +119,9 @@ actions:
login_commands:
- sudo su
prompts:
- 'user@apertis:'
- '\$ '
- ' # '
- '/home/user #'
- '/tmp #'
- test:
timeout:
......
......@@ -67,8 +67,7 @@ actions:
- sudo su
prompts:
- 'user@apertis:'
- '\$ '
- ' # '
- 'root@apertis:'
- test:
timeout:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment