meminfo

Collect the information in /proc/meminfo after boot.

What It Tests

  • meminfo: collect the information from /proc/meminfo and parse the content

Preconditions

None

Test Parameters

None

Test Steps

- cd ./automated/linux/meminfo
- ./meminfo.sh

Refer to meminfo.yaml for complete test definition and execution details.

Expected Results

  • /proc/meminfo contains the capacity and hugepages information

References