Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
8 stars 1 forks source link

Improve reliability of Exit From Current Menu keyword #99

Open macpijan opened 11 months ago

macpijan commented 11 months ago

https://github.com/Dasharo/open-source-firmware-validation/pull/95#issuecomment-1805561335

macpijan commented 11 months ago

for i in {1..20}; do robot -t "Make Sure That Keys Are Provisioned" -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no self-tests/secure-boot.robot; done - gives 3/20 failures for both 1s or 2s delays.

macpijan commented 11 months ago
macpijan commented 3 months ago

This may make some sense still to investigate and add test for stress testing this kwd (as we do with Power On one) @BeataZdunczyk .

Haven't you had some problems with this kwd @PLangowski ? Did you have some test for it?

PLangowski commented 3 months ago

I had problems with Reenter menu https://github.com/Dasharo/open-source-firmware-validation/pull/329