Skip to content

Commit 3293259

Browse files
committed
ci: add auto-login to qcom-distro boot test
qcom-distro build images require password when logging in. This patch adds the password option to LAVA jobs auto login. Signed-off-by: Milosz Wasilewski <[email protected]>
1 parent 79036cb commit 3293259

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

ci/lava/qcom-distro/dragonboard-410c/boot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ actions:
4141
auto_login:
4242
login_prompt: 'login:'
4343
username: root
44+
password_prompt: 'Password'
45+
password: oelinux123
4446
prompts:
4547
- 'root@qcom-armv8a'
4648
timeout:

ci/lava/qcom-distro/dragonboard-820c/boot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ actions:
4141
auto_login:
4242
login_prompt: 'login:'
4343
username: root
44+
password_prompt: 'Password'
45+
password: oelinux123
4446
prompts:
4547
- 'root@qcom-armv8a'
4648
timeout:

ci/lava/qcom-distro/iq-9075-evk/boot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ actions:
3333
auto_login:
3434
login_prompt: 'login:'
3535
username: root
36+
password_prompt: 'Password'
37+
password: oelinux123
3638
method: minimal
3739
prompts:
3840
- root@{{DEVICE_TYPE}}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ actions:
3333
auto_login:
3434
login_prompt: 'login:'
3535
username: root
36+
password_prompt: 'Password'
37+
password: oelinux123
3638
method: minimal
3739
prompts:
3840
- root@{{DEVICE_TYPE}}

ci/lava/qcom-distro/qcs8300-ride-sx/boot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ actions:
3333
auto_login:
3434
login_prompt: 'login:'
3535
username: root
36+
password_prompt: 'Password'
37+
password: oelinux123
3638
method: minimal
3739
prompts:
3840
- root@{{DEVICE_TYPE}}

ci/lava/qcom-distro/qcs9100-ride-sx/boot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ actions:
3333
auto_login:
3434
login_prompt: 'login:'
3535
username: root
36+
password_prompt: 'Password'
37+
password: oelinux123
3638
method: minimal
3739
prompts:
3840
- root@{{DEVICE_TYPE}}

ci/lava/qcom-distro/qrb2210-rb1-core-kit/boot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ actions:
3333
auto_login:
3434
login_prompt: 'login:'
3535
username: root
36+
password_prompt: 'Password'
37+
password: oelinux123
3638
method: minimal
3739
prompts:
3840
- root@{{DEVICE_TYPE}}

0 commit comments

Comments
 (0)