Checkbox is a testing framework used to validate device compatibility with Ubuntu Linux. It’s the testing tool developed for the purposes of the Ubuntu Certification program.
CategoryMemory testsIO LogResults:
/proc/meminfo reports: 7.10GiB
lshw reports: 8GiB
FAIL: Meminfo reports 970665984 less than lshw, a difference of 11.30%. Only a variance of 10% in reported memory is allowed.
Is it a real fail? Hardcoded 10% seems to be not the best option. The memory consumption depends on system configuration, hardware components, etc. It should taken into account IMO.
Enhancement Proposal
On some systems memory/info test fails like that:
Is it a real fail? Hardcoded 10% seems to be not the best option. The memory consumption depends on system configuration, hardware components, etc. It should taken into account IMO.