metadata: name: libhugetlbfs-oe format: "Lava-Test-Shell Test Definition 1.0" description: "Run through libhugetlbfs next branch tests. Runs through 64 bit libhugetlbfs on target system. One needs to run with a kernel that supports huge pages, also the OpenEmbedded system needs to have the libhugetlbfs test suite pre-installed. (Which is the case for recent OpenEmbedded builds)." maintainer: - steve.capper@linaro.org os: - openembedded scope: - functional devices: - rtsm_ve-armv8 run: steps: - 'echo 200 > /proc/sys/vm/nr_hugepages' - 'mkdir /mnt/huge' - 'mount -t hugetlbfs hugetlbfs /mnt/huge' - 'cd /usr/lib/libhugetlbfs/tests' - './run_tests.py -p $((2 * 1024 * 1024)) -b 64'