summaryrefslogtreecommitdiff
path: root/ubuntu/libhugetlbfs.yaml
blob: 83b112cc40770f6df29a2a0e1786f717b4946c41 (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
26
27
28
29
30
31
32
33
34
35
36
37
metadata:
    name: libhugetlbfs
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run through libhugetlbfs next branch tests"
    maintainer:
        - steve.capper@linaro.org
    os:
        - ubuntu
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - arndale
        - vexpress-a9
        - vexpress-tc2

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'