Skip to content

Commit b4f2fe9

Browse files
committed
dts-lib: change answer prompts to [y|n]
Signed-off-by: Michał Iwanicki <[email protected]>
1 parent 0bde7b9 commit b4f2fe9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

dasharo-compatibility/dasharo-tools-suite.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ DTS002.001 DTS option Creating Dasharo HCL report works correctly
4141
Make Sure That Network Boot Is Enabled
4242
Boot Dasharo Tools Suite iPXE
4343
Write Bare Into Terminal 1
44-
Read From Terminal Until
45-
... Do you want to support Dasharo development by sending us logs with your hardware configuration? [N/y]
44+
Read From Terminal Until ${HCL_REPORT_SENDINGLOGS}
4645
Write Into Terminal N
4746
Set DUT Response Timeout 5m
4847
Read From Terminal Until Done! Logs saved to:

lib/dts-lib.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ ${DTS_CONFIRM_CHECKPOINT}= Press Enter to continue
1414
${HCL_REPORT_CHECKPOINT}=
1515
... Please consider contributing to the "Hardware for Linux" project in the future.
1616
${HCL_REPORT_SENDINGLOGS}=
17-
... Do you want to support Dasharo development by sending us logs with your hardware configuration? [N/y]
18-
${DTS_SPECIFICATION_WARN}= Does it match your actual specification? (Y|n)
19-
${DTS_DEPLOY_WARN}= Do you want to deploy this Dasharo Firmware on your platform (Y|n)
17+
... Do you want to support Dasharo development by sending us logs with your hardware configuration? [y|n]
18+
${DTS_SPECIFICATION_WARN}= Does it match your actual specification? [y|n]
19+
${DTS_DEPLOY_WARN}= Do you want to deploy this Dasharo Firmware on your platform [y|n]
2020
${DTS_HW_PROBE_WARN}= Do you want to participate in this project?
21-
${DTS_HEADS_SWITCH_QUESTION}= Would you like to switch to Dasharo heads firmware? (Y|n)
21+
${DTS_HEADS_SWITCH_QUESTION}= Would you like to switch to Dasharo heads firmware? [y|n]
2222
${DTS_ME_WARN}=
23-
... Skip ME flashing and proceed with BIOS/firmware flashing/updating? (Y|n)
23+
... Skip ME flashing and proceed with BIOS/firmware flashing/updating? [y|n]
2424
${DTS_BOARD_QUESTION}= Choose your board model:
25-
${DTS_FUSE_WARN}= Fusing is irreversible. Are you sure you want to continue? [n/y]
25+
${DTS_FUSE_WARN}= Fusing is irreversible. Are you sure you want to continue? [y|n]
2626
${DTS_13_GEN_REGRESSION}= Aborting deployment...
2727
${DPP_EMAIL_CHECKPOINT}= Enter DPP email:
2828
${DPP_PASSWORD_CHECKPOINT}= Enter password:

0 commit comments

Comments
 (0)