Dasharo / open-source-firmware-validation

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

Mem spd displayed v2 #243

Closed macpijan closed 3 months ago

macpijan commented 3 months ago

Replaces: https://github.com/Dasharo/open-source-firmware-validation/pull/204

Results:

==============================================================================
Setup-Menu-Information                                                        
==============================================================================
SET001.001 CPU clock speed displayed in setup menu :: This test ca... | PASS |
------------------------------------------------------------------------------
SET002.001 RAM speed displayed in setup menu :: This test case ver... | FAIL |
RAM speed not found
------------------------------------------------------------------------------
SET003.001 RAM size displayed in setup menu :: This test case veri... | PASS |
------------------------------------------------------------------------------
SET004.001 Expected CPU clock speed displayed in setup menu :: Thi... | SKIP |
SET004.001 not supported: Variable: ${PLATFORM_CPU_SPEED} is not defined
------------------------------------------------------------------------------
SET005.001 Expected RAM speed displayed in setup menu :: This test... | SKIP |
SET005.001 not supported: Variable: ${PLATFORM_RAM_SPEED} is not defined
------------------------------------------------------------------------------
SET006.001 Expected RAM size displayed in setup menu :: This test ... | SKIP |
SET006.001 not supported: Variable: ${PLATFORM_RAM_SIZE} is not defined
------------------------------------------------------------------------------
Setup-Menu-Information                                                | FAIL |
6 tests, 2 passed, 1 failed, 3 skipped
==============================================================================

The RAM speed failure is expected, as QEMU firmware does not report this value in fact.

==============================================================================
Setup-Menu-Information                                                        
==============================================================================
SET001.001 CPU clock speed displayed in setup menu :: This test ca... | PASS |
------------------------------------------------------------------------------
SET002.001 RAM speed displayed in setup menu :: This test case ver... | PASS |
------------------------------------------------------------------------------
SET003.001 RAM size displayed in setup menu :: This test case veri... | PASS |
------------------------------------------------------------------------------
SET004.001 Expected CPU clock speed displayed in setup menu :: Thi... | PASS |
------------------------------------------------------------------------------
SET005.001 Expected RAM speed displayed in setup menu :: This test... | PASS |
------------------------------------------------------------------------------
SET006.001 Expected RAM size displayed in setup menu :: This test ... | PASS |
------------------------------------------------------------------------------
Setup-Menu-Information                                                | PASS |
6 tests, 6 passed, 0 failed
==============================================================================
macpijan commented 3 months ago

@mkopec can you please try one one of the APUs as well?

mkopec commented 3 months ago

Log from apu4 - 3 first tests pass, rest are SKIP due to missing variables in platform configs. LGTM overall

log2.zip