Skip to content

Commit d58f3a8

Browse files
authored
Merge pull request #57 from mwasilew/ci/fix-lava-template
ci: Fix Debian user/password in LAVA template
2 parents 58e1c69 + 430e4a3 commit d58f3a8

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)