@@ -22,6 +22,8 @@ ${DTS_HEADS_SWITCH_QUESTION}= Would you like to switch to Dash
22
22
${DTS_ME_WARN } =
23
23
... Skip ME flashing and proceed with BIOS/firmware flashing/updating? (Y|n)
24
24
${DTS_BOARD_QUESTION } = Choose your board model:
25
+ ${DPP_EMAIL_CHECKPOINT } = Enter DPP email:
26
+ ${DPP_PASSWORD_CHECKPOINT } = Enter paswword:
25
27
# DTS initial deployment menupoints:
26
28
${DTS_DCR_UEFI_MENUPOINT } = Community version
27
29
${DTS_DPP_UEFI_MENUPOINT } = DPP version (coreboot + UEFI)
@@ -222,12 +224,13 @@ Provide DPP Credentials
222
224
223
225
# Enter email:
224
226
Variable Should Exist ${DPP_EMAIL }
225
- Write Into Terminal ${DPP_EMAIL }
227
+ Wait For Checkpoint And Write ${ DPP_EMAIL_CHECKPOINT } ${DPP_EMAIL }
226
228
# Enter password:
227
229
Variable Should Exist ${DPP_PASSWORD }
228
- Write Into Terminal ${DPP_PASSWORD }
230
+ Wait For Checkpoint And Write ${ DPP_PASSWORD_CHECKPOINT } ${DPP_PASSWORD }
229
231
230
- Wait For Checkpoint And Press Enter ${DTS_CONFIRM_CHECKPOINT }
232
+ ${out } = Wait For Checkpoint And Press Enter ${DTS_CONFIRM_CHECKPOINT }
233
+ RETURN ${out }
231
234
232
235
Provide DPP Credentials Without Packages
233
236
[Documentation] This KW automatically writes DPP credentials that do not
@@ -558,7 +561,7 @@ Execute Manual Step While Freeing Serial Connection
558
561
559
562
Check DPP Credentials In DTS
560
563
[Documentation] This KW checks whether DTS saves provided credentials
561
- .... correctly.
564
+ ... correctly.
562
565
[Arguments] ${dpp_email } ${dpp_password }
563
566
${credentials } = Execute Command In Terminal cat /etc/cloud-pass
564
567
@@ -572,7 +575,7 @@ Check DPP Credentials In DTS
572
575
END
573
576
574
577
# The first line should be email:
575
- ${current_email } = Get Line ${credentials } 0
578
+ ${current_email } = Get Line ${credentials } 0
576
579
# The second line should be password:
577
580
${current_password } = Get Line ${credentials } 1
578
581
IF '${current_email } ' != '${dpp_email } '
0 commit comments