Skip to content

Commit 430e4a3

Browse files
committed
ci: fix LAVA template
Update auto_login setion in LAVA template to match debian image settings. Signed-off-by: Milosz Wasilewski <[email protected]>
1 parent 58e1c69 commit 430e4a3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ actions:
3333
- boot:
3434
auto_login:
3535
login_prompt: 'login:'
36-
username: root
36+
username: debian
37+
password_prompt: 'Password'
38+
password: debian
39+
login_commands:
40+
- sudo su
3741
method: minimal
3842
prompts:
3943
- root@debian
44+
- debian@debian
4045
timeout:
4146
minutes: 3
4247
- test:

0 commit comments

Comments
 (0)