Dasharo / dasharo-issues

The Dasharo issue tracker
https://dasharo.com/
24 stars 0 forks source link

TPM003.003 - Fails if run with whole suite #938

Open JanPrusinowski opened 1 month ago

JanPrusinowski commented 1 month ago

Component

Dasharo Tools Suite

Device

other

Dasharo version

protectli_v1211_v0.9.2

Dasharo Tools Suite version

698a2539e79f59b46f695e5abab986890336e098

Brief summary

TPM003.003 - Fails when run with whole suite but passes if run seperately

How reproducible

Always

How to reproduce

Start the suite by running: robot -L TRACE -v rte_ip:192.168.10.227 -v config:protectli-v1211 -v device_ip:192.168.10.222 -v snipeit:no dasharo-security/tpm-support.robot

TPM003.003 will fail

When starting only this test by running: robot -L TRACE -v rte_ip:192.168.10.227 -v config:protectli-v1211 -v device_ip:192.168.10.222 -v snipeit:no -t 'TPM003.003*' dasharo-security/tpm-support.robot the test will pass.

Expected behavior

The test should pass

Actual behavior

Test fails when run with whole suite

Screenshots

No response

Additional context

No response

Solutions you've tried

Running the test alone.

BeataZdunczyk commented 1 month ago

TPM003.003 - Fails when run with whole suite but passes if run seperately

IIUC this issue is related to the test, so https://github.com/Dasharo/open-source-firmware-validation would be more appropriate @JanPrusinowski