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 #275

Closed macpijan closed 2 months ago

macpijan commented 2 months ago

This is somehow not present in develop despite reviewed here: https://github.com/Dasharo/open-source-firmware-validation/pull/243

Submitting it again, along with some Python - RF "fixes" that did not allow me to run any tests at all. Perhaps due to Python upgrade? I am not really sure...

Execution on VP4630:

RTE_IP=192.168.10.244 CONFIG=protectli-vp4630 SNIPEIT_NO=true ./scripts/run.sh dasharo-compatibility/setup-menu-information.robot
==============================================================================
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 2 months ago

@pkubaj Can I ask you to fill in variables for VP6000 series as well?

pkubaj commented 2 months ago

@macpijan done

macpijan commented 2 months ago

Thanks