summaryrefslogtreecommitdiff
path: root/test/udev-dmi-memory-id-test.sh
Commit message (Collapse)AuthorAgeFilesLines
* test: shellcheck-ify test scriptsFrantisek Sumsal2021-09-301-1/+2
|
* meson: make each dmidecode a separate testZbigniew Jędrzejewski-Szmek2020-12-171-24/+10
| | | | | | | | This allows them to be executed in parallel and also gives us better reporting. The dump files are renamed to avoid repeating "dmidecode-dump", since that string is already present in the subdirectory name.
* udev: Extract RAM properties from DMI informationBastien Nocera2020-12-161-0/+31
Add memory_id program to set properties about the physical memory devices in the system. This is useful on machines with removable memory modules to show how the machine can be upgraded, and on all devices to detect the actual RAM size, without relying on the OS accessible amount. Closes: #16651