Skip to content

Commit 0291167

Browse files
committed
Update postprocess and boot for debian
Add required postprocess steps and boot commands in debian templates Signed-off-by: Milosz Wasilewski <milosz.wasilewski@oss.qualcomm.com>
1 parent 072aeda commit 0291167

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lava_test_plans/projects/qcom-deb-images/flasher.jinja2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ metadata:
1919
lava_test_results_dir: /home/lava-%s
2020
test_character_delay: 10
2121
{% endblock context %}
22+
23+
{% block auto_login_commands %}
24+
login_commands:
25+
- "debian"
26+
- "new password"
27+
- "new password"
28+
- sudo su
29+
{% endblock auto_login_commands %}
30+

0 commit comments

Comments
 (0)