tests: read serial instead of OCR for crypto tests

This commit is contained in:
lassulus 2023-03-25 08:58:50 +01:00
parent 1ea3846dfc
commit 7207e54351
6 changed files with 10 additions and 14 deletions

View file

@ -13,7 +13,7 @@ makeDiskoTest {
'';
enableOCR = true;
bootCommands = ''
machine.wait_for_text("(?:passphrase|key) for")
machine.wait_for_text("passphrase for")
machine.send_chars("secretsecret\n")
'';
extraTestScript = ''