Skip to content

Commit 76f2c74

Browse files
mwasilewbasak-qcom
authored andcommitted
ci: fix LAVA job templates with password change prompt
Update LAVA job templates for the case when password has to be changed at the first login attempt. This patch should only be merged after #74 Signed-off-by: Milosz Wasilewski <[email protected]>
1 parent 5de4a36 commit 76f2c74

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,17 @@ actions:
3737
password_prompt: 'Password'
3838
password: debian
3939
login_commands:
40+
- "debian"
41+
- "new password"
42+
- "new password"
4043
- sudo su
4144
method: minimal
4245
prompts:
4346
- root@debian
4447
- debian@debian
48+
- "Current password"
49+
- "New password"
50+
- "Retype new password"
4551
timeout:
4652
minutes: 3
4753
- test:

ci/lava/qrb2210-rb1/boot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,17 @@ actions:
3838
password_prompt: 'Password'
3939
password: debian
4040
login_commands:
41+
- "debian"
42+
- "new password"
43+
- "new password"
4144
- sudo su
4245
method: minimal
4346
prompts:
4447
- root@debian
4548
- debian@debian
49+
- "Current password"
50+
- "New password"
51+
- "Retype new password"
4652
timeout:
4753
minutes: 3
4854
- test:

0 commit comments

Comments
 (0)