summaryrefslogtreecommitdiff
path: root/ubuntu/libhugetlbfs.yaml
blob: 8f1fd73a11ec996e7c6d27457da21d289d0ac0f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
metadata:
    name: libhugetlbfs
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run through libhugetlbfs next branch tests."

install:
    git-repos:
        - git://libhugetlbfs.git.sourceforge.net/gitroot/libhugetlbfs/libhugetlbfs
    steps:
        - 'cd libhugetlbfs'
        - 'git checkout origin/next -b next'
        - 'make'
        - 'mkdir -p /mnt/huge'
    deps:
        - git
        - git-core
        - build-essential
        - python
        - python2.7
run:
    steps:
        - 'cd libhugetlbfs'
        - 'echo 200 > /proc/sys/vm/nr_hugepages'
        - 'mount -t hugetlbfs hugetlbfs /mnt/huge'
        - 'make check'